Inheritance diagram for org.math.plot.plotObjects.BasePlot:
Definition at line 13 of file BasePlot.java.
Public Member Functions | |
BasePlot (Base b, String...as) | |
BasePlot (Base b, Color c, Axis...a) | |
BasePlot (Base b, Color c, String...as) | |
void | setVisible (boolean v) |
void | setVisible (int i, boolean v) |
void | setGridVisible (int i, boolean v) |
boolean | getVisible () |
void | setColor (Color c) |
Color | getColor () |
void | setLegend (String[] as) |
void | setLegend (int i, String as) |
String[] | getLegend () |
String | getLegend (int i) |
void | setBase (Base b) |
void | plot (AbstractDrawer draw) |
Axis | getAxis (int i) |
Axis[] | getAxis () |
void | resetBase () |
Static Public Attributes | |
static Color | DEFAULT_COLOR = Color.DARK_GRAY |
Protected Attributes | |
Base | base |
Axis[] | axis |
boolean | visible = true |
Color | color |