public final class LabelSideReferences extends FlagsEnum<LabelSideReferences>
Modifier and Type | Field and Description |
---|---|
static LabelSideReferences |
ABSOLUTE_WITH_LEFT_IN_NORTH
Side placement specifier for edge labels which defines that the preferred side for the label is interpreted
independently of the edge direction placing
left labels
above horizontal segments. |
static LabelSideReferences |
ABSOLUTE_WITH_RIGHT_IN_NORTH
Side placement specifier for edge labels which defines that the preferred side for the label is interpreted
independently of the edge direction placing
left labels
above horizontal segments. |
static LabelSideReferences |
RELATIVE_TO_EDGE_FLOW
Side placement specifier for edge labels which expresses that the preferred side of the edge is interpreted relative to
the edge flow.
|
Modifier and Type | Method and Description |
---|---|
static LabelSideReferences |
fromName(String name) |
static LabelSideReferences |
fromOrdinal(int value) |
protected LabelSideReferences |
fromOrdinalImpl(int ordinal) |
protected LabelSideReferences[] |
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 LabelSideReferences ABSOLUTE_WITH_LEFT_IN_NORTH
left labels
above horizontal segments.
For vertical segments the label is placed left
or right
of the edge. In case the segment is horizontal, the label is placed above the segment if it should be left of the edge,
otherwise below the segment.
public static final LabelSideReferences ABSOLUTE_WITH_RIGHT_IN_NORTH
left labels
above horizontal segments.
For vertical segments the label is placed left
or right
of the edge. In case the segment is horizontal, the label is placed above the segment if it should be right of the edge,
otherwise below the segment.
public static final LabelSideReferences RELATIVE_TO_EDGE_FLOW
public static final LabelSideReferences fromName(String name)
public static final LabelSideReferences fromOrdinal(int value)
protected final LabelSideReferences fromOrdinalImpl(int ordinal)
fromOrdinalImpl
in class FlagsEnum<LabelSideReferences>
protected final LabelSideReferences[] getItems()
FlagsEnum
getItems
in class FlagsEnum<LabelSideReferences>
public int value()