Package nom.tam.image.tile.operation
Class TileArea
java.lang.Object
nom.tam.image.tile.operation.TileArea
Description of the erea the tile covers of an image, at the moment only 2
dimentional tiles are supported.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TileArea
public TileArea()
-
-
Method Details
-
end
-
intersects
- 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
-