|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Graphic
Defines the root abstraction of a graphic object taxonomy. This base interface specifies the methods common to a lightweight set of graphic objects.
| Method Summary | |
|---|---|
void |
dispose()
Invoked by the container when this graphic is no longer needed. |
boolean |
isVisible()
Returns true if this graphic is visible. |
void |
setVisible(boolean visible)
Sets whatever this graphic should be visible. |
| Method Detail |
|---|
boolean isVisible()
true if this graphic is visible.
true if this graphic is visible.void setVisible(boolean visible)
visible - true if this graphic should be visible.void dispose()
Graphic in any way after its dispose method has been called.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||