Package | Description |
---|---|
cell2d.space |
Modifier and Type | Method and Description |
---|---|
DrawMode |
SpaceState.getDrawMode()
Returns this SpaceState's DrawMode.
|
static DrawMode |
DrawMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawMode[] |
DrawMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceState.setDrawMode(DrawMode drawMode)
Sets this SpaceState's DrawMode.
|
Constructor and Description |
---|
SpaceState(T game,
int id,
long cellWidth,
long cellHeight,
DrawMode drawMode)
Creates a new SpaceState of the specified CellGame with the specified ID.
|