Interface Rectangle

All Superinterfaces:
Dimension, HeightAccessor, Position, PosXAccessor, PosYAccessor, WidthAccessor
All Known Subinterfaces:
Rectangle.RectangleProperty
All Known Implementing Classes:
RectangleImpl

public interface Rectangle extends Dimension, Position
Provides an accessor for a rectangle property (dimension and height).
  • Method Details

    • equals

      static boolean equals(Rectangle aRectangleA, Rectangle aRectangleB)
      Equals.
      Parameters:
      aRectangleA - the rectangle A
      aRectangleB - the rectangle B
      Returns:
      true, if successful