|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.allen_sauer.gwt.dnd.client.util.AbstractLocation
com.allen_sauer.gwt.dnd.client.util.CoordinateLocation
public class CoordinateLocation
A position represented by a left (x) and top (y) coordinate.
Constructor Summary | |
---|---|
CoordinateLocation(int left,
int top)
|
Method Summary | |
---|---|
int |
getLeft()
Get x coordinate. |
int |
getTop()
Get the y coordinate. |
Methods inherited from class com.allen_sauer.gwt.dnd.client.util.AbstractLocation |
---|
newLocationSnappedToGrid, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CoordinateLocation(int left, int top)
Method Detail |
---|
public int getLeft()
Location
public int getTop()
Location
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |