|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This defines the interface for all objects that have the ability of being visible on the screen.
Method Summary | |
void |
Hide()
Hide the graphical object so that it is no longer visible on the screen. |
boolean |
IsVisible()
This method should determine if the object is in a visible state, and return the result of that determination. |
void |
Show()
Show the graphical object in its current container. |
Method Detail |
public boolean IsVisible()
public void Show()
public void Hide()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |