Inheritance diagram for org.math.plot.plots.Plot:
Definition at line 12 of file Plot.java.
Public Member Functions | |
Plot (String n, Color c) | |
void | addLayer (LayerPlot q) |
void | addQuantile (QuantileLayerPlot q) |
void | addQuantile (int a, double r, double[] q, boolean symetric) |
void | addQuantile (int a, double r, double q, boolean symetric) |
void | addQuantiles (int a, double[][] q) |
void | addQuantiles (int a, double[] q) |
void | addGaussQuantiles (int a, double[] s) |
void | addGaussQuantiles (int a, double s) |
void | addVector (double[][] v) |
void | setVisible (boolean v) |
boolean | getVisible () |
void | setName (String n) |
String | getName () |
Color | getColor () |
void | setColor (Color c) |
void | note (AbstractDrawer draw) |
void | plot (AbstractDrawer draw) |
void | plotLayerPlots (AbstractDrawer draw, Color c) |
void | edit (Object src) |
void | editnote (AbstractDrawer draw) |
Public Attributes | |
String | name |
Color | color |
boolean | visible = true |
LinkedList< LayerPlot > | layers |
boolean | noted = false |
int | note_precision = 5 |