Modifier and Type | Method and Description |
---|---|
DistributedProperty<UniverseScenario> |
GravitySimDeviceControl.getScenario()
Gets the scenario.
|
Modifier and Type | Method and Description |
---|---|
void |
Universe.setScenario(UniverseScenario newValue)
Sets the scenario.
|
Modifier and Type | Method and Description |
---|---|
void |
GravitySimService.setScenario(UniverseScenario scenario)
Sets the scenario.
|
void |
GravitySimServiceAsync.setScenario(UniverseScenario scenario,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the scenario.
|
Modifier and Type | Method and Description |
---|---|
void |
GravitySimServiceImpl.setScenario(UniverseScenario scenario) |
Modifier and Type | Method and Description |
---|---|
static UniverseScenario |
UniverseScenario.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UniverseScenario[] |
UniverseScenario.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|