|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cad.simcad.maps.CellGroup | +--cad.simcad.maps.BreachedCellGroup
This class represents a group of adjacent cells This class is used to modelize objects that are bigger than just one cell. For example, we can say a Car is 6 Cells, a truck 10. A human takes 4 cells. But you could also change the cell resolution and say a human takes a square of 9 cells or 16 cells.
Field Summary |
Fields inherited from class cad.simcad.maps.CellGroup |
_art, _cellMap, _cellNum, _cells, _maxHeight, _maxWidth, _ref, _value, _z |
Constructor Summary | |
BreachedCellGroup(CellMap cellMap,
Cell[][] cells)
Creates new CellGroup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cad.simcad.objectserver.spec.pathfinding.PathPlace |
equals, getNumberOfUnits |
Methods inherited from interface java.util.Comparator |
compare, equals |
Constructor Detail |
public BreachedCellGroup(CellMap cellMap, Cell[][] cells)
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |