|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes that will be refreshable
Method Summary | |
boolean |
isProcessing()
Gets the value of the processing switch |
void |
redraw(boolean clear)
Performs a redraw |
void |
refresh(boolean update)
Performs a refrech |
void |
setOffsetAndRefresh(int x,
int y,
boolean refresh)
Sets a new offset for the image and performs arefresh |
void |
setProcessing(boolean b)
Sets the value of the processing switch |
Method Detail |
public void refresh(boolean update)
update
- whether the object has to be updated (deeper refreshment)public void redraw(boolean clear)
clear
- whether the object has to be cleared before drawing againpublic void setOffsetAndRefresh(int x, int y, boolean refresh)
x
- new x offsety
- new y offsetrefresh
- whether a new refresh has to be donepublic void setProcessing(boolean b)
b
- public boolean isProcessing()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |