|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Edge type attributes.
EdgeTypeConstants
Field Summary | |
static EdgeTypeAttr |
DEFAULT
Default edge type attributes. |
static GraphLayoutAttrBuilderFactory |
DEFAULT_BUILDER_FACTORY
Default edge type attribute builder factory. |
static int |
DEFAULT_EDGE_TYPE
The default edge type is smooth. |
static java.lang.Object |
KEY_EDGE_TYPE
Keys for textual attribute representation. |
static java.lang.Object |
KEY_POLYLINE
Keys for textual attribute representation. |
static java.lang.Object |
KEY_RIGHT_ANGLE
Keys for textual attribute representation. |
static java.lang.Object |
KEY_SMOOTH
Keys for textual attribute representation. |
static java.util.Map |
KEY_TO_ET_MAP
Map from keys to edge types. |
Fields inherited from interface suvi.api.alg.attr.EdgeTypeConstants |
ET_POLYLINE, ET_RIGHT_ANGLE, ET_SMOOTH |
Method Summary | |
int |
edgeType(java.lang.Object edge)
Type of the given edge. |
Field Detail |
public static final java.lang.Object KEY_EDGE_TYPE
Keys for textual attribute representation.
public static final java.lang.Object KEY_POLYLINE
Keys for textual attribute representation.
public static final java.lang.Object KEY_RIGHT_ANGLE
Keys for textual attribute representation.
public static final java.lang.Object KEY_SMOOTH
Keys for textual attribute representation.
public static final java.util.Map KEY_TO_ET_MAP
Map from keys to edge types.
public static final int DEFAULT_EDGE_TYPE
The default edge type is smooth.
public static final EdgeTypeAttr DEFAULT
Default edge type attributes.
public static final GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY
Default edge type attribute builder factory.
Method Detail |
public int edgeType(java.lang.Object edge)
Type of the given edge.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |