A C E F H I P R
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ChessSquare - Class in <Unnamed>
-
A class that represents a square on a chessboard.
- ChessSquare() - Constructor for class ChessSquare
-
Initializes this square to have the coordinates
a1
and to have no piece occupying the square. - ChessSquare(ChessSquare) - Constructor for class ChessSquare
-
Initializes this square by copying the coordinates and the occupying piece from another square.
- ChessSquare(String, String, String) - Constructor for class ChessSquare
-
Initializes this square to have the coordinates given by the specified file and rank, and to be occupied by the specified piece.
All Classes All Packages