public class Word extends Object
Modifier and Type | Field and Description |
---|---|
float |
angle |
Object |
data |
int |
height |
short |
id |
String |
string |
Point |
stringExtent |
RectTree |
tree |
double |
weight |
int |
width |
int |
x |
int |
y |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
FontData[] |
getFontData() |
void |
setColor(Color color) |
void |
setFontData(FontData[] fontData) |
String |
toString() |
public final String string
public double weight
public int x
public int y
public RectTree tree
public float angle
public short id
public int height
public int width
public Object data
public Point stringExtent
public Word(String string)
Copyright (c) 2000, 2012 itemis AG and others. All rights reserved.