Uses of Package
org.jzy3d.plot3d.primitives

Packages that use org.jzy3d.plot3d.primitives
org.jzy3d.chart   
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.picking   
org.jzy3d.plot3d.builder   
org.jzy3d.plot3d.builder.concrete   
org.jzy3d.plot3d.builder.delaunay   
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.graphs   
org.jzy3d.plot3d.primitives.graphs.impl   
org.jzy3d.plot3d.primitives.graphs.nodes   
org.jzy3d.plot3d.primitives.interactive   
org.jzy3d.plot3d.primitives.interactive.tools   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.rendering.legends   
org.jzy3d.plot3d.rendering.legends.colorbars   
org.jzy3d.plot3d.rendering.ordering   
org.jzy3d.plot3d.rendering.scene   
org.jzy3d.plot3d.text Provides utilities for rendering texts into a 3 dimensional scene. 
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.chart
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.maths
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Polygon
          A Polygon holds a List of Points that store a coordinate and a color.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.picking
IGLRenderer
           
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.builder
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.builder.concrete
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
Polygon
          A Polygon holds a List of Points that store a coordinate and a color.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.builder.delaunay
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a drawable object that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
IWireframeable
           
LineStrip
           
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Polygon
          A Polygon holds a List of Points that store a coordinate and a color.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.contour
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a drawable object that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
IWireframeable
           
LineStrip
           
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.enlightables
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a drawable object that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
IWireframeable
           
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.graphs
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
IGLRenderer
           
ISortableDraw
           
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.graphs.impl
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
IGLRenderer
           
ISortableDraw
           
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.graphs.nodes
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
IGLRenderer
           
ISortableDraw
           
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.interactive
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a drawable object that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
IWireframeable
           
Scatter
          Experimental 3d object.
Sphere
          A Sphere allows rendering a sphere.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.interactive.tools
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
Polygon
          A Polygon holds a List of Points that store a coordinate and a color.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.textured
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a drawable object that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
IWireframeable
           
Polygon
          A Polygon holds a List of Points that store a coordinate and a color.
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.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.rendering.legends
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.rendering.legends.colorbars
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.rendering.ordering
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.rendering.scene
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.text
AbstractDrawable
          An AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
IGLRenderer
           
ISortableDraw