Uses of Interface
org.jzy3d.plot3d.primitives.axes.layout.IAxeLayout

Packages that use IAxeLayout
org.jzy3d.chart   
org.jzy3d.plot3d.primitives.axes Provides concrete axes implementing the Axe interface 
org.jzy3d.plot3d.primitives.axes.layout   
org.jzy3d.plot3d.rendering.legends.colorbars   
 

Uses of IAxeLayout in org.jzy3d.chart
 

Methods in org.jzy3d.chart that return IAxeLayout
 IAxeLayout Chart.getAxeLayout()
           
 

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

Methods in org.jzy3d.plot3d.primitives.axes that return IAxeLayout
 IAxeLayout IAxe.getLayout()
           
 IAxeLayout AxeBox.getLayout()
           
 IAxeLayout AxeBase.getLayout()
           
 

Constructors in org.jzy3d.plot3d.primitives.axes with parameters of type IAxeLayout
AxeBox(BoundingBox3d bbox, IAxeLayout layout)
           
ContourAxeBox(BoundingBox3d bbox, IAxeLayout layout)
           
FeedbackBufferAxeBox(BoundingBox3d bbox, IAxeLayout layout)
           
 

Uses of IAxeLayout in org.jzy3d.plot3d.primitives.axes.layout
 

Classes in org.jzy3d.plot3d.primitives.axes.layout that implement IAxeLayout
 class AxeBoxLayout
           
 

Uses of IAxeLayout in org.jzy3d.plot3d.rendering.legends.colorbars
 

Constructors in org.jzy3d.plot3d.rendering.legends.colorbars with parameters of type IAxeLayout
ColorbarLegend(AbstractDrawable parent, IAxeLayout layout)
           
ColorbarLegend(AbstractDrawable parent, IAxeLayout layout, Color foreground)
           
ColorbarLegend(AbstractDrawable parent, IAxeLayout layout, Color foreground, Color background)