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 GlyphDTO
Replacement constructor.static GlyphDTO
from
(com.levigo.jadice.document.internal.text.Glyph glyph) double
getData()
void
double
getH()
double
getW()
double
getX()
double
getY()
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
Methods 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
-