Uses of Package
org.jzy3d.plot3d.primitives

Packages that use org.jzy3d.plot3d.primitives
org.jzy3d.chart   
org.jzy3d.contour   
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.interactive.tools   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.primitives.selectable   
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.rendering.textures   
org.jzy3d.plot3d.text   
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.chart
AbstractDrawable
          A 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.contour
LineStrip
          Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.
 

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
          Supports additional settings
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.picking
AbstractDrawable
          A 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
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
CompileableComposite
          A CompileableComposite allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.
Shape
          Allows building custom shapes defined by an ArrayList of Polygons.
 

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.
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Polygon
          Supports additional settings
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.builder.delaunay
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          A 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
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a AbstractDrawable that has a wireframe mode for display.
CompositeParallelepiped.PolygonType
           
IGLRenderer
           
ISortableDraw
           
LineStrip
          Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Polygon
          Supports additional settings
Polygon.PolygonMode
           
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.
 

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
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a AbstractDrawable that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
LineStrip
          Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.
 

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
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a AbstractDrawable that has a wireframe mode for display.
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.graphs
AbstractDrawable
          A 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
          A 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.interactive.tools
AbstractComposite
          A Composite gathers several Drawable and provides default methods for rendering them all in one call.
AbstractDrawable
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
Polygon
          Supports additional settings
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.primitives.pickable
AbstractDrawable
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a AbstractDrawable that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
Point
          A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.
Polygon
          Supports additional settings
Sphere
          A Sphere allows rendering a sphere.
 

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

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
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
AbstractWireframeable
          An AbstractWireframeable is a AbstractDrawable that has a wireframe mode for display.
IGLRenderer
           
ISortableDraw
           
Polygon
          Supports additional settings
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.
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.rendering.legends
AbstractDrawable
          A 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
          A 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
          A 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
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
IGLBindedResource
           
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.rendering.textures
IGLBindedResource
           
 

Classes in org.jzy3d.plot3d.primitives used by org.jzy3d.plot3d.text
AbstractDrawable
          A 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.text.drawable
AbstractDrawable
          A 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.text.drawable.cells
AbstractDrawable
          A AbstractDrawable defines objects that may be rendered into an OpenGL context provided by a ICanvas.
IGLRenderer
           
ISortableDraw