public class Point extends RefDataClass
id
Constructor and Description |
---|
Point() |
Point(int x,
int y) |
Point(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
static Point |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
int |
getX()
The x coordinate of this point.
|
int |
getY()
The y coordinate of this point.
|
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
getRef, getRef, internalSetID
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject
public Point()
public Point(com.google.gwt.core.client.JavaScriptObject jsObj)
public Point(int x, int y)
public static Point getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public int getX()
public int getY()