public class BasePlot extends Object implements BaseDependant
| Modifier and Type | Field and Description |
|---|---|
protected Axis[] |
axis |
protected Base |
base |
protected Color |
color |
static Color |
DEFAULT_COLOR |
protected boolean |
visible |
| Constructor and Description |
|---|
BasePlot(Base b,
Color c,
Axis... a) |
BasePlot(Base b,
Color c,
String... as) |
BasePlot(Base b,
String... as) |
| Modifier and Type | Method and Description |
|---|---|
Axis[] |
getAxis() |
Axis |
getAxis(int i) |
Color |
getColor() |
String[] |
getLegend() |
String |
getLegend(int i) |
boolean |
getVisible() |
void |
plot(AbstractDrawer draw) |
void |
resetBase() |
void |
setBase(Base b) |
void |
setColor(Color c) |
void |
setGridVisible(int i,
boolean v) |
void |
setLegend(int i,
String as) |
void |
setLegend(String[] as) |
void |
setVisible(boolean v) |
void |
setVisible(int i,
boolean v) |
public static Color DEFAULT_COLOR
protected Base base
protected Axis[] axis
protected boolean visible
protected Color color
public void setVisible(boolean v)
public void setVisible(int i,
boolean v)
public void setGridVisible(int i,
boolean v)
public boolean getVisible()
public void setColor(Color c)
public Color getColor()
public void setLegend(String[] as)
public void setLegend(int i,
String as)
public String[] getLegend()
public String getLegend(int i)
public void setBase(Base b)
public void plot(AbstractDrawer draw)
public Axis getAxis(int i)
public Axis[] getAxis()
public void resetBase()
resetBase in interface BaseDependantCopyright © 2015. All rights reserved.