public class TilePosition extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
x |
private int |
y |
private int |
zoom |
Constructor and Description |
---|
TilePosition(int x,
int y,
int zoom) |
TilePosition(Tile tile)
Constructs a new
TilePosition . |
Modifier and Type | Method and Description |
---|---|
int |
getX() |
int |
getY() |
int |
getZoom() |
java.lang.String |
toString() |
public TilePosition(int x, int y, int zoom)
public TilePosition(Tile tile)
TilePosition
.tile
- tile