|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMultiColorable | |
---|---|
org.jzy3d.plot3d.primitives | Provides 3d primitives that either implement plot3d.rendering.Drawable or
plot3d.rendering.Composite3d , and thus provide a draw() and transform() function
for the plot3d.rendering.Scene . |
org.jzy3d.plot3d.primitives.contour | |
org.jzy3d.plot3d.primitives.enlightables | |
org.jzy3d.plot3d.primitives.textured |
Uses of IMultiColorable in org.jzy3d.plot3d.primitives |
---|
Classes in org.jzy3d.plot3d.primitives that implement IMultiColorable | |
---|---|
class |
AbstractComposite
A Composite gathers several Drawable and provides default methods for rendering them all in one call. |
class |
CompileableComposite
A CompileableComposite allows storage and subsequent faster execution of individual
contained instances drawing routines in an OpenGL display list. |
class |
Cylinder
|
class |
FlatLine2d
|
class |
HistogramBar
|
class |
MultiColorScatter
A scatter plot supporting a colormap for shading each dot color and alpha. |
class |
MultiColorScatterList
A scatter plot supporting a List |
class |
Parallelepiped
A Parallelepiped is a parallelepiped rectangle that is Drawable
and Wireframeable. |
class |
Polygon
A Polygon holds a List of Point s that store a coordinate
and a color. |
class |
Quad
A Quad extends a Polygon in order to provide a specific draw()
method that relies on a dedicated GL 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. |
Uses of IMultiColorable in org.jzy3d.plot3d.primitives.contour |
---|
Classes in org.jzy3d.plot3d.primitives.contour that implement IMultiColorable | |
---|---|
class |
ContourLevel
A ContourLevel is an AbstractComposite gathering a collection of
LineStrip s for a given contour level. |
Uses of IMultiColorable in org.jzy3d.plot3d.primitives.enlightables |
---|
Classes in org.jzy3d.plot3d.primitives.enlightables that implement IMultiColorable | |
---|---|
class |
EnlightableBar
|
Uses of IMultiColorable in org.jzy3d.plot3d.primitives.textured |
---|
Classes in org.jzy3d.plot3d.primitives.textured that implement IMultiColorable | |
---|---|
class |
TexturedCube
|
class |
TexturedCylinder
|
class |
TranslucentQuad
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |