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

A

add(VertexArray) - Method in class agile2d.geom.VertexArrayList
Adds a VertexArray
addAWTEventListener(AWTEventListener) - Method in interface agile2d.PluggableRenderer
Adds an event listener that is called for all events that are dispatched to the frame by the underlying rendering surface.
addAWTEventListener(AWTEventListener) - Method in class agile2d.AgileJFrame
Adds an event listener that is called for all events that are dispatched to the frame by the underlying rendering surface.
addColor(Color) - Method in class agile2d.geom.VertexAttributes
 
addColor(int) - Method in class agile2d.geom.VertexAttributes
 
addLine(float[]) - Method in class agile2d.geom.VertexArray
Add a line.
addLine(float, float, float, float) - Method in class agile2d.geom.VertexArray
Add a line.
addQuad(float[]) - Method in class agile2d.geom.VertexArray
Add a quadrilateral.
addQuad(float, float, float, float, float, float, float, float) - Method in class agile2d.geom.VertexArray
Add a quadrilateral.
addRect(float, float, float, float) - Method in class agile2d.geom.VertexArray
Add a quadrilateral specified as a rectangle.
addRenderingHints(Map) - Method in class agile2d.opengl.AGLGraphics2D
 
addTesselation(GLDrawable, int) - Method in class agile2d.opengl.OutlineFontRenderer
 
addTriangle(float[]) - Method in class agile2d.geom.VertexArray
Add a triangle.
addTriangle(float, float, float, float, float, float) - Method in class agile2d.geom.VertexArray
Add a triangle.
addVertex(double[]) - Method in class agile2d.geom.VertexArrayList
 
addVertex(double[]) - Method in class agile2d.geom.VertexArray
Add a vertex
addVertex(double[]) - Method in interface agile2d.opengl.TesselatorVisitor
 
addVertex(double, double) - Method in class agile2d.geom.VertexArrayList
 
addVertex(double, double) - Method in class agile2d.geom.VertexArray
Add a vertex
addVertex(double, double) - Method in interface agile2d.opengl.TesselatorVisitor
 
addVertex(float[]) - Method in class agile2d.geom.VertexArray
Add a vertex
addVertex(float, float) - Method in class agile2d.geom.VertexArray
Add a vertex
agile2d - package agile2d
The Agile2D project provides tools for experimenting with non-standard 2D renderering approaches in Java.
Agile2D - class agile2d.Agile2D.
A class containing static convenience methods and rendering hints for the Agile2D rendering library.
agile2d.geom - package agile2d.geom
The agile2d.geom package provide a special Shape that can be rendered in a very fast way using OpenGL and other hardware accelerated libraries.
agile2d.opengl - package agile2d.opengl
The agile2d.opengl package provides the Agile2D OpenGL Renderer, which implements a PluggableRenderer for drawing into AgileFrames using OpenGL.
AgileJFrame - class agile2d.AgileJFrame.
An implementation of JFrame that uses a "pluggable renderer" mechanism to manage rendering the contents of the frame.
AgileJFrame() - Constructor for class agile2d.AgileJFrame
Create a new AgileJFrame object.
AgileJFrame(GraphicsConfiguration) - Constructor for class agile2d.AgileJFrame
Create a new AgileJFrame object.
AgileJFrame(String) - Constructor for class agile2d.AgileJFrame
Create a new AgileJFrame object.
AgileJFrame(String, GraphicsConfiguration) - Constructor for class agile2d.AgileJFrame
Create a new AgileJFrame object.
AGLGradientPaint - class agile2d.AGLGradientPaint.
GradientPaint that avoids creating Color objects if possible.
AGLGradientPaint(float, float, Color, float, float, Color) - Constructor for class agile2d.AGLGradientPaint
Constructor for a simple acyclid AGLGradientPaint object.
AGLGradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class agile2d.AGLGradientPaint
Constructs either a cyclic or acyclic AGLGradientPaint object depending on the boolean parameter.
AGLGradientPaint(float, float, int, float, float, int, boolean) - Constructor for class agile2d.AGLGradientPaint
Constructs either a cyclic or acyclic AGLGradientPaint object depending on the boolean parameter.
AGLGradientPaint(Point2D, Color, Point2D, Color) - Constructor for class agile2d.AGLGradientPaint
Constructs a simple acyclic AGLGradientPaint object.
AGLGradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class agile2d.AGLGradientPaint
Constructs either a cyclic or acyclic AGLGradientPaint object depending on the boolean parameter.
AGLGraphics2D - class agile2d.opengl.AGLGraphics2D.
AGLGraphics2D implements a partial subset of the standard Java2D Graphics2D API.
AGLGraphics2D(GLDrawable) - Constructor for class agile2d.opengl.AGLGraphics2D
Constructs a AGLGraphics2D that renders to a particular GL Drawable.
AGLOffscreen - class agile2d.opengl.AGLOffscreen.
Class AGLOffscreen
AGLOffscreen(int, int) - Constructor for class agile2d.opengl.AGLOffscreen
 
AGLPluggableRendererProvider - class agile2d.opengl.AGLPluggableRendererProvider.
Implements the Service Provider Interface for Agile2D, providing pluggable renderers that use the OpenGL graphics API.
AGLPluggableRendererProvider() - Constructor for class agile2d.opengl.AGLPluggableRendererProvider
Creates a new GLPluggableRenderer service provider.
append(PathIterator, boolean) - Method in class agile2d.geom.PolygonShape
 
append(Shape, boolean) - Method in class agile2d.geom.PolygonShape
 
ARGBtoRGBA(int) - Static method in class agile2d.opengl.ImageUtils
 

A B C D E F G H I J K M N O P Q R S T U V
Copyright © 2002 by University of Maryland, USA All rights reserved.