Uses of Class
org.jzy3d.plot3d.primitives.Polygon.PolygonMode

Packages that use Polygon.PolygonMode
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 Polygon.PolygonMode in org.jzy3d.plot3d.primitives
 

Fields in org.jzy3d.plot3d.primitives declared as Polygon.PolygonMode
protected  Polygon.PolygonMode Polygon.polygonMode
           
 

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

Methods in org.jzy3d.plot3d.primitives with parameters of type Polygon.PolygonMode
 void Polygon.setPolygonMode(Polygon.PolygonMode polygonMode)
          A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering
 void CompositeParallelepiped.setPolygonMode(Polygon.PolygonMode mode)