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

Packages that use AbstractGeometry
org.jzy3d.plot3d.primitives   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.rendering.view.annotation   
 

Uses of AbstractGeometry in org.jzy3d.plot3d.primitives
 

Subclasses of AbstractGeometry in org.jzy3d.plot3d.primitives
 class Polygon
          Supports additional settings
 class Quad
          A Quad extends a Polygon in order to provide a specific draw() method that relies on a dedicated GL2 call (GL_QUADS), and to ensure the number of points is never greater than 4.
 class SimplePolygon
          A SimplePolygon 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);
 

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

Subclasses of AbstractGeometry in org.jzy3d.plot3d.primitives.pickable
 class PickablePolygon
           
 

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

Subclasses of AbstractGeometry in org.jzy3d.plot3d.primitives.textured
 class TranslucentQuad
           
 

Uses of AbstractGeometry in org.jzy3d.plot3d.rendering.view.annotation
 

Fields in org.jzy3d.plot3d.rendering.view.annotation declared as AbstractGeometry
protected  AbstractGeometry BarycenterAnnotation.annotated
           
 

Constructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type AbstractGeometry
BarycenterAnnotation(AbstractGeometry annotated)
           
 



Copyright © 2013. All rights reserved.