public class DaxLevel
extends java.lang.Object
Constructor and Description |
---|
DaxLevel() |
Modifier and Type | Method and Description |
---|---|
void |
addUnit(DaxUnitObject duo) |
int |
getFreeRow() |
int |
getHeight() |
int |
getLevelNumber() |
int |
getWidth() |
int |
levelSize() |
void |
removeDUO(DaxUnitObject duo) |
void |
setHeight(int height) |
void |
setLevelNumber(int number) |
void |
setWidth(int width) |
void |
tidyupRows() |
public int getLevelNumber()
public void setLevelNumber(int number)
public int levelSize()
public void addUnit(DaxUnitObject duo)
public int getFreeRow()
public void removeDUO(DaxUnitObject duo)
public void tidyupRows()
public void setWidth(int width)
public int getWidth()
public void setHeight(int height)
public int getHeight()