|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Board in boardGame |
|---|
| Methods in boardGame that return Board | |
|---|---|
Board |
Piece.getBoard()
Returns the board on which this piece has been placed. |
| Methods in boardGame with parameters of type Board | |
|---|---|
boolean |
Piece.isOnBoard(Board board)
Tests whether this piece is on the specified board. |
void |
Piece.place(Board board,
int row,
int column)
Places this piece at the given row and column on the board. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||