public interface Actor
Modifier and Type | Method and Description |
---|---|
void |
addTo(GWindow w)
Every Actor must be able to draw itself on a GWindow.
|
void |
doAction(Stage stage)
Every Actor must implement some fundamental action.
|
void |
removeFromWindow()
Every Actor must be able to remove itself from its GWindow.
|
void doAction(Stage stage)
stage
- the stage on which the actor is performing.void addTo(GWindow w)
void removeFromWindow()