public interface PlotInterface
Method Summary | |
---|---|
void |
autoPlotOn(boolean autoPolot)
|
void |
currentPen(String pen)
|
PlotPenInterface |
getPen(String pen)
|
void |
legendIsOpen(boolean open)
|
void |
makeDirty()
|
String |
name()
|
void |
xMax(double xmax)
|
void |
xMin(double xmin)
|
void |
yMax(double ymax)
|
void |
yMin(double ymin)
|
Method Detail |
---|
void xMin(double xmin)
void xMax(double xmax)
void yMin(double ymin)
void yMax(double ymax)
void autoPlotOn(boolean autoPolot)
void legendIsOpen(boolean open)
void currentPen(String pen)
PlotPenInterface getPen(String pen)
String name()
void makeDirty()