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

    Fields
    Modifier and Type Field Description
    int X  
    int Y  
  • Constructor Summary

    Constructors
    Constructor Description
    Point()  
    Point​(int int1, int int2)  
  • 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)