class  | 
AWTScatterMultiColor | 
  | 
class  | 
AWTScatterMultiColorList | 
 A scatter plot supporting a List as input. 
 | 
class  | 
ColoredWireframePolygon | 
  | 
class  | 
CompileableComposite | 
A  CompileableComposite allows storage and subsequent faster execution of individual
 contained instances drawing routines in an OpenGL display list.  
 | 
class  | 
Composite | 
A  Composite gathers several  Drawable and provides default methods managing them
 all in one call : drawing, getting bounds, setting face or wireframe colors, etc.  
 | 
class  | 
ConcurrentScatterMultiColor | 
  | 
class  | 
ConcurrentScatterMultiColorList | 
  | 
class  | 
CubeComposite | 
 | 
class  | 
Cylinder | 
  | 
class  | 
FlatLine2d | 
  | 
class  | 
Geometry | 
  | 
class  | 
HistogramBar | 
  | 
class  | 
LineStripInterpolated | 
 Creates an interpolated line to make a smooth 3d curve based on control points. 
 | 
class  | 
Parallelepiped | 
 A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable. 
 | 
class  | 
ParallelepipedComposite | 
 A composite implementation of a parallelepiped, meaning it can be decomposed into distinct
 primitive for polygon ordering. 
 | 
class  | 
Polygon | 
 Supports additional settings 
 | 
class  | 
Quad | 
A  Quad extends a  Polygon in order to provide a specific  draw() method
 that relies on a dedicated GL2 call (GL_QUADS), and to ensure the number of points is never
 greater than 4.  
 | 
class  | 
ScatterMultiColor | 
 A scatter plot supporting a colormap for shading each dot color and alpha. 
 | 
class  | 
ScatterMultiColorList | 
 A scatter plot supporting a List as input. 
 | 
class  | 
Shape | 
 | 
class  | 
SimplePolygon | 
A  SimplePolygon makes the simplest possible GL rendering with especially no:
 
 gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL);
 gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);
   
 | 
class  | 
TesselatedPolygon | 
 A polygon made of two triangles with no wireframe on their adjacent side. 
 | 
class  | 
Triangle | 
  | 
class  | 
WaterfallComposite | 
 |