Uses of Class
org.math.plot.plotObjects.Axe

Packages that use Axe
org.math.plot   
org.math.plot.plotObjects   
 

Uses of Axe in org.math.plot
 

Methods in org.math.plot that return Axe
 Axe PlotPanel.getAxe(int i)
           
 

Uses of Axe in org.math.plot.plotObjects
 

Fields in org.math.plot.plotObjects declared as Axe
protected  Axe[] BasePlot.axes
           
 

Methods in org.math.plot.plotObjects that return Axe
 Axe BasePlot.getAxe(int i)
           
 Axe[] BasePlot.getAxes()
           
 

Constructors in org.math.plot.plotObjects with parameters of type Axe
BasePlot(Base b, Color c, Axe... a)