Package net.runelite.api.geometry
Class RectangleUnion.Rectangle
- java.lang.Object
-
- net.runelite.api.geometry.RectangleUnion.Rectangle
-
- Enclosing class:
- RectangleUnion
public static class RectangleUnion.Rectangle extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Rectangle(int x1, int y1, int x2, int y2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getX1()
int
getX2()
int
getY1()
int
getY2()
java.lang.String
toString()
-