Class ParameterFloat

    • Constructor Detail

      • ParameterFloat

        public ParameterFloat​(String name,
                              String description,
                              float minValue,
                              float maxValue)
      • ParameterFloat

        public ParameterFloat​(String name,
                              float minValue,
                              float maxValue)
      • ParameterFloat

        public ParameterFloat​(String name)
    • Method Detail

      • getMinValue

        public float getMinValue()
      • getMaxValue

        public float getMaxValue()