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

S

setDraggable(boolean) - Method in class boardGame.Piece
Determines whether the piece can be dragged by the mouse.
setSelectable(boolean) - Method in class boardGame.Piece
Sets whether this piece can be selected by the mouse.
setSelectedPiece(Piece) - Method in class boardGame.Board
Mark the given piece as the selected one; unmark any previously selected piece.
setSelectedSquare(int, int) - Method in class boardGame.Board
If the given square is selectable, select it, otherwise do nothing.
setSpeed(int) - Method in class boardGame.Board
Sets the default speed of movement for pieces on this board, in squares per second.
setSpeed(int) - Method in class boardGame.Piece
Sets the speed of movement (in squares/second) for this piece.

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