|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Label
Field Summary | |
---|---|
static int |
CENTER
Deprecated. |
static int |
EAST
Deprecated. |
static int |
JUSTIFY_CENTER
Deprecated. |
static int |
JUSTIFY_LEFT
Deprecated. |
static int |
JUSTIFY_RIGHT
Deprecated. |
static int |
NONE
Deprecated. |
static int |
NORTH
Deprecated. |
static int |
NORTHEAST
Deprecated. |
static int |
NORTHWEST
Deprecated. |
static int |
SOURCE_BOUND
|
static int |
SOUTH
Deprecated. |
static int |
SOUTHEAST
Deprecated. |
static int |
SOUTHWEST
Deprecated. |
static int |
TARGET_BOUND
|
static int |
WEST
Deprecated. |
Method Summary | |
---|---|
Font |
getFont()
Returns the font of this PText. |
double |
getGreekThreshold()
Returns the current greek threshold. |
int |
getJustify()
Deprecated. |
ObjectPosition |
getPosition()
|
String |
getText()
|
int |
getTextAnchor()
Deprecated. |
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)
Deprecated. |
void |
setPosition(ObjectPosition p)
Set position of label. |
void |
setText(String aText)
Set the text for this node. |
void |
setTextAnchor(int position)
Deprecated. |
void |
setTextPaint(Paint textPaint)
Set the paint used to paint this nodes text. |
Field Detail |
---|
static final int SOURCE_BOUND
static final int TARGET_BOUND
@Deprecated static final int NORTHWEST
@Deprecated static final int NORTH
@Deprecated static final int NORTHEAST
@Deprecated static final int WEST
@Deprecated static final int CENTER
@Deprecated static final int EAST
@Deprecated static final int SOUTHWEST
@Deprecated static final int SOUTH
@Deprecated static final int SOUTHEAST
@Deprecated static final int JUSTIFY_CENTER
@Deprecated static final int JUSTIFY_LEFT
@Deprecated static final int JUSTIFY_RIGHT
@Deprecated 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 setPosition(ObjectPosition p)
p
- ObjectPosition getPosition()
@Deprecated void setTextAnchor(int position)
@Deprecated int getTextAnchor()
@Deprecated void setJustify(int justify)
@Deprecated int getJustify()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |