Serialized Form

Class Maze2D implements Serializable

Serialized Fields

cellWidth

int cellWidth
The width of each displayed cell of the maze.

dispHeight

int dispHeight
The number of cells to display in the X and Y dimensions. They will be no larger than the dimensions of the maze.

dispWidth

int dispWidth
The number of cells to display in the X and Y dimensions. They will be no larger than the dimensions of the maze.

model

MazeModel model
The maze model.
See Also:
Maze

siz

Coordinate3D siz
The size of the maze displayed.

z

int z
The current Z co-ordinate being displayed.


Class Maze3D implements Serializable

Serialized Fields

current

Coordinate3D current

front

byte front

mapFrame

Frame mapFrame

model

MazeModel model
The maze model.
See Also:
Maze

myHeight

int myHeight

myWidth

int myWidth

right

byte right

showMarks

boolean showMarks

size

Coordinate3D size

up

byte up


Class MazeApp implements Serializable


Class MazeApplet implements Serializable

Serialized Fields

disp

Maze3D disp

dispHeight

int dispHeight

dispWidth

int dispWidth

model

Maze model

size

Coordinate3D size