org.math.plot.plotObjects
Class BasePlot
java.lang.Object
org.math.plot.plotObjects.BasePlot
- All Implemented Interfaces:
- BaseDependant
public class BasePlot
- extends Object
- implements BaseDependant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_COLOR
public static Color DEFAULT_COLOR
base
protected Base base
axes
protected Axe[] axes
visible
protected boolean visible
color
protected Color color
BasePlot
public BasePlot(Base b,
String... as)
BasePlot
public BasePlot(Base b,
Color c,
Axe... a)
BasePlot
public BasePlot(Base b,
Color c,
String... as)
setVisible
public void setVisible(boolean v)
setVisible
public void setVisible(int i,
boolean v)
setGridVisible
public void setGridVisible(int i,
boolean v)
getVisible
public boolean getVisible()
setColor
public void setColor(Color c)
getColor
public Color getColor()
setLegend
public void setLegend(String[] as)
setLegend
public void setLegend(int i,
String as)
getLegend
public String[] getLegend()
getLegend
public String getLegend(int i)
setBase
public void setBase(Base b)
plot
public void plot(AbstractDrawer draw)
getAxe
public Axe getAxe(int i)
getAxes
public Axe[] getAxes()
resetBase
public void resetBase()
- Specified by:
resetBase
in interface BaseDependant