CSE115.Pacman
Interface Constants

All Known Implementing Classes:
Position

public interface Constants

Beginning of a constants interface for a game board. Needed so that the Position class can compute the coorespondence between the row/column and graphical representation of the board.

Created: Feb 15, 2006

Author:
Field Summary
static int CELL_SIZE
          The size of the cells on the board.
 

Field Detail

CELL_SIZE

static final int CELL_SIZE
The size of the cells on the board. In this case, the cells are squares.

See Also:
Constant Field Values