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

R

redraw() - Method in class boardGame.Piece
Causes this piece to be redrawn.
redraw(Rectangle) - Method in class boardGame.Piece
Causes the given rectangle to be redrawn.
remove(int, int) - Method in class boardGame.Board
Removes the top piece at the given row and column on this board.
remove(Piece) - Method in class boardGame.Board
Removes this piece from the board.
remove() - Method in class boardGame.Piece
Removes this piece from whatever board it may be on, but does not delete the piece itself.
RoundPiece - Class in boardGame
Example playing piece.
RoundPiece() - Constructor for class boardGame.RoundPiece
Constructs a RoundPiece.
RoundPiece(Color) - Constructor for class boardGame.RoundPiece
Constructs a RoundPiece of the given color.
RoundPiece(String, Color) - Constructor for class boardGame.RoundPiece
Constructs a RoundPiece with the given name and color.
rowToY(int) - Method in class boardGame.Board
Returns the Y coordinate of the top side of cells in the given column of this board.

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