Class ConfigItemDouble
java.lang.Object
com.alfakynz.autoguiscale.config.config_items.ConfigItem<Double>
com.alfakynz.autoguiscale.config.config_items.ConfigItemDouble
-
Field Summary
FieldsFields inherited from class ConfigItem
defaultValue, name, text, value -
Constructor Summary
ConstructorsConstructorDescriptionConfigItemDouble(String name, String text, double value, double min, double max) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class ConfigItem
getConfigDefaultText, getConfigText, getName
-
Field Details
-
min
public double min -
max
public double max
-
-
Constructor Details
-
ConfigItemDouble
-
-
Method Details
-
getStrValue
- Specified by:
getStrValuein classConfigItem<Double>
-
getStrDefaultValue
- Specified by:
getStrDefaultValuein classConfigItem<Double>
-
setValue
- Specified by:
setValuein classConfigItem<Double>
-