public interface OthelloReplayUserInterface extends GridScreen, StatusBar, WaitingSystem
GridScreen
,
StatusBar
and WaitingSystem
.
Modifier and Type | Field and Description |
---|---|
static int |
BLACK
The constant to be used in
GridScreen.place(int, int, int)
to place a black stone. |
static int |
EMPTY
The constant to be used in
GridScreen.place(int, int, int)
to empty a position. |
static int |
NUMBER_OF_COLUMNS
The number of columns on a Othello board.
|
static int |
NUMBER_OF_ROWS
The number of rows on a Othello board.
|
static int |
WHITE
The constant to be used in
GridScreen.place(int, int, int)
to place a white stone. |
clear, place, placeTranslucent, showChanges
clearStatusBar, printf
wait
static final int NUMBER_OF_COLUMNS
static final int NUMBER_OF_ROWS
static final int BLACK
GridScreen.place(int, int, int)
to place a black stone.static final int WHITE
GridScreen.place(int, int, int)
to place a white stone.static final int EMPTY
GridScreen.place(int, int, int)
to empty a position.