Uses of Class
cad.simcad.maps.CellMap

Packages that use CellMap
cad.simcad.maps   
 

Uses of CellMap in cad.simcad.maps
 

Subclasses of CellMap in cad.simcad.maps
 class ClassicCellMap
          Map where cells at the top and bottom of viewable portion are not adjacent Map where cells at the right and left of viewable portion are not adjacent Conclusion : It is a chessboard map
 class ClassicCellMapNoDiag
           
 class ToroidalCellMap
          Map where cells at the top and bottom of viewable portion are adjacent Map where cells at the right and left of viewable portion are adjacent Conclusion : It is not an earth like map
 class ToroidalCellMapNoDiag
           
 

Fields in cad.simcad.maps declared as CellMap
protected  CellMap Region._cellMap
           
protected  CellMap CellGroup._cellMap
           
 

Methods in cad.simcad.maps with parameters of type CellMap
 CellGroup CellSquare.createInstance(CellMap cellMap, Cell[][] newCells)
           
 CellGroup CellSquare.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
 CellGroup CellRectangle.createInstance(CellMap cellMap, Cell[][] newCells)
           
 CellGroup CellRectangle.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells)
           
 

Constructors in cad.simcad.maps with parameters of type CellMap
CellSquare(CellMap cellMap, Cell[][] cells, Cell ref)
          Creates new CellRectangle
CellSquare(CellMap cellMap, Cell[][] cells)
          Creates new CellRectangle
Region(CellMap cellMap, Cell[][] cells)
          Creates new Region
BreachedCellGroup(CellMap cellMap, Cell[][] cells)
          Creates new CellGroup
CellRectangle(CellMap cellMap, Cell[][] cells, Cell ref)
          Creates new CellRectangle
CellRectangle(CellMap cellMap, Cell[][] cells)
          Creates new CellRectangle
Cell(CellMap cellMap, Filler fil, int x, int y, int z)
          Create a new Cell with The CellMap as parent The first Filler as Fil x as the x-coordinate y as the y-coordinate z as the z-coordinate The default size of fillers is 3
Cell(CellMap cellMap, Filler fil, int i, int j)
           
CellGroup(CellMap cellMap, Cell[][] cells)
          Creates new CellGroup Ref = lower and west cell of group cell The array given represents a rectangle of cells
CellGroup(CellMap cellMap, Cell[][] cells, Cell ref)
           
 


Logo

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