Class Point2DDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.Point2DDTO
public final class Point2DDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Point2DDTO
create
(double x, double y) static Point2DDTO
double
getX()
double
getY()
static Point2D
to
(Point2DDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
Point2DDTO
protected Point2DDTO()
-
-
Method Details
-
getX
public double getX() -
getY
public double getY() -
create
-
from
-
to
-