Class Rectangle

java.lang.Object
io.micronaut.serde.toml.fixture.Rectangle

public class Rectangle extends Object
  • Constructor Details

    • Rectangle

      public Rectangle()
    • Rectangle

      public Rectangle(Point topLeft, Point bottomRight)
  • Method Details

    • getTopLeft

      public Point getTopLeft()
    • setTopLeft

      public void setTopLeft(Point topLeft)
    • getBottomRight

      public Point getBottomRight()
    • setBottomRight

      public void setBottomRight(Point bottomRight)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object