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

public final class GlyphDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static GlyphDTO
    create(String data, double x, double y, double w, double h, double baseline)
    Replacement constructor.
    static GlyphDTO
    from(com.levigo.jadice.document.internal.text.Glyph glyph)
     
    double
     
     
    void
     
    double
     
    double
     
    double
     
    double
     
    void
    setBaseline(double baseline)
     
    void
    setH(double h)
     
    void
    setW(double w)
     
    void
    setX(double x)
     
    void
    setY(double y)
     
    static com.levigo.jadice.document.internal.text.Glyph
    to(GlyphDTO dto)
     

    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

    • GlyphDTO

      protected GlyphDTO()
  • Method Details

    • getData

      public String getData()
    • getData

      public void getData(String data)
    • getX

      public double getX()
    • setX

      public void setX(double x)
    • getY

      public double getY()
    • setY

      public void setY(double y)
    • getW

      public double getW()
    • setW

      public void setW(double w)
    • getH

      public double getH()
    • setH

      public void setH(double h)
    • getBaseline

      public double getBaseline()
    • setBaseline

      public void setBaseline(double baseline)
    • create

      public static GlyphDTO create(String data, double x, double y, double w, double h, double baseline)
      Replacement constructor. Creates a new native GlyphDTO.
      Returns:
      The new instance.
    • from

      public static GlyphDTO from(com.levigo.jadice.document.internal.text.Glyph glyph)
    • to

      public static com.levigo.jadice.document.internal.text.Glyph to(GlyphDTO dto)