public final class EdgeBundleModes extends FlagsEnum<EdgeBundleModes>
Modifier and Type | Field and Description |
---|---|
static EdgeBundleModes |
DISTINGUISH_DIRECTIONS
Edge bundle mode constant that specifies that multi-edges (edges with same endpoints) should be distinguished if they
have different directions.
|
static EdgeBundleModes |
DISTINGUISH_MULTI_EDGES
Edge bundle mode constant that specifies that all multi-edges (edges with same endpoints) should be distinguished.
|
static EdgeBundleModes |
DISTINGUISH_TYPES
Edge bundle mode constant that specifies that multi-edges (edges with same endpoints) should be distinguished if they
are of different (user specified) type, see
MultiPageLayout.EDGE_TYPE_DPKEY . |
Modifier and Type | Method and Description |
---|---|
static EdgeBundleModes |
fromName(String name) |
static EdgeBundleModes |
fromOrdinal(int value) |
protected EdgeBundleModes |
fromOrdinalImpl(int ordinal) |
protected EdgeBundleModes[] |
getItems()
Returns all items defined in this FlagsEnum.
|
int |
value() |
and, and, contains, containsAll, doubleValue, equals, equals, floatValue, hashCode, intValue, inverse, inverse, longValue, notContains, notEquals, or, or, ordinal, toString, xor, xor
byteValue, shortValue
public static final EdgeBundleModes DISTINGUISH_DIRECTIONS
NodeType.CONNECTOR
) if they point in the same direction (i.e., both have
the same source and target node).public static final EdgeBundleModes DISTINGUISH_MULTI_EDGES
NodeType.CONNECTOR
) is used for each of them.public static final EdgeBundleModes DISTINGUISH_TYPES
MultiPageLayout.EDGE_TYPE_DPKEY
.
Hence, two edges with the same endpoints and same type may share a connector pair (see
NodeType.CONNECTOR
).public static final EdgeBundleModes fromName(String name)
public static final EdgeBundleModes fromOrdinal(int value)
protected final EdgeBundleModes fromOrdinalImpl(int ordinal)
fromOrdinalImpl
in class FlagsEnum<EdgeBundleModes>
protected final EdgeBundleModes[] getItems()
FlagsEnum
getItems
in class FlagsEnum<EdgeBundleModes>
public int value()