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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Point2DDTO
    create(double x, double y)
     
    static Point2DDTO
    from(Point2D point)
     
    double
     
    double
     
    static Point2D
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Point2DDTO

      protected Point2DDTO()
  • Method Details

    • getX

      public double getX()
    • getY

      public double getY()
    • create

      public static Point2DDTO create(double x, double y)
    • from

      public static Point2DDTO from(Point2D point)
    • to

      public static Point2D to(Point2DDTO dto)