Class ImageRegion


  • public class ImageRegion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double x1  
      double x2  
      double y1  
      double y2  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageRegion​(double x1, double y1, double x2, double y2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x1

        public double x1
      • y1

        public double y1
      • x2

        public double x2
      • y2

        public double y2
    • Constructor Detail

      • ImageRegion

        public ImageRegion​(double x1,
                           double y1,
                           double x2,
                           double y2)