public interface OthelloUserInterface extends GridScreen, EncircleScreen, AlarmSystem, Input, StatusBar
GridScreen,
EncircleScreen, AlarmSystem and Input.
| 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. |
encircleclear, place, placeTranslucent, showChangessetAlarm, stopAlarmenableEventProcessing, getEventclearStatusBar, printfstatic 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.