|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.fma.jtiledownloader.datatypes.Tile
public class Tile
Tile
Field Summary | |
---|---|
private int |
x
|
private int |
y
|
private int |
z
|
Constructor Summary | |
---|---|
Tile(int x,
int y,
int z)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getPath()
Returns the relative path of a tile |
int |
getX()
Getter for x |
int |
getY()
Getter for y |
int |
getZ()
Getter for z |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int x
private int y
private int z
Constructor Detail |
---|
public Tile(int x, int y, int z)
x
- y
- z
- Method Detail |
---|
public int getX()
public int getY()
public int getZ()
public java.lang.String getPath()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |