Uses of Class
org.math.plot.plots.Plot

Packages that use Plot
org.math.plot   
org.math.plot.canvas   
org.math.plot.components   
org.math.plot.plots   
 

Uses of Plot in org.math.plot
 

Methods in org.math.plot that return Plot
 Plot PlotPanel.getPlot(int i)
           
 Plot[] PlotPanel.getPlots()
           
 

Methods in org.math.plot with parameters of type Plot
 int PlotPanel.addPlot(Plot newPlot)
           
 int PlotPanel.getPlotIndex(Plot p)
           
 void PlotPanel.includeInBounds(Plot plot)
           
 void PlotPanel.removePlot(Plot p)
           
 void PlotPanel.setPlot(int I, Plot p)
           
 

Uses of Plot in org.math.plot.canvas
 

Fields in org.math.plot.canvas with type parameters of type Plot
 Vector<Plot> PlotCanvas.plots
           
 

Methods in org.math.plot.canvas that return Plot
 Plot PlotCanvas.getPlot(int i)
           
 Plot[] PlotCanvas.getPlots()
           
 

Methods in org.math.plot.canvas with parameters of type Plot
 int PlotCanvas.addPlot(Plot newPlot)
           
 int PlotCanvas.getPlotIndex(Plot p)
           
 void PlotCanvas.includeInBounds(Plot plot)
           
 void PlotCanvas.removePlot(Plot p)
           
 void PlotCanvas.setPlot(int I, Plot p)
           
 

Uses of Plot in org.math.plot.components
 

Fields in org.math.plot.components declared as Plot
(package private)  Plot LegendPanel.Legend.plot
           
(package private)  Plot DatasFrame.DataPanel.plot
           
 

Constructors in org.math.plot.components with parameters of type Plot
DatasFrame.DataPanel(Plot _plot)
           
LegendPanel.Legend(Plot p)
           
 

Uses of Plot in org.math.plot.plots
 

Subclasses of Plot in org.math.plot.plots
 class BarPlot
           
 class BoxPlot2D
           
 class BoxPlot3D
           
 class GridPlot3D
           
 class HistogramPlot2D
           
 class HistogramPlot3D
           
 class LinePlot
           
 class QuantilePlot
           Titre :
 class ScatterPlot
           
 class StaircasePlot
           
 

Fields in org.math.plot.plots declared as Plot
(package private)  Plot QuantilePlot.plot
           
 

Constructors in org.math.plot.plots with parameters of type Plot
QuantilePlot(Plot p, int a, double q)
           
QuantilePlot(Plot p, int a, double[] q)
           
QuantilePlot(Plot p, int a, double[] q, double r)
           
QuantilePlot(Plot p, int a, double q, double r)