public class TileArea extends Object
| Constructor and Description |
|---|
TileArea() |
| Modifier and Type | Method and Description |
|---|---|
TileArea |
end(int... newEndPoint) |
boolean |
intersects(TileArea other) |
void |
size(int... sizes) |
TileArea |
start(int... newStartPoint) |
public TileArea end(int... newEndPoint)
public boolean intersects(TileArea other)
other - the tile to test intersection withpublic void size(int... sizes)
public TileArea start(int... newStartPoint)
Copyright © 1996–2016 nom-tam-fits. All rights reserved.