A B C D E F G H I K L M O P Q R S T U W

C

canMove() - Method in class org.gChess.ChessPiece
return true if there are ANY valid locations we can move to; returns false otherwise.
ChessBoard - Class in org.gChess
This class is effectively an array of ChessPiece objects.
ChessBoard(ChessView) - Constructor for class org.gChess.ChessBoard
Creates a new chess board with width and height in pixels.
ChessPiece - Class in org.gChess
This class contains all the base methods for each chess piece
ChessPiece(int, Location, ChessBoard) - Constructor for class org.gChess.ChessPiece
 
ChessSquare - Class in org.gChess
 
ChessSquare(Location) - Constructor for class org.gChess.ChessSquare
 
ChessView - Class in org.gChess
ChessView says "I wanna put your stuff on the screen, and I know how do do it." I say, great.
ChessView(Context) - Constructor for class org.gChess.ChessView
 
COLS - Static variable in class org.gChess.ChessBoard
 
contains(int, int) - Method in class org.gChess.ChessSquare
 

A B C D E F G H I K L M O P Q R S T U W