Uses of Class
cad.simcad.pathfinding.ui.map.GridCell

Packages that use GridCell
cad.simcad.pathfinding.ui.map   
 

Uses of GridCell in cad.simcad.pathfinding.ui.map
 

Methods in cad.simcad.pathfinding.ui.map that return GridCell
 GridCell MapFieldPanel.getStartCell()
           
 GridCell MapFieldPanel.getFinishCell()
           
 

Methods in cad.simcad.pathfinding.ui.map with parameters of type GridCell
 void MapFieldPanel.cellSelected(GridCell gc)
           
 void MapFieldPanel.cellRightClicked(GridCell gc)
           
 void MapFieldPanel.setStartCell(GridCell gc)
          According to flag, if flag is true Set the GridCell given in parameter as the starting cell if flag is false Set the GridCell as a normal cell
 void MapFieldPanel.setFinishCell(GridCell gc)
           
 


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be