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

Packages that use AbstractGeometry.PolygonMode
org.jzy3d.plot3d.primitives   
 

Uses of AbstractGeometry.PolygonMode in org.jzy3d.plot3d.primitives
 

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

Methods in org.jzy3d.plot3d.primitives that return AbstractGeometry.PolygonMode
 AbstractGeometry.PolygonMode AbstractGeometry.getPolygonMode()
           
static AbstractGeometry.PolygonMode AbstractGeometry.PolygonMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractGeometry.PolygonMode[] AbstractGeometry.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 AbstractGeometry.PolygonMode
 void ParallelepipedComposite.setPolygonMode(AbstractGeometry.PolygonMode mode)
           
 void AbstractGeometry.setPolygonMode(AbstractGeometry.PolygonMode polygonMode)
          A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering
 



Copyright © 2013. All rights reserved.