A C D E F G H M P R S T U V W

G

getCell(Position) - Method in class cmsc433.p3.Maze
Returns the integer at the given position.
getColor(Position) - Method in class cmsc433.p3.Maze
Gets the color of the cell at position 'pos'.
getColor(Position, Direction) - Method in class cmsc433.p3.Maze
Gets the color of the edge in direction 'dir' at position 'pos'.
getEnd() - Method in class cmsc433.p3.Maze
Returns the position corresponding to the exit of the maze.
getHeight() - Method in class cmsc433.p3.Maze
Returns the height of the maze.
getMoves(Position) - Method in class cmsc433.p3.Maze
Returns the list of open directions at this position.
getStart() - Method in class cmsc433.p3.Maze
Returns the position corresponding to the entrance of the maze.
getWidth() - Method in class cmsc433.p3.Maze
Returns the width of the maze.

A C D E F G H M P R S T U V W