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

I

isDraggable() - Method in class boardGame.Piece
Returns true if the piece can be dragged by the mouse.
isEmpty(int, int) - Method in class boardGame.Board
Returns true if the given row and column on this board contains no pieces.
isLegalPosition(int, int) - Method in class boardGame.Board
Determines whether the given row and column denote a legal position on this board.
isOnBoard() - Method in class boardGame.Piece
Tests whether this piece is on some (any) board.
isOnBoard(Board) - Method in class boardGame.Piece
Tests whether this piece is on the specified board.
isSelectable(int, int) - Method in class boardGame.Board
Returns true to indicate that this square of the board can be selected; override this method to provide different behavior.
isSelectable() - Method in class boardGame.Piece
Returns true if the piece can be selected by the mouse.

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