|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Label
Field Summary | |
---|---|
static int |
CENTER
|
static int |
EAST
|
static int |
JUSTIFY_CENTER
|
static int |
JUSTIFY_LEFT
|
static int |
JUSTIFY_RIGHT
|
static int |
NONE
|
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 | |
---|---|
Font |
getFont()
Returns the font of this PText. |
double |
getGreekThreshold()
Returns the current greek threshold. |
int |
getJustify()
|
String |
getText()
|
int |
getTextAnchor()
|
Paint |
getTextPaint()
Get the paint used to paint this nodes text. |
void |
setFont(Font aFont)
Set the font of this PText. |
void |
setGreekThreshold(double threshold)
Sets the current greek threshold. |
void |
setJustify(int justify)
|
void |
setText(String aText)
Set the text for this node. |
void |
setTextAnchor(int position)
|
void |
setTextPaint(Paint textPaint)
Set the paint used to paint this nodes text. |
Field Detail |
---|
static final int NORTHWEST
static final int NORTH
static final int NORTHEAST
static final int WEST
static final int CENTER
static final int EAST
static final int SOUTHWEST
static final int SOUTH
static final int SOUTHEAST
static final int SOURCE_BOUND
static final int TARGET_BOUND
static final int JUSTIFY_CENTER
static final int JUSTIFY_LEFT
static final int JUSTIFY_RIGHT
static final int NONE
Method Detail |
---|
Paint getTextPaint()
void setTextPaint(Paint textPaint)
textPaint
- double getGreekThreshold()
void setGreekThreshold(double threshold)
threshold
- minimum screen font size.String getText()
void setText(String aText)
Font getFont()
void setFont(Font aFont)
void setTextAnchor(int position)
int getTextAnchor()
void setJustify(int justify)
int getJustify()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |