public final class LabelPlacements extends FlagsEnum<LabelPlacements>
Modifier and Type | Field and Description |
---|---|
static LabelPlacements |
ALONG_EDGE_MASK
Placement specifier mask that masks all placement specifiers that describe the placement along the edge.
|
static LabelPlacements |
ANYWHERE
Preferred placement specifier for edge labels which expresses that the label can be placed anywhere along the edge or on
any side of the edge.
|
static LabelPlacements |
AT_CENTER
Preferred placement specifier for edge labels which expresses that the label should be placed near the center of the
edge path.
|
static LabelPlacements |
AT_SOURCE
Preferred placement specifier for edge labels which expresses that the label should be placed near the source node of an
edge.
|
static LabelPlacements |
AT_SOURCE_PORT
Preferred placement specifier for edge labels which expresses that the label should be placed directly at the source
port of the edge.
|
static LabelPlacements |
AT_TARGET
Preferred placement specifier for edge labels which expresses that the label should be placed near the target node of an
edge.
|
static LabelPlacements |
AT_TARGET_PORT
Preferred placement specifier for edge labels which expresses that the label should be placed directly at the target
port of the edge.
|
static LabelPlacements |
LEFT_OF_EDGE
Preferred placement specifier for edge labels which expresses that the label should be placed on the left hand side of
the edge path.
|
static LabelPlacements |
ON_EDGE
Preferred placement specifier for edge labels which expresses that the label should be placed on the path of the edge.
|
static LabelPlacements |
ON_SIDE_OF_EDGE_MASK
Placement specifier mask that masks all placement specifiers that describe the side of the edge.
|
static LabelPlacements |
RIGHT_OF_EDGE
Preferred placement specifier for edge labels which expresses that the label should be placed on the right hand side of
the edge path.
|
Modifier and Type | Method and Description |
---|---|
static LabelPlacements |
fromName(String name) |
static LabelPlacements |
fromOrdinal(int value) |
protected LabelPlacements |
fromOrdinalImpl(int ordinal) |
protected LabelPlacements[] |
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 LabelPlacements ALONG_EDGE_MASK
public static final LabelPlacements ANYWHERE
public static final LabelPlacements AT_CENTER
public static final LabelPlacements AT_SOURCE
public static final LabelPlacements AT_SOURCE_PORT
HierarchicLayout
when enabling
integrated edge labeling
.public static final LabelPlacements AT_TARGET
public static final LabelPlacements AT_TARGET_PORT
HierarchicLayout
when enabling
integrated edge labeling
.public static final LabelPlacements LEFT_OF_EDGE
The side is interpreted relative to the direction of the edge, if no different side reference
is defined.
public static final LabelPlacements ON_EDGE
public static final LabelPlacements ON_SIDE_OF_EDGE_MASK
public static final LabelPlacements RIGHT_OF_EDGE
The side is interpreted relative to the direction of the edge, if no different side reference
is defined.
public static final LabelPlacements fromName(String name)
public static final LabelPlacements fromOrdinal(int value)
protected final LabelPlacements fromOrdinalImpl(int ordinal)
fromOrdinalImpl
in class FlagsEnum<LabelPlacements>
protected final LabelPlacements[] getItems()
FlagsEnum
getItems
in class FlagsEnum<LabelPlacements>
public int value()