|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rosuda.ibase.toolkit.PlotManager
public class PlotManager
Plot manager is a container of all plot objects to be painted on the associated PoGraSS canvas.
Constructor Summary | |
---|---|
PlotManager(PGSCanvas cv)
construct a new plot manager for the given plot |
Method Summary | |
---|---|
void |
add(PlotObject po)
|
int |
count()
|
void |
dispose()
|
void |
drawLayer(PoGraSS g,
int layer,
int layers)
actual painting method |
PlotObject |
get(int id)
|
int |
getCurrentID()
|
PlotObject |
getCurrentObject()
|
Axis |
getXAxis()
get axis object of the plot - simply calls PGSCanvas.getXAxis |
Axis |
getYAxis()
get axis object of the plot - simply calls PGSCanvas.getYAxis |
void |
rm(PlotObject po)
|
void |
setCurrentID(int newID)
|
int |
setCurrentObject(PlotObject po)
|
void |
update()
|
void |
update(int layer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlotManager(PGSCanvas cv)
cv
- parent plotMethod Detail |
---|
public Axis getXAxis()
PGSCanvas.getXAxis
public Axis getYAxis()
PGSCanvas.getYAxis
public void drawLayer(PoGraSS g, int layer, int layers)
public void dispose()
public void add(PlotObject po)
public void rm(PlotObject po)
public int getCurrentID()
public void setCurrentID(int newID)
public PlotObject getCurrentObject()
public int setCurrentObject(PlotObject po)
public void update(int layer)
public void update()
public PlotObject get(int id)
public int count()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |