public interface LifeUserInterface extends GridScreen, WaitingSystem, StatusBar
GridScreen
,
StatusBar
and WaitingSystem
.
Modifier and Type | Field and Description |
---|---|
static int |
ALIVE
The constant to be used in
GridScreen.place(int, int, int)
to make a position come to life. |
static int |
DEAD
The constant to be used in
GridScreen.place(int, int, int)
to kill a position. |
clear, place, placeTranslucent, showChanges
wait
clearStatusBar, printf
static final int ALIVE
GridScreen.place(int, int, int)
to make a position come to life.static final int DEAD
GridScreen.place(int, int, int)
to kill a position.