Uses of Interface
org.jzy3d.colors.ISingleColorable
Package
Description
-
Uses of ISingleColorable in Unnamed Package
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives
Modifier and TypeClassDescriptionclass
class
class
ACompileableComposite
allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.class
class
class
class
A cube defined by aBoundingBox3d
class
A cube rendered with OpenGL GLUT.class
class
class
class
class
class
Creates an interpolated line to make a smooth 3d curve based on control points.class
A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.class
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.class
Supports additional settingsclass
class
A collection of coordinates rendered as dots.class
Experimental 3d object.class
class
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
Allows rendering a sphere.class
A polygon made of two triangles with no wireframe on their adjacent side.class
class
ATube
may be used to render cylinders or pyramids, according to its input parameters.class
A drawable Waterfall using Matlab style -
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.contour
Modifier and TypeClassDescriptionclass
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.enlightables
Modifier and TypeClassDescriptionclass
class
class
A Sphere allows rendering a sphere. -
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.pickable
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.selectable
Modifier and TypeClassDescriptionclass
A Scatter that supports an "highlighted status" to change selected point colorclass
-
Uses of ISingleColorable in org.jzy3d.plot3d.primitives.textured
-
Uses of ISingleColorable in org.jzy3d.plot3d.rendering.view.annotation
Modifier and TypeClassDescriptionclass
Draws the barycenter of anGeometry
and a line each point and the barycenter.class
Draws the distance of every scene graph drawable object to camera eye.