| Package | Description |
|---|---|
| org.cell2d.space | |
| org.cell2d.space.basic |
| Modifier and Type | Method and Description |
|---|---|
SpaceState.DrawMode |
SpaceState.getDrawMode()
Returns this SpaceState's DrawMode.
|
static SpaceState.DrawMode |
SpaceState.DrawMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceState.DrawMode[] |
SpaceState.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(SpaceState.DrawMode drawMode)
Sets this SpaceState's DrawMode.
|
| Constructor and Description |
|---|
SpaceState(java.lang.Class<T> gameClass,
java.lang.Class<U> stateClass,
java.lang.Class<V> subThinkerClass,
T game,
int id,
long cellWidth,
long cellHeight,
SpaceState.DrawMode drawMode)
Constructs a SpaceState of the specified CellGame with the specified ID.
|
| Constructor and Description |
|---|
BasicSpaceState(CellGame game,
int id,
long cellWidth,
long cellHeight,
SpaceState.DrawMode drawMode)
Constructs a BasicSpaceState of the specified CellGame with the specified
ID.
|