Class RangedNumericValue

    • Constructor Detail

      • RangedNumericValue

        public RangedNumericValue()
    • Method Detail

      • newLowValue

        public float newLowValue()
      • setLow

        public void setLow​(float value)
      • setLow

        public void setLow​(float min,
                           float max)
      • getLowMin

        public float getLowMin()
      • setLowMin

        public void setLowMin​(float lowMin)
      • getLowMax

        public float getLowMax()
      • setLowMax

        public void setLowMax​(float lowMax)