A B C D E F G H I K L M N O P Q R S T U V 

A

AbstractColorHelper - Class in org.jogamp.glg2d.impl
 
AbstractColorHelper() - Constructor for class org.jogamp.glg2d.impl.AbstractColorHelper
 
AbstractImageHelper - Class in org.jogamp.glg2d.impl
 
AbstractImageHelper() - Constructor for class org.jogamp.glg2d.impl.AbstractImageHelper
 
AbstractMatrixHelper - Class in org.jogamp.glg2d.impl
 
AbstractMatrixHelper() - Constructor for class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
AbstractShaderPipeline - Class in org.jogamp.glg2d.impl.shader
 
AbstractShaderPipeline(String, String, String) - Constructor for class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
AbstractShapeHelper - Class in org.jogamp.glg2d.impl
 
AbstractShapeHelper() - Constructor for class org.jogamp.glg2d.impl.AbstractShapeHelper
 
AbstractTesselatorVisitor - Class in org.jogamp.glg2d.impl
Fills a shape by tesselating it with the GLU library.
AbstractTesselatorVisitor() - Constructor for class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
AbstractTextDrawer - Class in org.jogamp.glg2d.impl
 
AbstractTextDrawer() - Constructor for class org.jogamp.glg2d.impl.AbstractTextDrawer
 
AbstractTextDrawer.GLFontMetrics - Class in org.jogamp.glg2d.impl
The default implementation is good enough for now.
AbstractTextDrawer.GLFontMetrics(Font, FontRenderContext) - Constructor for class org.jogamp.glg2d.impl.AbstractTextDrawer.GLFontMetrics
 
addDirtyRegion(JComponent, int, int, int, int) - Method in class org.jogamp.glg2d.GLAwareRepaintManager
 
addG2DDrawingHelper(G2DDrawingHelper) - Method in class org.jogamp.glg2d.GLGraphics2D
 
addRenderingHints(Map<?, ?>) - Method in class org.jogamp.glg2d.GLGraphics2D
 
addVertex(float[], int, int) - Method in class org.jogamp.glg2d.VertexBuffer
Adds multiple vertices to the buffer.
addVertex(float, float) - Method in class org.jogamp.glg2d.VertexBuffer
Adds a vertex to the buffer.
addVertices(FloatBuffer) - Method in class org.jogamp.glg2d.VertexBuffer
Adds multiple vertices to the buffer.
AnyModePipeline - Class in org.jogamp.glg2d.impl.shader
 
AnyModePipeline() - Constructor for class org.jogamp.glg2d.impl.shader.AnyModePipeline
 
AnyModePipeline(String, String) - Constructor for class org.jogamp.glg2d.impl.shader.AnyModePipeline
 
AWTMouseEventTranslator - Class in org.jogamp.glg2d.event
 
AWTMouseEventTranslator(Component) - Constructor for class org.jogamp.glg2d.event.AWTMouseEventTranslator
 

B

BasicStrokeLineVisitor - Class in org.jogamp.glg2d.impl
Draws a line, as outlined by a BasicStroke.
BasicStrokeLineVisitor() - Constructor for class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.gl2.LineDrawingVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TesselatingVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.shader.text.CollectingTesselator
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.shader.text.TriangleStripTesselator
 
beginPoly(int) - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
beginPoly(int) - Method in interface org.jogamp.glg2d.PathVisitor
Starts the polygon or polyline.
bindBuffer(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.AnyModePipeline
 
bindBufferData(GL2ES2, FloatBuffer) - Method in class org.jogamp.glg2d.impl.shader.AnyModePipeline
 

C

charsWidth(char[], int, int) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer.GLFontMetrics
 
clear() - Method in class org.jogamp.glg2d.VertexBuffer
Discard all existing points.
clearRect(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
clip(Shape) - Method in class org.jogamp.glg2d.GLGraphics2D
 
clipRect(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
closeLine() - Method in class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
closeLine() - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
closeLine() - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
closeLine() - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
closeLine() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
closeLine() - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
closeLine() - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
closeLine() - Method in interface org.jogamp.glg2d.PathVisitor
Specifies that the preceding subpath should be closed by appending a line segment back to the point corresponding to the most recent call to #moveTo(float[]).
CollectingTesselator - Class in org.jogamp.glg2d.impl.shader.text
 
CollectingTesselator() - Constructor for class org.jogamp.glg2d.impl.shader.text.CollectingTesselator
 
CollectingTesselator.Triangles - Class in org.jogamp.glg2d.impl.shader.text
 
CollectingTesselator.Triangles(FloatBuffer) - Constructor for class org.jogamp.glg2d.impl.shader.text.CollectingTesselator.Triangles
 
colorHook - Variable in class org.jogamp.glg2d.impl.shader.UniformBufferObject
 
copyArea(int, int, int, int, int, int) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
copyArea(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
copyArea(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
copyArea(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
create() - Method in class org.jogamp.glg2d.GLGraphics2D
 
createCompatibleImage(int, int) - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
cubicTo(float[], float[]) - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
cubicTo(float[], float[]) - Method in class org.jogamp.glg2d.impl.SimplePathVisitor
 
cubicTo(float[], float[]) - Method in interface org.jogamp.glg2d.PathVisitor
Specifies a cubic parametric curve to be drawn.
CURVE_STEPS - Static variable in class org.jogamp.glg2d.impl.SimplePathVisitor
Just a guess.

D

delete(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
delete(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.AnyModePipeline
 
delete(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
delete(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ImagePipeline
 
delete(GL2ES2) - Method in interface org.jogamp.glg2d.impl.shader.ShaderPipeline
 
display(GLAutoDrawable) - Method in class org.jogamp.glg2d.GLG2DHeadlessListener
 
display(GLAutoDrawable) - Method in class org.jogamp.glg2d.GLG2DSimpleEventListener
 
dispose() - Method in interface org.jogamp.glg2d.G2DDrawingHelper
Disposes the helper object.
dispose(GLAutoDrawable) - Method in class org.jogamp.glg2d.GLG2DHeadlessListener
 
dispose(GLAutoDrawable) - Method in class org.jogamp.glg2d.GLG2DSimpleEventListener
 
dispose() - Method in class org.jogamp.glg2d.GLGraphics2D
 
dispose() - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
dispose() - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
dispose() - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
dispose() - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
dispose() - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer
 
dispose() - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer.FontRenderCache
 
dispose() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ImageDrawer
 
dispose() - Method in class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
draw(Shape) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
draw(Shape) - Method in class org.jogamp.glg2d.GLGraphics2D
 
draw(Shape) - Method in class org.jogamp.glg2d.impl.gl2.GL2ShapeDrawer
 
draw(GL2ES2, int, FloatBuffer) - Method in class org.jogamp.glg2d.impl.shader.AnyModePipeline
 
draw(GL2ES2, FloatBuffer, boolean) - Method in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
draw(GL2ES2, FloatBuffer) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ImagePipeline
 
draw(Shape) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ShapeDrawer
 
draw(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.text.CollectingTesselator.Triangles
 
DRAW_END_BOTH - Static variable in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
DRAW_END_FIRST - Static variable in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
DRAW_END_LAST - Static variable in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
DRAW_END_NONE - Static variable in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
drawArc(int, int, int, int, int, int, boolean) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawArc(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawArc(int, int, int, int, int, int, boolean) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawBuffer(GL2, int) - Method in class org.jogamp.glg2d.VertexBuffer
Draws the vertices and rewinds the buffer to be ready to draw next time.
drawGlyphVector(GlyphVector, float, float) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(Image, AffineTransform, ImageObserver) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(RenderedImage, AffineTransform) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(RenderableImage, AffineTransform) - Method in interface org.jogamp.glg2d.GLG2DImageHelper
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawImage(RenderedImage, AffineTransform) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawImage(RenderableImage, AffineTransform) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
drawLine(int, int, int, int) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawLine(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawLine(int, int, int, int) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawOval(int, int, int, int, boolean) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawOval(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawOval(int, int, int, int, boolean) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawPolygon(int[], int[], int, boolean) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawPolygon(int[], int[], int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawPolygon(int[], int[], int, boolean) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawPolyline(int[], int[], int) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawPolyline(int[], int[], int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawPolyline(int[], int[], int) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawRect(int, int, int, int, boolean) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawRect(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawRect(int, int, int, int, boolean) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawRoundRect(int, int, int, int, int, int, boolean) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawRoundRect(int, int, int, int, int, int, boolean) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
drawString(AttributedCharacterIterator, int, int) - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
drawString(AttributedCharacterIterator, float, float) - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
drawString(String, float, float) - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
drawString(String, int, int) - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
drawString(String, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawString(String, float, float) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.jogamp.glg2d.GLGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer
 
drawString(String, float, float) - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer
 
drawString(String, int, int) - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer
 
drawString(String, int, int) - Method in class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
drawString(String, float, float) - Method in class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 

E

endPoly() - Method in class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.gl2.LineDrawingVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TesselatingVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
endPoly() - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
endPoly() - Method in interface org.jogamp.glg2d.PathVisitor
Signifies that the polygon or polyline has ended.
ensureIsGLBuffer(GL, int) - Static method in class org.jogamp.glg2d.GLG2DUtils
 

F

FastLineVisitor - Class in org.jogamp.glg2d.impl.gl2
Draws a line using the native GL implementation of a line.
FastLineVisitor() - Constructor for class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
fill(Shape) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
fill(Shape) - Method in class org.jogamp.glg2d.GLGraphics2D
 
fill(Shape) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
fillArc(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
fillOval(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
fillPolygon(int[], int[], int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
fillRect(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
fillRoundRect(int, int, int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
FillSimpleConvexPolygonVisitor - Class in org.jogamp.glg2d.impl.gl2
Fills a simple convex polygon.
FillSimpleConvexPolygonVisitor() - Constructor for class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 

G

G2DDrawingHelper - Interface in org.jogamp.glg2d
Assists in the drawing of a particular aspect of the Graphics2D object.
genBufferId(GL) - Static method in class org.jogamp.glg2d.GLG2DUtils
 
GeometryShaderStrokePipeline - Class in org.jogamp.glg2d.impl.shader
 
GeometryShaderStrokePipeline() - Constructor for class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
GeometryShaderStrokePipeline(String, String, String) - Constructor for class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
getAlpha() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
getAlpha() - Method in interface org.jogamp.glg2d.impl.shader.UniformBufferObject.ColorHook
 
getBackground() - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
getBackground() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getBackground() - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
getBounds() - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getBuffer() - Method in class org.jogamp.glg2d.VertexBuffer
 
getCanvasHeight() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getClip() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getClipBounds() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getColor() - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
getColor() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getColor() - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
getColorHelper() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getColorModel() - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getColorModel(int) - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getComposite() - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
getComposite() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getComposite() - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
getConfigurations() - Method in class org.jogamp.glg2d.impl.GLGraphicsDevice
 
getDefaultCapabalities() - Static method in class org.jogamp.glg2d.GLG2DCanvas
Returns the default, desired OpenGL capabilities needed for this component.
getDefaultConfiguration() - Method in class org.jogamp.glg2d.impl.GLGraphicsDevice
 
getDefaultTransform() - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getDevice() - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getDeviceConfiguration() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getDrawableComponent() - Method in class org.jogamp.glg2d.GLG2DCanvas
Gets the JComponent to be drawn to the OpenGL canvas.
getFont() - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
getFont() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getFont() - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
getFontMetrics(Font) - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
getFontMetrics(Font) - Method in class org.jogamp.glg2d.GLGraphics2D
 
getFontMetrics(Font) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
getFontRenderContext() - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
getFontRenderContext() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getFontRenderContext() - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
getFontRenderContext() - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer.GLFontMetrics
 
getGLColor(Color) - Static method in class org.jogamp.glg2d.GLG2DUtils
 
getGLContext() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getGLDrawable() - Method in class org.jogamp.glg2d.GLG2DCanvas
Gets the GLAutoDrawable used for drawing.
getGLMatrixData() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TransformHelper
 
getGLMatrixData(AffineTransform) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TransformHelper
 
getGLMatrixData() - Method in interface org.jogamp.glg2d.impl.shader.UniformBufferObject.TransformHook
 
getGLMatrixData(AffineTransform) - Method in interface org.jogamp.glg2d.impl.shader.UniformBufferObject.TransformHook
 
getIDstring() - Method in class org.jogamp.glg2d.impl.GLGraphicsDevice
 
getMatrixHelper() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getNormalizingTransform() - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getNumCurveSteps() - Method in class org.jogamp.glg2d.impl.SimplePathVisitor
Gets the number of steps to take in a quadratic or cubic curve spline.
getOriginToTargetTransform() - Method in class org.jogamp.glg2d.event.MouseEventTranslator
Gets the AffineTransform that is used to transform a point relative to the origin component into a point relative to the target component.
getPaint() - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
getPaint() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getPaint() - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
getPaint() - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
getRenderer(Font, boolean) - Method in class org.jogamp.glg2d.impl.gl2.GL2StringDrawer.FontRenderCache
 
getRenderingHint(RenderingHints.Key) - Method in class org.jogamp.glg2d.GLGraphics2D
 
getRenderingHints() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getRGBA() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
getRGBA() - Method in interface org.jogamp.glg2d.impl.shader.UniformBufferObject.ColorHook
 
getShapeHelper() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getSharedBuffer() - Static method in class org.jogamp.glg2d.VertexBuffer
Creates a buffer that uses the shared global buffer.
getStringHelper() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getStroke() - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
getStroke() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getStroke() - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
getTarget() - Method in class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
getTesselated() - Method in class org.jogamp.glg2d.impl.shader.text.CollectingTesselator
 
getTesselated() - Method in class org.jogamp.glg2d.impl.shader.text.TriangleStripTesselator
 
getTransform() - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
getTransform() - Method in class org.jogamp.glg2d.GLGraphics2D
 
getTransform() - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
getType() - Method in class org.jogamp.glg2d.impl.GLGraphicsDevice
 
getUniformsObject() - Method in class org.jogamp.glg2d.impl.shader.GLShaderGraphics2D
 
getViewportHeight(GL) - Static method in class org.jogamp.glg2d.GLG2DUtils
 
GL2ColorHelper - Class in org.jogamp.glg2d.impl.gl2
 
GL2ColorHelper() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
GL2ES2ColorHelper - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2ColorHelper() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
GL2ES2ColorHelper(GL2ES2ImagePipeline) - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
GL2ES2ImageDrawer - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2ImageDrawer() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ImageDrawer
 
GL2ES2ImageDrawer(GL2ES2ImagePipeline) - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ImageDrawer
 
GL2ES2ImagePipeline - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2ImagePipeline() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ImagePipeline
 
GL2ES2ImagePipeline(String, String) - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ImagePipeline
 
GL2ES2ShapeDrawer - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2ShapeDrawer() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2ShapeDrawer
 
GL2ES2SimpleConvexFillVisitor - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2SimpleConvexFillVisitor() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
GL2ES2SimpleConvexFillVisitor(AnyModePipeline) - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
GL2ES2StrokeLineVisitor - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2StrokeLineVisitor() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
GL2ES2StrokeLineVisitor(AnyModePipeline) - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
GL2ES2TesselatingVisitor - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2TesselatingVisitor() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2TesselatingVisitor
 
GL2ES2TesselatingVisitor(AnyModePipeline) - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2TesselatingVisitor
 
GL2ES2TextDrawer - Class in org.jogamp.glg2d.impl.shader.text
 
GL2ES2TextDrawer() - Constructor for class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
GL2ES2TextDrawer(TextPipeline) - Constructor for class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
GL2ES2TransformHelper - Class in org.jogamp.glg2d.impl.shader
 
GL2ES2TransformHelper() - Constructor for class org.jogamp.glg2d.impl.shader.GL2ES2TransformHelper
 
GL2GL3StrokeLineVisitor - Class in org.jogamp.glg2d.impl.shader
 
GL2GL3StrokeLineVisitor() - Constructor for class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
GL2GL3StrokeLineVisitor(GeometryShaderStrokePipeline) - Constructor for class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
GL2ImageDrawer - Class in org.jogamp.glg2d.impl.gl2
 
GL2ImageDrawer() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2ImageDrawer
 
GL2ShapeDrawer - Class in org.jogamp.glg2d.impl.gl2
 
GL2ShapeDrawer() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2ShapeDrawer
 
GL2StringDrawer - Class in org.jogamp.glg2d.impl.gl2
Draws text for the GLGraphics2D class.
GL2StringDrawer() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2StringDrawer
 
GL2StringDrawer.FontRenderCache - Class in org.jogamp.glg2d.impl.gl2
 
GL2StringDrawer.FontRenderCache() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2StringDrawer.FontRenderCache
 
GL2TesselatorVisitor - Class in org.jogamp.glg2d.impl.gl2
 
GL2TesselatorVisitor() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2TesselatorVisitor
 
GL2Transformhelper - Class in org.jogamp.glg2d.impl.gl2
 
GL2Transformhelper() - Constructor for class org.jogamp.glg2d.impl.gl2.GL2Transformhelper
 
GLAwareRepaintManager - Class in org.jogamp.glg2d
 
GLAwareRepaintManager() - Constructor for class org.jogamp.glg2d.GLAwareRepaintManager
 
glDispose() - Method in class org.jogamp.glg2d.GLGraphics2D
 
GLG2DCanvas - Class in org.jogamp.glg2d
This canvas redirects all paints to an OpenGL canvas.
GLG2DCanvas() - Constructor for class org.jogamp.glg2d.GLG2DCanvas
Creates a new, blank G2DGLCanvas using the default capabilities from GLG2DCanvas.getDefaultCapabalities().
GLG2DCanvas(GLCapabilities) - Constructor for class org.jogamp.glg2d.GLG2DCanvas
Creates a new, blank G2DGLCanvas using the given OpenGL capabilities.
GLG2DCanvas(JComponent) - Constructor for class org.jogamp.glg2d.GLG2DCanvas
Creates a new G2DGLCanvas where drawableComponent fills the canvas.
GLG2DCanvas(GLCapabilities, JComponent) - Constructor for class org.jogamp.glg2d.GLG2DCanvas
Creates a new G2DGLCanvas where drawableComponent fills the canvas.
GLG2DColorHelper - Interface in org.jogamp.glg2d
 
GLG2DHeadlessListener - Class in org.jogamp.glg2d
When the component being painting is not part of an existing Swing hierarchy and therefore not receiving standard AWT events, the UI will not function as expected.
GLG2DHeadlessListener(JComponent) - Constructor for class org.jogamp.glg2d.GLG2DHeadlessListener
 
GLG2DImageHelper - Interface in org.jogamp.glg2d
 
GLG2DNotImplemented - Class in org.jogamp.glg2d.impl
 
GLG2DNotImplemented() - Constructor for class org.jogamp.glg2d.impl.GLG2DNotImplemented
 
GLG2DRenderingHints - Class in org.jogamp.glg2d
Rendering hints for the GLG2D library that customize the behavior.
GLG2DRenderingHints() - Constructor for class org.jogamp.glg2d.GLG2DRenderingHints
 
GLG2DShapeHelper - Interface in org.jogamp.glg2d
 
GLG2DSimpleEventListener - Class in org.jogamp.glg2d
Wraps a JComponent and paints it using a GLGraphics2D.
GLG2DSimpleEventListener(JComponent) - Constructor for class org.jogamp.glg2d.GLG2DSimpleEventListener
 
GLG2DTextHelper - Interface in org.jogamp.glg2d
 
GLG2DTransformHelper - Interface in org.jogamp.glg2d
 
GLG2DUtils - Class in org.jogamp.glg2d
 
GLG2DUtils() - Constructor for class org.jogamp.glg2d.GLG2DUtils
 
GLGraphics2D - Class in org.jogamp.glg2d
Implements the standard Graphics2D functionality, but instead draws to an OpenGL canvas.
GLGraphics2D() - Constructor for class org.jogamp.glg2d.GLGraphics2D
 
GLGraphicsConfiguration - Class in org.jogamp.glg2d.impl
Fulfills the contract of a GraphicsConfiguration.
GLGraphicsConfiguration(GLDrawable) - Constructor for class org.jogamp.glg2d.impl.GLGraphicsConfiguration
 
GLGraphicsDevice - Class in org.jogamp.glg2d.impl
Fulfills the contract of a GraphicsDevice.
GLGraphicsDevice(GLGraphicsConfiguration) - Constructor for class org.jogamp.glg2d.impl.GLGraphicsDevice
 
GLShaderGraphics2D - Class in org.jogamp.glg2d.impl.shader
 
GLShaderGraphics2D() - Constructor for class org.jogamp.glg2d.impl.shader.GLShaderGraphics2D
 

H

hit(Rectangle, Shape, boolean) - Method in class org.jogamp.glg2d.GLGraphics2D
 

I

init(GLAutoDrawable) - Method in class org.jogamp.glg2d.GLG2DHeadlessListener
 
init(GLAutoDrawable) - Method in class org.jogamp.glg2d.GLG2DSimpleEventListener
 
INSTANCE - Static variable in class org.jogamp.glg2d.GLAwareRepaintManager
 
isGLDrawing() - Method in class org.jogamp.glg2d.GLG2DCanvas
Returns true if the drawableComonent is drawn using OpenGL libraries.
isSetup() - Method in class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
isSetup() - Method in interface org.jogamp.glg2d.impl.shader.ShaderPipeline
 
isValid(BasicStroke) - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
Returns true if this class can reasonably render the line.

K

KEY_CLEAR_TEXTURES_CACHE - Static variable in class org.jogamp.glg2d.GLG2DRenderingHints
Specifies when to clear the texture cache.

L

LineDrawingVisitor - Class in org.jogamp.glg2d.impl.gl2
Draws a line, as outlined by a BasicStroke.
LineDrawingVisitor() - Constructor for class org.jogamp.glg2d.impl.gl2.LineDrawingVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
lineTo(float[]) - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
lineTo(float[]) - Method in interface org.jogamp.glg2d.PathVisitor
Specifies the end point of a line to be drawn from the most recently specified point.
logGLError(GL) - Static method in class org.jogamp.glg2d.GLG2DUtils
 

M

mouseClicked(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseClicked(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
mouseDragged(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseDragged(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
mouseEntered(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseEntered(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
MouseEventTranslator - Class in org.jogamp.glg2d.event
Here is an explanation of terms used to name the multiple, interacting components.
MouseEventTranslator(Component) - Constructor for class org.jogamp.glg2d.event.MouseEventTranslator
 
mouseExited(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseExited(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
mouseMoved(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseMoved(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
mousePressed(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mousePressed(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
mouseReleased(MouseEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseReleased(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.jogamp.glg2d.event.AWTMouseEventTranslator
 
mouseWheelMoved(MouseEvent) - Method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
moveTo(float[]) - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
moveTo(float[]) - Method in interface org.jogamp.glg2d.PathVisitor
Specifies the starting location for a new subpath.

N

newtButton2Awt(int) - Static method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
newtModifiers2Awt(int) - Static method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
NewtMouseEventTranslator - Class in org.jogamp.glg2d.event
 
NewtMouseEventTranslator(Component) - Constructor for class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
newtType2Awt(int) - Static method in class org.jogamp.glg2d.event.NewtMouseEventTranslator
 
notImplemented(String) - Static method in class org.jogamp.glg2d.impl.GLG2DNotImplemented
 

O

org.jogamp.glg2d - package org.jogamp.glg2d
 
org.jogamp.glg2d.event - package org.jogamp.glg2d.event
 
org.jogamp.glg2d.impl - package org.jogamp.glg2d.impl
 
org.jogamp.glg2d.impl.gl2 - package org.jogamp.glg2d.impl.gl2
 
org.jogamp.glg2d.impl.shader - package org.jogamp.glg2d.impl.shader
 
org.jogamp.glg2d.impl.shader.text - package org.jogamp.glg2d.impl.shader.text
 

P

paint(Graphics) - Method in class org.jogamp.glg2d.GLG2DCanvas
 
PathVisitor - Interface in org.jogamp.glg2d
Receives the calls from a PathIterator and draws the shape as it is visited.
pop(GLGraphics2D) - Method in interface org.jogamp.glg2d.G2DDrawingHelper
Sets the new GLGraphics2D context in a stack after a pop.
pop(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
pop(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
pop(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
pop(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
pop(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
postPaint() - Method in class org.jogamp.glg2d.GLGraphics2D
 
prePaint(GLContext) - Method in class org.jogamp.glg2d.GLGraphics2D
Sets up the graphics object in preparation for drawing.
publishMouseEvent(Component, int, long, int, Point, int, int) - Method in class org.jogamp.glg2d.event.MouseEventTranslator
 
publishMouseEvent(int, long, int, int, int, Point) - Method in class org.jogamp.glg2d.event.MouseEventTranslator
 
publishMouseWheelEvent(Component, int, long, int, Point, int, int, int, int) - Method in class org.jogamp.glg2d.event.MouseEventTranslator
 
publishMouseWheelEvent(int, long, int, int, Point) - Method in class org.jogamp.glg2d.event.MouseEventTranslator
 
push(GLGraphics2D) - Method in interface org.jogamp.glg2d.G2DDrawingHelper
Sets the new GLGraphics2D context in a stack.
push(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
push(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
push(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
push(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
push(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 

Q

quadTo(float[], float[]) - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
quadTo(float[], float[]) - Method in class org.jogamp.glg2d.impl.SimplePathVisitor
 
quadTo(float[], float[]) - Method in interface org.jogamp.glg2d.PathVisitor
Specifies a quadratic parametric curve is to be drawn.

R

removeG2DDrawingHelper(G2DDrawingHelper) - Method in class org.jogamp.glg2d.GLGraphics2D
 
removeNotify() - Method in class org.jogamp.glg2d.GLG2DCanvas
Calling GLCanvas.removeNotify() destroys the GLContext.
resetHints() - Method in interface org.jogamp.glg2d.G2DDrawingHelper
Clears all hints back to their default states.
resetHints() - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
resetHints() - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
resetHints() - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
resetHints() - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
resetHints() - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
reshape(GLAutoDrawable, int, int, int, int) - Method in class org.jogamp.glg2d.GLG2DHeadlessListener
 
reshape(GLAutoDrawable, int, int, int, int) - Method in class org.jogamp.glg2d.GLG2DSimpleEventListener
 
rotate(double) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
rotate(double, double, double) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
rotate(double) - Method in class org.jogamp.glg2d.GLGraphics2D
 
rotate(double, double, double) - Method in class org.jogamp.glg2d.GLGraphics2D
 
rotate(double) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
rotate(double, double, double) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 

S

scale(double, double) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
scale(double, double) - Method in class org.jogamp.glg2d.GLGraphics2D
 
scale(double, double) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
setBackground(Color) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setBackground(Color) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setBackground(Color) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
setClip(int, int, int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setClip(Shape) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setColor(Color) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setColor(GL2ES1, Color, float) - Static method in class org.jogamp.glg2d.GLG2DUtils
 
setColor(Color) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setColor(Color) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
setColor(GL2ES2, float[]) - Method in class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
setColorNoRespectComposite(Color) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setColorNoRespectComposite(Color) - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
setColorNoRespectComposite(Color) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
setColorRespectComposite(Color) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setColorRespectComposite(Color) - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
Sets the current color with a call to glColor4*.
setColorRespectComposite(Color) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
setComposite(Composite) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setComposite(Composite) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setComposite(Composite) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
setDrawableComponent(JComponent) - Method in class org.jogamp.glg2d.GLG2DCanvas
Sets the JComponent that will be drawn to the OpenGL canvas.
setFont(Font) - Method in interface org.jogamp.glg2d.GLG2DTextHelper
 
setFont(Font) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setFont(Font) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
setG2D(GLGraphics2D) - Method in interface org.jogamp.glg2d.G2DDrawingHelper
Sets the current GLGraphics2D parent.
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.gl2.GL2ImageDrawer
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.gl2.GL2ShapeDrawer
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.gl2.GL2Transformhelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ImageDrawer
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ShapeDrawer
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TransformHelper
 
setG2D(GLGraphics2D) - Method in class org.jogamp.glg2d.impl.shader.text.GL2ES2TextDrawer
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.gl2.GL2TesselatorVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.gl2.LineDrawingVisitor
 
setGLContext(GL, UniformBufferObject) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
setGLContext(GL, UniformBufferObject) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TesselatingVisitor
 
setGLContext(GL, UniformBufferObject) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2TesselatingVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
setGLContext(GL, UniformBufferObject) - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
setGLContext(GL, UniformBufferObject) - Method in interface org.jogamp.glg2d.impl.shader.ShaderPathVisitor
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.shader.text.CollectingTesselator
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.shader.text.TriangleStripTesselator
 
setGLContext(GL) - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
setGLContext(GL) - Method in interface org.jogamp.glg2d.PathVisitor
Sets the GL context to be used for the next drawing session.
setGLDrawing(boolean) - Method in class org.jogamp.glg2d.GLG2DCanvas
Sets the drawing path, true for OpenGL, false for normal Java2D.
setHint(RenderingHints.Key, Object) - Method in interface org.jogamp.glg2d.G2DDrawingHelper
Sets a new rendering hint.
setHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
setHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.impl.AbstractImageHelper
 
setHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
setHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
setHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.impl.AbstractTextDrawer
 
setHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.impl.gl2.GL2ShapeDrawer
 
setLocation(GL2ES2, float, float) - Method in class org.jogamp.glg2d.impl.shader.text.TextPipeline
 
setNumCurveSteps(int) - Method in class org.jogamp.glg2d.impl.SimplePathVisitor
Sets the number of steps to take in a quadratic or cubic curve spline.
setOriginToTargetTransform(AffineTransform) - Method in class org.jogamp.glg2d.event.MouseEventTranslator
Sets the AffineTransform that is used to transform a point relative to the origin component into a point relative to the target component.
setPaint(Paint) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setPaint(Paint) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setPaint(Paint) - Method in class org.jogamp.glg2d.impl.AbstractColorHelper
 
setPaint(Paint) - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
setPaintMode() - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setPaintMode() - Method in class org.jogamp.glg2d.GLGraphics2D
 
setPaintMode() - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
setPaintMode() - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setRenderingHints(Map<?, ?>) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setStroke(Stroke) - Method in interface org.jogamp.glg2d.GLG2DShapeHelper
 
setStroke(Stroke) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setStroke(Stroke) - Method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.AbstractTesselatorVisitor
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.BasicStrokeLineVisitor
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.gl2.FastLineVisitor
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.gl2.FillSimpleConvexPolygonVisitor
 
setStroke(GL2ES2, BasicStroke) - Method in class org.jogamp.glg2d.impl.shader.GeometryShaderStrokePipeline
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2SimpleConvexFillVisitor
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2StrokeLineVisitor
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.shader.GL2GL3StrokeLineVisitor
 
setStroke(BasicStroke) - Method in class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
setStroke(BasicStroke) - Method in interface org.jogamp.glg2d.PathVisitor
Sets the stroke to be used when drawing a path.
setTextureUnit(GL2ES2, int) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ImagePipeline
 
setTransform(AffineTransform) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
setTransform(AffineTransform) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setTransform(AffineTransform) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
setTransform(GL2ES2, float[]) - Method in class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
setup(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
setup(GL2ES2) - Method in interface org.jogamp.glg2d.impl.shader.ShaderPipeline
 
setXORMode(Color) - Method in interface org.jogamp.glg2d.GLG2DColorHelper
 
setXORMode(Color) - Method in class org.jogamp.glg2d.GLGraphics2D
 
setXORMode(Color) - Method in class org.jogamp.glg2d.impl.gl2.GL2ColorHelper
 
setXORMode(Color) - Method in class org.jogamp.glg2d.impl.shader.GL2ES2ColorHelper
 
ShaderException - Exception in org.jogamp.glg2d.impl.shader
 
ShaderException() - Constructor for exception org.jogamp.glg2d.impl.shader.ShaderException
 
ShaderException(String, Throwable) - Constructor for exception org.jogamp.glg2d.impl.shader.ShaderException
 
ShaderException(String) - Constructor for exception org.jogamp.glg2d.impl.shader.ShaderException
 
ShaderException(Throwable) - Constructor for exception org.jogamp.glg2d.impl.shader.ShaderException
 
ShaderPathVisitor - Interface in org.jogamp.glg2d.impl.shader
 
ShaderPipeline - Interface in org.jogamp.glg2d.impl.shader
 
shear(double, double) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
shear(double, double) - Method in class org.jogamp.glg2d.GLGraphics2D
 
shear(double, double) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
SimpleOrTesselatingVisitor - Class in org.jogamp.glg2d.impl
Tesselating is expensive.
SimpleOrTesselatingVisitor(PathVisitor, PathVisitor) - Constructor for class org.jogamp.glg2d.impl.SimpleOrTesselatingVisitor
 
SimplePathVisitor - Class in org.jogamp.glg2d.impl
This is a fast Bézier curve implementation.
SimplePathVisitor() - Constructor for class org.jogamp.glg2d.impl.SimplePathVisitor
 

T

TextPipeline - Class in org.jogamp.glg2d.impl.shader.text
 
TextPipeline() - Constructor for class org.jogamp.glg2d.impl.shader.text.TextPipeline
 
TextPipeline(String, String) - Constructor for class org.jogamp.glg2d.impl.shader.text.TextPipeline
 
transform(AffineTransform) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
transform(AffineTransform) - Method in class org.jogamp.glg2d.GLGraphics2D
 
transform(AffineTransform) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
transformHook - Variable in class org.jogamp.glg2d.impl.shader.UniformBufferObject
 
translate(int, int) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
translate(double, double) - Method in interface org.jogamp.glg2d.GLG2DTransformHelper
 
translate(int, int) - Method in class org.jogamp.glg2d.GLGraphics2D
 
translate(double, double) - Method in class org.jogamp.glg2d.GLGraphics2D
 
translate(int, int) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
translate(double, double) - Method in class org.jogamp.glg2d.impl.AbstractMatrixHelper
 
TriangleStripTesselator - Class in org.jogamp.glg2d.impl.shader.text
 
TriangleStripTesselator() - Constructor for class org.jogamp.glg2d.impl.shader.text.TriangleStripTesselator
 
TriangleStripTesselator.TriangleStrip - Class in org.jogamp.glg2d.impl.shader.text
 
TriangleStripTesselator.TriangleStrip(float[]) - Constructor for class org.jogamp.glg2d.impl.shader.text.TriangleStripTesselator.TriangleStrip
 

U

unbindBuffer(GL2ES2) - Method in class org.jogamp.glg2d.impl.shader.AnyModePipeline
 
UniformBufferObject - Class in org.jogamp.glg2d.impl.shader
This class implements a Uniform Buffer Object on OpenGL ES 2.0 compatible hardware.
UniformBufferObject() - Constructor for class org.jogamp.glg2d.impl.shader.UniformBufferObject
 
UniformBufferObject.ColorHook - Interface in org.jogamp.glg2d.impl.shader
 
UniformBufferObject.TransformHook - Interface in org.jogamp.glg2d.impl.shader
 
use(GL2ES2, boolean) - Method in class org.jogamp.glg2d.impl.shader.AbstractShaderPipeline
 
use(GL2ES2, boolean) - Method in interface org.jogamp.glg2d.impl.shader.ShaderPipeline
 

V

VALUE_CLEAR_TEXTURES_CACHE_DEFAULT - Static variable in class org.jogamp.glg2d.GLG2DRenderingHints
Use the default texture cache policy.
VALUE_CLEAR_TEXTURES_CACHE_EACH_PAINT - Static variable in class org.jogamp.glg2d.GLG2DRenderingHints
Clear the texture cache before each paint.
VALUE_CLEAR_TEXTURES_CACHE_NEVER - Static variable in class org.jogamp.glg2d.GLG2DRenderingHints
Never clear the texture cache.
VertexBuffer - Class in org.jogamp.glg2d
Wraps a simple FloatBuffer and makes it easier to push 2-D vertices into the buffer and then draw them using any mode desired.
VertexBuffer(int) - Constructor for class org.jogamp.glg2d.VertexBuffer
Creates a private buffer.
vertices - Variable in class org.jogamp.glg2d.impl.shader.text.TriangleStripTesselator.TriangleStrip
 
visitShape(Shape, PathVisitor) - Static method in class org.jogamp.glg2d.impl.AbstractShapeHelper
 
A B C D E F G H I K L M N O P Q R S T U V 

Copyright © 2010-2013. All Rights Reserved.