Class Area

    • Constructor Detail

      • Area

        public Area​(Point lowerLeft,
                    Point upperRight)
      • Area

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

      • times

        public Area times​(float multiplier)
      • getLowerLeft

        public Point getLowerLeft()
      • getUpperRight

        public Point getUpperRight()
      • equals

        public boolean equals​(@Nullable Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(@Nullable Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object