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 intgetX1()intgetX2()intgetY1()intgetY2()java.lang.StringtoString()
-