| Modifier and Type | Field and Description | 
|---|---|
| protected AbstractComposite | Histogram2d. drawable | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractComposite | Histogram2d. buildDrawable(Histogram model) | 
| AbstractComposite | Histogram2d. getDrawable() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract AbstractComposite | Tessellator. build(float[] x,
     float[] y,
     float[] z) | 
| AbstractComposite | Tessellator. build(List<Coord3d> coordinates) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Mapper. remap(AbstractComposite shape)Update the shape by remapping its polygon points' z coordinate
 according to f(x,y) | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractComposite | RingTessellator. build(float[] x,
     float[] y,
     float[] z) | 
| AbstractComposite | RingExtrapolator. build(float[] x,
     float[] y,
     float[] z) | 
| AbstractComposite | OrthonormalTessellator. build(float[] x,
     float[] y,
     float[] z) | 
| AbstractComposite | OldRingTesselator. build(List<Coord3d> coordinates)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractComposite | DelaunayTessellator. build(float[] x,
     float[] y,
     float[] z) | 
| AbstractComposite | DelaunayTessellator. build(List<Coord3d> coordinates) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Cylinder | 
| class  | FlatLine2d | 
| class  | HistogramBar | 
| class  | LineStripInterpolated | 
| class  | ParallelepipedCompositeA composite implementation of a parallelepiped, meaning it can be decomposed
 into distinct primitive for polygon ordering. | 
| class  | Shape | 
| class  | TesselatedPolygonA polygon made of two triangles with no wireframe on their adjacent side. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | AbstractGeometry. setPolygonOffsetFillEnable(AbstractComposite composite,
                          boolean polygonOffsetFillEnable)A utility to change polygon offset fill status of a
  AbstractCompositecontainingAbstractGeometrys. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContourLevelA  ContourLevelis anAbstractCompositegathering a collection ofLineStrips for a given contour level. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnlightableBar | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<PolygonProjection> | ProjectionUtils. project(com.jogamp.opengl.GL gl,
       com.jogamp.opengl.glu.GLU glu,
       Camera cam,
       AbstractComposite c) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AxeTransformableFlatLine2d | 
| class  | AxeTransformableLineStripInterpolated | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TexturedCube | 
| class  | TexturedCylinder | 
| Modifier and Type | Method and Description | 
|---|---|
| static ArrayList<AbstractDrawable> | Decomposition. getDecomposition(AbstractComposite input)Recursively expand all monotype Drawables from the given Composite. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BarycenterAnnotationDraws the barycenter of an  AbstractGeometryand a line each point and the barycenter. | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<BarycenterAnnotation> | BarycenterAnnotation. annotate(AbstractComposite composite) | 
Copyright © 2016. All rights reserved.