Package nom.tam.image.tile.operation
Class TileArea
- java.lang.Object
-
- nom.tam.image.tile.operation.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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TileArea
end(int... newEndPoint)
boolean
intersects(TileArea other)
void
size(int... sizes)
TileArea
start(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)
-
-