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