Class FloatValidator

    • Constructor Detail

      • FloatValidator

        public FloatValidator​(float min,
                              float max)
      • FloatValidator

        public FloatValidator​(IValidator parent,
                              float min,
                              float max)
    • Method Detail

      • getMin

        public float getMin()
      • getMax

        public float getMax()