public interface LabyrinthUserInterface extends GridScreen, EncircleScreen, StatusBar, WaitingSystem
GridScreen
, EncircleScreen
,
StatusBar
and WaitingSystem
.
Modifier and Type | Field and Description |
---|---|
static int |
EMPTY
The constant to be used in
GridScreen.place(int, int, int)
to empty a position |
static int |
PATH
The constant to be used in
GridScreen.place(int, int, int)
to place a piece of path |
static int |
WALL
The constant to be used in
GridScreen.place(int, int, int)
to place a piece of wall |
encircle
clear, place, placeTranslucent, showChanges
clearStatusBar, printf
wait
static final int WALL
GridScreen.place(int, int, int)
to place a piece of wallstatic final int PATH
GridScreen.place(int, int, int)
to place a piece of pathstatic final int EMPTY
GridScreen.place(int, int, int)
to empty a position