Interface FloatParameter

All Superinterfaces:
ConfigParameter, Parameter, ParameterWithSuffix
All Known Implementing Classes:
FloatParameterImpl

public interface FloatParameter extends Parameter, ParameterWithSuffix
Config parameter representing a float value
See Also:
  • Method Details

    • isAllowZero

      boolean isAllowZero()
    • setAllowZero

      void setAllowZero(boolean allowZero)
    • getNumDigitsAfterDecimal

      int getNumDigitsAfterDecimal()
    • getValue

      float getValue()
    • setValue

      void setValue(float v)
    • getMinValue

      float getMinValue()
    • getMaxValue

      float getMaxValue()