Uses of Class
org.gChess.ChessBoard

Uses of ChessBoard in org.gChess
 

Methods in org.gChess that return ChessBoard
 ChessBoard ChessPiece.getBoard()
           
 

Constructors in org.gChess with parameters of type ChessBoard
Bishop(int color, Location loc, ChessBoard cb)
           
ChessPiece(int color, Location loc, ChessBoard cb)
           
King(int color, Location loc, ChessBoard cb)
           
Knight(int color, Location loc, ChessBoard cb)
           
Pawn(int color, Location loc, ChessBoard cb)
           
Queen(int color, Location loc, ChessBoard cb)
           
Rook(int color, Location loc, ChessBoard cb)