Class ImageQualityRange


  • public class ImageQualityRange
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageQualityRange​(double... array)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getMax()  
      java.lang.Double getMin()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageQualityRange

        public ImageQualityRange​(double... array)
    • Method Detail

      • getMin

        public java.lang.Double getMin()
        Returns:
        minimum range value
      • getMax

        public java.lang.Double getMax()
        Returns:
        maximum range value