org.metasyntactic.graphics
Class Level
java.lang.Object
|
+--org.metasyntactic.graphics.Level
- public class Level
- extends java.lang.Object
Constructor Summary |
Level(int width,
int height,
int depth,
int _floors,
int rows,
int columns)
Creates new Level |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Level
public Level(int width,
int height,
int depth,
int _floors,
int rows,
int columns)
- Creates new Level
getFloors
public int getFloors()
getRows
public int getRows()
getColumns
public int getColumns()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getCell
public java.lang.Object getCell(int _floor,
int row,
int column)
setCell
public void setCell(int _floor,
int row,
int column,
java.lang.Object o)