|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives | |
---|---|
class |
AbstractComposite
A Composite gathers several Drawable and provides default methods for rendering them all in one call. |
class |
AbstractGeometry
|
class |
CompileableComposite
A CompileableComposite allows storage and subsequent faster execution
of individual contained instances drawing routines in an OpenGL display list. |
class |
Cylinder
|
class |
Disk
|
class |
FlatLine2d
|
class |
HistogramBar
|
class |
LineStrip
Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color. |
class |
LineStripInterpolated
|
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 |
Shape
Allows building custom shapes defined by an ArrayList of Polygon s. |
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 |
Sphere
A Sphere allows rendering a sphere. |
class |
TesselatedPolygon
A polygon made of two triangles with no wireframe on their adjacent side. |
class |
Tube
A Tube may be used to render cylinders or pyramids, according to its
input parameters. |
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives.contour |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives.contour | |
---|---|
class |
ContourLevel
A ContourLevel is an AbstractComposite gathering a collection of
LineStrip s for a given contour level. |
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives.enlightables |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives.enlightables | |
---|---|
class |
AbstractEnlightable
|
class |
EnlightableBar
|
class |
EnlightableDisk
|
class |
EnlightablePolygon
|
class |
EnlightableSphere
A Sphere allows rendering a sphere. |
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives.parameq |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives.parameq | |
---|---|
class |
ParametricDrawable
|
class |
ParametricDrawable2
|
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives.pickable |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives.pickable | |
---|---|
class |
PickablePolygon
|
class |
PickableSphere
|
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives.selectable |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives.selectable | |
---|---|
class |
SelectableSphere
|
Uses of AbstractWireframeable in org.jzy3d.plot3d.primitives.textured |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.primitives.textured | |
---|---|
class |
TexturedCube
|
class |
TexturedCylinder
|
class |
TranslucentQuad
|
Uses of AbstractWireframeable in org.jzy3d.plot3d.rendering.view.annotation |
---|
Subclasses of AbstractWireframeable in org.jzy3d.plot3d.rendering.view.annotation | |
---|---|
class |
BarycenterAnnotation
Draws the barycenter of an AbstractGeometry
and a line each point and the barycenter. |
class |
CameraPathAnnotation
Record the camera position at regular interval and draws the path based on these point accumulation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |