Class BoundaryObject

    • Constructor Detail

      • BoundaryObject

        public BoundaryObject​(java.lang.Object reference)
        Note: This shouldn't be used by API users, it's an internal constructor.
    • Method Detail

      • getBackUpOrientation

        public int getBackUpOrientation()
      • getGridX

        public int getGridX()
        Description copied from interface: Locatable
        Gets grid (local) X coordinate of the given object.
        Returns:
        the grid X coordinate of the object.
      • getGridY

        public int getGridY()
        Description copied from interface: Locatable
        Gets grid (local) Y coordinate of the given object.
        Returns:
        the grid Y coordinate of the object.