Class Word
- java.lang.Object
-
- org.eclipse.gef.cloudio.internal.ui.Word
-
public class Word extends java.lang.Object
Helper class which stores all data required to render an element.
-
-
Constructor Summary
Constructors Constructor Description Word(java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
FontData[]
getFontData()
void
setColor(Color color)
void
setFontData(FontData[] fontData)
java.lang.String
toString()
-
-
-
Field Detail
-
string
public final java.lang.String string
-
weight
public double weight
-
x
public int x
-
y
public int y
-
tree
public RectTree tree
-
angle
public float angle
-
id
public short id
-
height
public int height
-
width
public int width
-
data
public java.lang.Object data
-
stringExtent
public Point stringExtent
-
-