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

Packages that use BasePlot
org.math.plot.canvas   
 

Uses of BasePlot in org.math.plot.canvas
 

Fields in org.math.plot.canvas declared as BasePlot
protected  BasePlot PlotCanvas.grid
           
 

Methods in org.math.plot.canvas that return BasePlot
 BasePlot PlotCanvas.getGrid()
           
 

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

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