|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectProg1Tools.GraphicItem
public abstract class GraphicItem
Constructor Summary | |
---|---|
GraphicItem()
Standardkonstruktor. |
Method Summary | |
---|---|
void |
hide()
Kommando zum Einblenden des Grafikelements. |
boolean |
isVisible()
Abfrage, ob das Grafikelement eingeblendet und damit sichtbar ist. |
void |
show()
Kommando zum Ausblenden des Grafikelements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Prog1Tools.GraphicItemSpec |
---|
move, paint |
Constructor Detail |
---|
public GraphicItem()
Method Detail |
---|
public void show()
GraphicItemSpec
show
in interface GraphicItemSpec
public void hide()
GraphicItemSpec
hide
in interface GraphicItemSpec
public boolean isVisible()
GraphicItemSpec
isVisible
in interface GraphicItemSpec
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |