Class TileArea

java.lang.Object
nom.tam.image.tile.operation.TileArea

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

    • startPoint

      private int[] startPoint
    • endPoint

      private int[] endPoint
  • Constructor Details

    • TileArea

      public TileArea()
  • Method Details

    • 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)