Class RectangleUnion.Rectangle

    • Constructor Detail

      • Rectangle

        public Rectangle​(int x1,
                         int y1,
                         int x2,
                         int y2)
    • Method Detail

      • getX1

        public int getX1()
      • getY1

        public int getY1()
      • getX2

        public int getX2()
      • getY2

        public int getY2()