Package zombie.core.booleanrectangles
Class BooleanRectangleCollection.Point
java.lang.Object
zombie.core.booleanrectangles.BooleanRectangleCollection.Point
- Enclosing class:
- BooleanRectangleCollection
public static class BooleanRectangleCollection.Point
extends java.lang.Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
X
public int X -
Y
public int Y
-
-
Constructor Details
-
Point
public Point() -
Point
public Point(int int1, int int2)
-