|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.geom.TileIndex
public class TileIndex
Specifies the position of a Tile in the map. Used as an argument to
Projection.tileCheckRange(TileIndex,int,int)
| Constructor Summary | |
|---|---|
protected |
TileIndex()
|
| Method Summary | |
|---|---|
int |
getX()
Returns the X coordinate. |
int |
getY()
Returns the Y coordinate. |
static Point |
newInstance(int x,
int y)
Construct a new TileIndex instance. |
void |
setX(int x)
Sets the X coordinate. |
void |
setY(int y)
Sets the Y coordinate. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected TileIndex()
| Method Detail |
|---|
public static final Point newInstance(int x,
int y)
TileLayer operations.
x - the x coordinatey - the y coordinate
public final int getX()
public final int getY()
public final void setX(int x)
x - the X coordinate.public final void setY(int y)
y - the Y coordinate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||