public class Point
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Point() |
Modifier and Type | Method and Description |
---|---|
static Point |
create(double x,
double y) |
double |
getX() |
double |
getY() |
public static Point create(double x, double y)
public final double getX()
public final double getY()