Class TileArea


  • public class TileArea
    extends java.lang.Object
    Description of the erea the tile covers of an image, at the moment only 2 dimentional tiles are supported.
    • Constructor Summary

      Constructors 
      Constructor Description
      TileArea()  
    • Constructor Detail

      • TileArea

        public TileArea()
    • Method Detail

      • end

        public TileArea end​(int... newEndPoint)
      • intersects

        public boolean intersects​(TileArea other)
        Parameters:
        other - the tile to test intersection with
        Returns:
        true if the tile intersects with the specified other tile?
      • size

        public void size​(int... sizes)
      • start

        public TileArea start​(int... newStartPoint)