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

Packages that use IAxe
org.jzy3d.chart.factories   
org.jzy3d.plot3d.primitives.axes   
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.chart.factories
 

Methods in org.jzy3d.chart.factories that return IAxe
 IAxe IChartComponentFactory.newAxe(BoundingBox3d box, View view)
           
 IAxe ContourChartComponentFactory.newAxe(BoundingBox3d box, View view)
           
 IAxe ChartComponentFactory.newAxe(BoundingBox3d box, View view)
           
 IAxe AWTChartComponentFactory.newAxe(BoundingBox3d box, View view)
           
 

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 front face invisible and ticks labels.
 class AxeBoxWithTxtRenderer
          The AxeBox displays a box with front face invisible 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.
 

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

Fields in org.jzy3d.plot3d.rendering.view declared as IAxe
protected  IAxe View.axe
           
 

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

Methods in org.jzy3d.plot3d.rendering.view with parameters of type IAxe
 void View.setAxe(IAxe ax)
           
 



Copyright © 2013. All rights reserved.