Class RotationMinMaxWidth.WidthFunction.Interval

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double max  
      private double min  
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval​(double min, double max)  
    • Method Summary

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

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

      • min

        private double min
      • max

        private double max
    • Constructor Detail

      • Interval

        public Interval​(double min,
                        double max)
    • Method Detail

      • getMin

        public double getMin()
      • getMax

        public double getMax()