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

Packages that use Base
org.math.plot.canvas   
org.math.plot.plotObjects   
 

Uses of Base in org.math.plot.canvas
 

Fields in org.math.plot.canvas declared as Base
 Base PlotCanvas.base
           
 

Methods in org.math.plot.canvas with parameters of type Base
 void PlotCanvas.initBasenGrid(Base b, BasePlot bp)
           
 

Constructors in org.math.plot.canvas with parameters of type Base
Plot2DCanvas(Base b, BasePlot bp)
           
Plot3DCanvas(Base b, BasePlot bp)
           
PlotCanvas(Base b, BasePlot bp)
           
 

Uses of Base in org.math.plot.plotObjects
 

Fields in org.math.plot.plotObjects declared as Base
protected  Base BasePlot.base
           
protected  Base Axe.base
           
 

Methods in org.math.plot.plotObjects with parameters of type Base
 void BasePlot.setBase(Base b)
           
 

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