Uses of Class
us.the.mac.board.Board.Square

Uses of Board.Square in us.the.mac.board
 

Methods in us.the.mac.board that return Board.Square
static Board.Square Board.getSquareAt(int p)
          This method accesses the squares container
 

Methods in us.the.mac.board with parameters of type Board.Square
protected  void Board.currentPieceMovement(Board.Square squ)
          This method is used to access the current Square selected after selecting a piece.

protected  void Board.currentSelection(Board.Square squ)
          This method is used to access the current Square selected before selecting a piece.

protected  boolean Board.Piece.isLegal(Board.Square square)