Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
M
P
R
S
T
U
G
game
- package game
The main class of this package is Board, which represents a checkerboard for any kind of checkerboard game -- checkers, chess, etc.
game.checkers
- package game.checkers
Classes for the game of checkers (also called draughts).
getBoard()
- Method in class game.
PieceLocation
Get the board referenced by this piece location.
getBoard()
- Method in class ui.
BoardBackground
Get board model displayed by this component.
getColor()
- Method in class game.checkers.
Checker
Get checker's color.
getColumn()
- Method in class game.
PieceLocation
Get the column referenced by this piece location.
getPiece()
- Method in class game.
PieceLocation
Get the piece referenced by this piece location.
getPieceAt(int, int)
- Method in class game.
Board
Get the piece found at a given row and column.
getRow()
- Method in class game.
PieceLocation
Get the row referenced by this piece location.
getSize()
- Method in class game.
Board
Get the size of the checkerboard.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
M
P
R
S
T
U