C D E G M R S T

C

Cell - Class in tron
A simple class that represents the position of a cell on the board with a row and column.
Cell() - Constructor for class tron.Cell
Creates a cell with no position.
Cell(int, int) - Constructor for class tron.Cell
Creates a cell position given a row and column
Cell(Cell) - Constructor for class tron.Cell
Copy constructor
CELL_EMPTY - Static variable in class tron.TronConstants
Value of a cell when it is empty.
clone() - Method in class TronState
Returns a duplicate of this state
col - Variable in class tron.Cell
 

C D E G M R S T

Web Accessibility