java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.PathDTO

public final class PathDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • PathDTO

      protected PathDTO()
  • Method Details

    • getSegments

      public com.google.gwt.core.client.JsArray<PathSegmentDTO> getSegments()
    • setSegments

      public void setSegments(com.google.gwt.core.client.JsArray<PathSegmentDTO> segments)
    • toDouble

      public static Path2D toDouble(PathDTO dto)
    • toFloat

      public static Path2D toFloat(PathDTO dto)
    • create

      public static PathDTO create(com.google.gwt.core.client.JsArray<PathSegmentDTO> segments)
    • from

      public static PathDTO from(Path2D path)