Uses of Class
net.mazewar.Cell

Packages that use Cell
net.mazewar   
 

Uses of Cell in net.mazewar
 

Methods in net.mazewar that return Cell
 Cell MazeImpl.getCell(Point point)
           
abstract  Cell Maze.getCell(Point point)
          Obtain the Cell corresponding to a given Point in the Maze.