Class LogicRectangle


  • public final class LogicRectangle
    extends Object
    • Constructor Detail

      • LogicRectangle

        public LogicRectangle()
      • LogicRectangle

        public LogicRectangle​(int left,
                              int top,
                              int width,
                              int height)
    • Method Detail

      • right

        public int right()
      • bottom

        public int bottom()
      • getLeft

        public int getLeft()
      • setLeft

        public void setLeft​(int left)
      • getTop

        public int getTop()
      • setTop

        public void setTop​(int top)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isEmpty

        public boolean isEmpty()