public class TestbedSetting
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
TestbedSetting.ConstraintType |
constraintType |
boolean |
enabled |
int |
max |
int |
min |
java.lang.String |
name |
TestbedSetting.SettingType |
settingsType |
int |
value |
Constructor and Description |
---|
TestbedSetting(java.lang.String argName,
TestbedSetting.SettingType argType,
boolean argValue) |
TestbedSetting(java.lang.String argName,
TestbedSetting.SettingType argType,
int argValue,
int argMinimum,
int argMaximum) |
public final java.lang.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
public TestbedSetting(java.lang.String argName, TestbedSetting.SettingType argType, boolean argValue)
public TestbedSetting(java.lang.String argName, TestbedSetting.SettingType argType, int argValue, int argMinimum, int argMaximum)
Copyright © 2012. All Rights Reserved.