Package org.eclipse.zest.cloudio
Class Word
java.lang.Object
org.eclipse.zest.cloudio.Word
Helper class which stores all data required to render an element.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
FontData[]
void
void
setFontData
(FontData[] fontData) toString()
-
Field Details
-
string
-
weight
public double weight -
x
public int x -
y
public int y -
tree
-
angle
public float angle -
id
public short id -
height
public int height -
width
public int width -
data
-
stringExtent
-
-
Constructor Details
-
Word
-
-
Method Details