Uses of Class
game.Board

Packages that use Board
game The main class of this package is Board, which represents a checkerboard for any kind of checkerboard game -- checkers, chess, etc. 
ui User interface classes for checkers games. 
 

Uses of Board in game
 

Methods in game that return Board
 Board PieceLocation.getBoard()
          Get the board referenced by this piece location.
 

Constructors in game with parameters of type Board
PieceLocation(Board board, Piece piece, int row, int col)
          Make a PieceLocation.
 

Uses of Board in ui
 

Methods in ui that return Board
 Board BoardBackground.getBoard()
          Get board model displayed by this component.
 

Constructors in ui with parameters of type Board
StrokeBoardView(Board board)
          Make a StrokeBoardView
PixelBoardView(Board board)
          Make a PixelBoardView.
ComponentBoardView(Board board)
          Make a ComponentBoardView.
BoardBackground(Board board)
          Make a BoardBackground.