Class TestbedSetting
java.lang.Object
de.pirckheimer_gymnasium.jbox2d.testbed.framework.TestbedSetting
Defines a setting used in the testbed.
- Author:
- Daniel Murphy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of value this setting pertains tostatic enumWhether the setting effects the engine's behavior or modifies drawing. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestbedSetting(String argName, TestbedSetting.SettingType argType, boolean argValue) TestbedSetting(String argName, TestbedSetting.SettingType argType, int argValue, int argMinimum, int argMaximum) -
Method Summary
-
Field Details
-
name
-
settingsType
-
constraintType
-
enabled
public boolean enabled -
value
public int value -
min
public final int min -
max
public final int max
-
-
Constructor Details
-
TestbedSetting
-
TestbedSetting
public TestbedSetting(String argName, TestbedSetting.SettingType argType, int argValue, int argMinimum, int argMaximum)
-