Uses of Interface
org.jzy3d.colors.ISingleColorable
-
-
Uses of ISingleColorable in <Unnamed>
Classes in <Unnamed> that implement ISingleColorable Modifier and Type Class Description class
MonitorScatter
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives
Classes in org.jzy3d.plot3d.primitives that implement ISingleColorable Modifier and Type Class Description class
ColoredWireframePolygon
class
CompileableComposite
ACompileableComposite
allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.class
Composite
class
ConcurrentScatterPoint
class
CubeComposite
A cube defined by aBoundingBox3d
class
CubeGLUT
A cube rendered with OpenGL GLUT.class
Cylinder
class
Disk
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
Point
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.class
Polygon
Supports additional settingsclass
Quad
class
Scatter
A collection of coordinates rendered as dots.class
ScatterPoint
Experimental 3d object.class
Shape
class
SimplePolygon
ASimplePolygon
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
Allows rendering a sphere.class
TesselatedPolygon
A polygon made of two triangles with no wireframe on their adjacent side.class
Triangle
class
Tube
ATube
may be used to render cylinders or pyramids, according to its input parameters.class
WaterfallComposite
A drawable Waterfall using Matlab style -
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.contour
Classes in org.jzy3d.plot3d.primitives.contour that implement ISingleColorable Modifier and Type Class Description class
ContourLevel
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.enlightables
Classes in org.jzy3d.plot3d.primitives.enlightables that implement ISingleColorable Modifier and Type Class Description class
EnlightableBar
class
EnlightableDisk
class
EnlightableSphere
A Sphere allows rendering a sphere. -
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.pickable
Classes in org.jzy3d.plot3d.primitives.pickable that implement ISingleColorable Modifier and Type Class Description class
PickablePoint
class
PickablePolygon
class
PickableSphere
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.selectable
Classes in org.jzy3d.plot3d.primitives.selectable that implement ISingleColorable Modifier and Type Class Description class
SelectableScatter
A Scatter that supports an "highlighted status" to change selected point colorclass
SelectableSphere
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.textured
Classes in org.jzy3d.plot3d.primitives.textured that implement ISingleColorable Modifier and Type Class Description class
TexturedCube
class
TexturedCylinder
class
TranslucentQuad
-
Uses of ISingleColorable in org.jzy3d.plot3d.rendering.view.annotation
Classes in org.jzy3d.plot3d.rendering.view.annotation that implement ISingleColorable Modifier and Type Class Description class
BarycenterAnnotation
Draws the barycenter of anGeometry
and a line each point and the barycenter.class
CameraDistanceAnnotation
Draws the distance of every scene graph drawable object to camera eye.
-