|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
CENTER
|
static int |
EAST
|
static int |
NORTH
|
static int |
NORTHEAST
|
static int |
NORTHWEST
|
static int |
SOURCE_BOUND
|
static int |
SOUTH
|
static int |
SOUTHEAST
|
static int |
SOUTHWEST
|
static int |
TARGET_BOUND
|
static int |
WEST
|
Method Summary | |
java.awt.Font |
getFont()
Returns the font of this PText. |
double |
getGreekThreshold()
Returns the current greek threshold. |
java.lang.String |
getText()
|
java.awt.Paint |
getTextPaint()
Get the paint used to paint this nodes text. |
void |
setFont(java.awt.Font aFont)
Set the font of this PText. |
void |
setGreekThreshold(double threshold)
Sets the current greek threshold. |
void |
setPositionHint(int position)
Give the Label a hint on where to draw itself. |
void |
setText(java.lang.String aText)
Set the text for this node. |
void |
setTextPaint(java.awt.Paint textPaint)
Set the paint used to paint this nodes text. |
Field Detail |
public static final int CENTER
public static final int NORTH
public static final int SOUTH
public static final int WEST
public static final int EAST
public static final int NORTHWEST
public static final int NORTHEAST
public static final int SOUTHEAST
public static final int SOUTHWEST
public static final int SOURCE_BOUND
public static final int TARGET_BOUND
Method Detail |
public void setPositionHint(int position)
public java.awt.Paint getTextPaint()
public void setTextPaint(java.awt.Paint textPaint)
textPaint
- public double getGreekThreshold()
public void setGreekThreshold(double threshold)
public java.lang.String getText()
public void setText(java.lang.String aText)
public java.awt.Font getFont()
public void setFont(java.awt.Font aFont)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |