|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
request redraw of single FIG objects for animation.
ObjectPainter - the basic interface to support animated objects on the jfig.canvas.ObjectCanvas.
Method Summary | |
void |
paint(FigDrawable obj)
paint the FigObject obj to both background buffer and screen in order to reflect its new state. |
void |
paint(FigDrawable obj,
int millis)
paint the FigObject obj to the background buffer and update the screen after (at most) millis milliseconds. |
void |
repaint(int millis)
just request a standard repaint() after at most int milliseconds. |
Method Detail |
public void paint(FigDrawable obj)
public void paint(FigDrawable obj, int millis)
public void repaint(int millis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |