Class GlyphDTO
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic GlyphDTOReplacement constructor.static GlyphDTOfrom(com.levigo.jadice.document.internal.text.Glyph glyph) doublegetData()voiddoublegetH()doublegetW()doublegetX()doublegetY()voidsetBaseline(double baseline) voidsetH(double h) voidsetW(double w) voidsetX(double x) voidsetY(double y) static com.levigo.jadice.document.internal.text.GlyphMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
GlyphDTO
protected GlyphDTO()
-
-
Method Details
-
getData
-
getData
-
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
Replacement constructor. Creates a new nativeGlyphDTO.- Returns:
- The new instance.
-
from
-
to
-