Class Rect


  • public class Rect
    extends java.lang.Object
    • Field Detail

      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • Rect

        public Rect​(int x,
                    int y,
                    int width,
                    int height)
      • Rect

        public Rect()
      • Rect

        public Rect​(double[] vals)
    • Method Detail

      • set

        public void set​(double[] vals)
      • clone

        public Rect clone()
        Overrides:
        clone in class java.lang.Object
      • size

        public Size size()
      • area

        public double area()
      • empty

        public boolean empty()
      • contains

        public boolean contains​(Point p)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object