|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.yaina.trackrenderer.TileCoordinates
public class TileCoordinates
This is just a small structure holding tile / coordinate information
Field Summary | |
---|---|
int |
tile_x
|
int |
tile_y
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
TileCoordinates(int tile_x,
int tile_y,
int x,
int y)
Initialize this coordinate structure |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int tile_x
public int tile_y
public int x
public int y
Constructor Detail |
---|
public TileCoordinates(int tile_x, int tile_y, int x, int y)
tile_x
- horizontal tile numbertile_y
- vertical tile numberx
- horizontal position on the tiley
- vertical position on the tile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |