Package nom.tam.image.tile.operation
Class TileArea
- java.lang.Object
-
- nom.tam.image.tile.operation.TileArea
-
public class TileArea extends java.lang.ObjectDescription of the erea the tile covers of an image, at the moment only 2 dimentional tiles are supported.
-
-
Field Summary
Fields Modifier and Type Field Description private int[]endPointprivate int[]startPoint
-
Constructor Summary
Constructors Constructor Description TileArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TileAreaend(int... newEndPoint)booleanintersects(TileArea other)voidsize(int... sizes)TileAreastart(int... newStartPoint)
-
-
-
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)
-
-