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

P

Piece - Class in checkers.model
This is an abstract class representing any piece that know about it's color and possible moves and captures
Piece(int, int) - Constructor for class checkers.model.Piece
The constructor for this piece
pieceHasForceJumps(int) - Method in class checkers.model.ForceJumpValidator
pieceHasForceJumps Check whether a piece has any force jumps.
PLAYER1SET - Static variable in interface checkers.CheckersConstants
 
PLAYER2SET - Static variable in interface checkers.CheckersConstants
 
PORT_NUM - Static variable in class checkers.view.NetworkView
 
pressAcceptDraw() - Method in class checkers.controller.GameController
Tell the model that the user has accepted a draw.
pressDraw() - Method in class checkers.controller.GameController
Tell the model that the user has requested a draw.
pressQuit() - Method in class checkers.controller.GameController
Tell the kernel that the user has quit/resigned the game or quit the program

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