|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Edge label constants.
An edge may have three labels:
EL_HEAD_LABEL
EL_CENTER_LABEL
EL_TAIL_LABEL
You can also enumerate all edge label constants using the following kind of code:
for (int labelIdx =EL_MIN_LABEL
; labelIdx <=EL_MAX_LABEL
; ++labelIdx) // ...
Field Summary | |
static int |
EL_CENTER_LABEL
An edge label constant. |
static int |
EL_HEAD_LABEL
An edge label constant. |
static int |
EL_MAX_LABEL
An edge label constant. |
static int |
EL_MIN_LABEL
An edge label constant. |
static int |
EL_TAIL_LABEL
An edge label constant. |
Field Detail |
public static final int EL_MIN_LABEL
An edge label constant.
EdgeLabelConstants
,
Constant Field Valuespublic static final int EL_HEAD_LABEL
An edge label constant.
EdgeLabelConstants
,
Constant Field Valuespublic static final int EL_CENTER_LABEL
An edge label constant.
EdgeLabelConstants
,
Constant Field Valuespublic static final int EL_TAIL_LABEL
An edge label constant.
EdgeLabelConstants
,
Constant Field Valuespublic static final int EL_MAX_LABEL
An edge label constant.
EdgeLabelConstants
,
Constant Field Values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |