Uses of Interface
org.jzy3d.plot3d.primitives.axes.IAxe

Packages that use IAxe
org.jzy3d.plot3d.primitives.axes Provides concrete axes implementing the Axe interface 
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
 

Uses of IAxe in org.jzy3d.plot3d.primitives.axes
 

Classes in org.jzy3d.plot3d.primitives.axes that implement IAxe
 class AxeBase
          An AxeBase provide a simple 3-segment object which is configured by a BoundingBox.
 class AxeBox
          The AxeBox displays a box with invisible front faces and ticks labels.
 class ContourAxeBox
          An axe box for displaying a contour map that remains on bottom of the box, whatever the box scale is.
 class FeedbackBufferAxeBox
          This AxeBox implementation was the first to appear in Jzy3d.
 

Methods in org.jzy3d.plot3d.primitives.axes that return IAxe
 IAxe AxeFactory.getInstance()
           
 

Uses of IAxe in org.jzy3d.plot3d.rendering.view
 

Methods in org.jzy3d.plot3d.rendering.view that return IAxe
 IAxe View.getAxe()