|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.testbed.framework.TestbedSetting
public class TestbedSetting
Defines a setting used in the testbed.
| Nested Class Summary | |
|---|---|
static class |
TestbedSetting.ConstraintType
The type of value this setting pertains to |
static class |
TestbedSetting.SettingType
Whether the setting effects the engine's behavior or modifies drawing. |
| Field Summary | |
|---|---|
TestbedSetting.ConstraintType |
constraintType
|
boolean |
enabled
|
int |
max
|
int |
min
|
String |
name
|
TestbedSetting.SettingType |
settingsType
|
int |
value
|
| Constructor Summary | |
|---|---|
TestbedSetting(String argName,
TestbedSetting.SettingType argType,
boolean argValue)
|
|
TestbedSetting(String argName,
TestbedSetting.SettingType argType,
int argValue,
int argMinimum,
int argMaximum)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String name
public final TestbedSetting.SettingType settingsType
public final TestbedSetting.ConstraintType constraintType
public boolean enabled
public int value
public final int min
public final int max
| Constructor Detail |
|---|
public TestbedSetting(String argName,
TestbedSetting.SettingType argType,
boolean argValue)
public TestbedSetting(String argName,
TestbedSetting.SettingType argType,
int argValue,
int argMinimum,
int argMaximum)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||