|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ISortableDraw in org.jzy3d.plot3d.primitives |
---|
Classes in org.jzy3d.plot3d.primitives that implement ISortableDraw | |
---|---|
class |
AbstractComposite
A Composite gathers several Drawable and provides default methods for rendering them all in one call. |
class |
AbstractDrawable
A AbstractDrawable defines objects that may be rendered into an
OpenGL context provided by a ICanvas . |
class |
AbstractGeometry
|
class |
AbstractWireframeable
An AbstractWireframeable is a AbstractDrawable
that has a wireframe mode for display. |
class |
AWTScatterMultiColor
|
class |
AWTScatterMultiColorList
A scatter plot supporting a List |
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 |
Point
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point. |
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 |
Scatter
Experimental 3d object. |
class |
ScatterMultiColor
A scatter plot supporting a colormap for shading each dot color and alpha. |
class |
ScatterMultiColorList
A scatter plot supporting a List |
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 ISortableDraw in org.jzy3d.plot3d.primitives.contour |
---|
Classes in org.jzy3d.plot3d.primitives.contour that implement ISortableDraw | |
---|---|
class |
ContourLevel
A ContourLevel is an AbstractComposite gathering a collection of
LineStrip s for a given contour level. |
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.enlightables |
---|
Classes in org.jzy3d.plot3d.primitives.enlightables that implement ISortableDraw | |
---|---|
class |
AbstractEnlightable
|
class |
EnlightableBar
|
class |
EnlightableDisk
|
class |
EnlightablePolygon
|
class |
EnlightableSphere
A Sphere allows rendering a sphere. |
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.graphs |
---|
Classes in org.jzy3d.plot3d.primitives.graphs that implement ISortableDraw | |
---|---|
class |
AbstractDrawableGraph2d<V,E>
An implementation based on Pickable objects should register
mapping between vertex model and vertex representation through
PickSupport.registerPickableObject(IPickable pickable, V v)
Registration should be done by overriding setGraphModel. |
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.graphs.impl |
---|
Classes in org.jzy3d.plot3d.primitives.graphs.impl that implement ISortableDraw | |
---|---|
class |
DefaultDrawableGraph2d<V,E>
|
class |
PointGraph2d<V,E>
|
class |
TextureGraph2d<V,E>
|
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.parameq |
---|
Classes in org.jzy3d.plot3d.primitives.parameq that implement ISortableDraw | |
---|---|
class |
ParametricDrawable
|
class |
ParametricDrawable2
|
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.pickable |
---|
Classes in org.jzy3d.plot3d.primitives.pickable that implement ISortableDraw | |
---|---|
class |
PickablePoint
|
class |
PickablePolygon
|
class |
PickableSphere
|
class |
PickableTexture
|
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.selectable |
---|
Classes in org.jzy3d.plot3d.primitives.selectable that implement ISortableDraw | |
---|---|
class |
SelectableScatter
A Scatter that supports an "highlighted status" to change selected point color |
class |
SelectableSphere
|
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.textured |
---|
Classes in org.jzy3d.plot3d.primitives.textured that implement ISortableDraw | |
---|---|
class |
DrawableTexture
A DrawableTexture can only mount its texture while the GL2 thread is
current, so the best is to let draw() automount texture file the first time
the resource is required. |
class |
TexturedCube
|
class |
TexturedCylinder
|
class |
TranslucentQuad
|
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.vbo |
---|
Classes in org.jzy3d.plot3d.primitives.vbo that implement ISortableDraw | |
---|---|
class |
DrawableVBO
A DrawableVBO is able to efficiently large collection of geometries. |
Uses of ISortableDraw in org.jzy3d.plot3d.rendering.view.annotation |
---|
Classes in org.jzy3d.plot3d.rendering.view.annotation that implement ISortableDraw | |
---|---|
class |
BarycenterAnnotation
Draws the barycenter of an AbstractGeometry
and a line each point and the barycenter. |
class |
CameraDistanceAnnotation
Draws all point distance to camera eye. |
class |
CameraPathAnnotation
Record the camera position at regular interval and draws the path based on these point accumulation. |
Uses of ISortableDraw in org.jzy3d.plot3d.text |
---|
Classes in org.jzy3d.plot3d.text that implement ISortableDraw | |
---|---|
class |
DrawableTextWrapper
A DrawableTextWrapper wraps any text rendered by an ITextRenderer
into an AbstractDrawable , meaning it can be injected in the scene graph, and be transformed. |
Uses of ISortableDraw in org.jzy3d.plot3d.text.drawable |
---|
Classes in org.jzy3d.plot3d.text.drawable that implement ISortableDraw | |
---|---|
class |
DrawableTextBillboard
|
class |
DrawableTextBitmap
|
class |
DrawableTextTexture
|
Uses of ISortableDraw in org.jzy3d.plot3d.text.drawable.cells |
---|
Classes in org.jzy3d.plot3d.text.drawable.cells that implement ISortableDraw | |
---|---|
class |
DrawableTextCell
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |