Class FloatProperty

    • Constructor Detail

      • FloatProperty

        public FloatProperty(String name,
                             float minValue,
                             float maxValue,
                             float defaultValue)
    • Method Detail

      • getMin

        public float getMin()
      • getMax

        public float getMax()
      • setValue

        public void setValue(float f)
      • validateValue

        protected void validateValue(Float value)
        Description copied from class: Property
        Subclasses should override this method to throw an IllegalArgumentException if a value is inappropriate for this property.