addGaussQuantiles(int a, double[] s) | org.math.plot.plots.Plot | |
addGaussQuantiles(int a, double s) | org.math.plot.plots.Plot | |
addLayer(LayerPlot q) | org.math.plot.plots.Plot | |
addQuantile(QuantileLayerPlot q) | org.math.plot.plots.Plot | |
addQuantile(int a, double r, double[] q, boolean symetric) | org.math.plot.plots.Plot | |
addQuantile(int a, double r, double q, boolean symetric) | org.math.plot.plots.Plot | |
addQuantiles(int a, double[][] q) | org.math.plot.plots.Plot | |
addQuantiles(int a, double[] q) | org.math.plot.plots.Plot | |
addVector(double[][] v) | org.math.plot.plots.Plot | |
color | org.math.plot.plots.Plot | |
edit(Object src) | org.math.plot.plots.Plot | |
editnote(AbstractDrawer draw) | org.math.plot.plots.Plot | |
getColor() | org.math.plot.plots.Plot | |
getData() | org.math.plot.plots.ScatterPlot | [virtual] |
getName() | org.math.plot.plots.Plot | |
getVisible() | org.math.plot.plots.Plot | |
isSelected(int[] screenCoordTest, AbstractDrawer draw) | org.math.plot.plots.ScatterPlot | [virtual] |
layers | org.math.plot.plots.Plot | |
main(String[] args) | org.math.plot.plots.ScatterPlot | [static] |
name | org.math.plot.plots.Plot | |
note(AbstractDrawer draw) | org.math.plot.plots.Plot | |
note_precision | org.math.plot.plots.Plot | |
noted | org.math.plot.plots.Plot | |
Plot(String n, Color c) | org.math.plot.plots.Plot | |
plot(AbstractDrawer draw, Color c) | org.math.plot.plots.ScatterPlot | [virtual] |
org::math::plot::plots::Plot::plot(AbstractDrawer draw) | org.math.plot.plots.Plot | |
plotLayerPlots(AbstractDrawer draw, Color c) | org.math.plot.plots.Plot | |
ScatterPlot(String n, Color c, boolean[][] _pattern, double[][] _XY) | org.math.plot.plots.ScatterPlot | |
ScatterPlot(String n, Color c, int _type, int _radius, double[][] _XY) | org.math.plot.plots.ScatterPlot | |
ScatterPlot(String n, Color c, double[][] _XY) | org.math.plot.plots.ScatterPlot | |
setColor(Color c) | org.math.plot.plots.Plot | |
setData(double[][] d) | org.math.plot.plots.ScatterPlot | [virtual] |
setDotPattern(int t) | org.math.plot.plots.ScatterPlot | |
setDotPattern(boolean[][] t) | org.math.plot.plots.ScatterPlot | |
setName(String n) | org.math.plot.plots.Plot | |
setVisible(boolean v) | org.math.plot.plots.Plot | |
visible | org.math.plot.plots.Plot | |
XY | org.math.plot.plots.ScatterPlot | [package] |