org.math.plot.plotObjects.BasePlot Class Reference

Inheritance diagram for org.math.plot.plotObjects.BasePlot:

org.math.plot.plotObjects.BaseDependant List of all members.

Detailed Description

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


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 21:44:02 2007 for jmathplot by  doxygen 1.5.1