public interface Prop
Modifier and Type | Method and Description |
---|---|
void |
addTo(GWindow w)
Every Prop must be able to draw itself on a GWindow.
|
void |
removeFromWindow()
Every Prop must be able to remove itself from its GWindow.
|
void addTo(GWindow w)
void removeFromWindow()