B C D G I M P R S T U X Y

P

paint(Graphics) - Method in class boardGame.Board
Paints this board, not including any pieces that may be on it.
paint(Graphics, Rectangle) - Method in class boardGame.Piece
Paints this piece on the board within the given rectangle; must be implemented by a subclass.
paint(Graphics, Rectangle) - Method in class boardGame.RoundPiece
Draws this RoundPiece on the given Graphics.
Piece - Class in boardGame
An abstract class that represents a playing piece.
Piece() - Constructor for class boardGame.Piece
Creates a piece.
Piece(String) - Constructor for class boardGame.Piece
Creates a piece with the given name.
place(Piece, int, int) - Method in class boardGame.Board
Places the given piece at the given location in this board.
place(Board, int, int) - Method in class boardGame.Piece
Places this piece at the given row and column on the board.

B C D G I M P R S T U X Y