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 Point2DDTOcreate(double x, double y) static Point2DDTOdoublegetX()doublegetY()static Point2Dto(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
-