Uses of Class
Board

Uses of Board in <Unnamed>
 

Fields in <Unnamed> declared as Board
private static Board HangmanApp.aBoard
          reference to the Board instance
private  Board Game.gameBoard
          the playing area
 

Methods in <Unnamed> that return Board
 Board Game.getBoardCopy()
          Return a copy of the board.
 

Constructors in <Unnamed> with parameters of type Board
Board(Board brd)
          Copy constructor returns a copy of the given board.
Game(Board board, I_WordSource wordSource)
          Construct a Game.