Uses of Interface
org.math.plot.plotObjects.Plotable

Packages that use Plotable
org.math.plot   
org.math.plot.canvas   
org.math.plot.plotObjects   
org.math.plot.plots   
 

Uses of Plotable in org.math.plot
 

Methods in org.math.plot that return Plotable
 Plotable PlotPanel.getPlotable(int i)
           
 Plotable[] PlotPanel.getPlotables()
           
 

Methods in org.math.plot with parameters of type Plotable
 void PlotPanel.addPlotable(Plotable p)
           
 void PlotPanel.removePlotable(Plotable p)
           
 

Uses of Plotable in org.math.plot.canvas
 

Fields in org.math.plot.canvas with type parameters of type Plotable
 Vector<Plotable> PlotCanvas.objects
           
 

Methods in org.math.plot.canvas that return Plotable
 Plotable PlotCanvas.getPlotable(int i)
           
 Plotable[] PlotCanvas.getPlotables()
           
 

Methods in org.math.plot.canvas with parameters of type Plotable
 void PlotCanvas.addPlotable(Plotable p)
           
 void PlotCanvas.removePlotable(Plotable p)
           
 

Uses of Plotable in org.math.plot.plotObjects
 

Classes in org.math.plot.plotObjects that implement Plotable
 class Axe
          BSD License
 class BaseLabel
          BSD License
 class BaseLine
           
 class Label
          BSD License
 class Line
          BSD License
 

Uses of Plotable in org.math.plot.plots
 

Classes in org.math.plot.plots that implement Plotable
 class BarPlot
           
 class BoxPlot2D
           
 class BoxPlot3D
           
 class GridPlot3D
           
 class HistogramPlot2D
           
 class HistogramPlot3D
           
 class LinePlot
           
 class Plot
           
 class QuantilePlot
           Titre :
 class ScatterPlot
           
 class StaircasePlot