Class FloatOption

All Implemented Interfaces:
Serializable

public class FloatOption extends OptionType
See Also:
  • Field Details

    • min

      public float min
    • max

      public float max
    • defaultValue

      public float defaultValue
  • Constructor Details

    • FloatOption

      public FloatOption()
  • Method Details

    • getMin

      public float getMin()
    • getMax

      public float getMax()
    • getDefaultValue

      public float getDefaultValue()
    • setMin

      public void setMin(float min)
    • setMax

      public void setMax(float max)
    • setDefaultValue

      public void setDefaultValue(float defaultValue)