Uses of Class
org.jzy3d.plot3d.primitives.CompositeParallelepiped.PolygonType

Packages that use CompositeParallelepiped.PolygonType
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
 

Uses of CompositeParallelepiped.PolygonType in org.jzy3d.plot3d.primitives
 

Fields in org.jzy3d.plot3d.primitives declared as CompositeParallelepiped.PolygonType
protected  CompositeParallelepiped.PolygonType CompositeParallelepiped.type
           
 

Methods in org.jzy3d.plot3d.primitives that return CompositeParallelepiped.PolygonType
static CompositeParallelepiped.PolygonType CompositeParallelepiped.PolygonType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompositeParallelepiped.PolygonType[] CompositeParallelepiped.PolygonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jzy3d.plot3d.primitives with parameters of type CompositeParallelepiped.PolygonType
CompositeParallelepiped(BoundingBox3d b, CompositeParallelepiped.PolygonType type)
           
CompositeParallelepiped(CompositeParallelepiped.PolygonType type)