public final class LabelAngleReferences extends FlagsEnum<LabelAngleReferences>
| Modifier and Type | Field and Description |
|---|---|
static LabelAngleReferences |
ABSOLUTE
Angle interpretation specifier for edge labels which expresses that the rotation angle should be interpreted absolute
and not relative to the edge slope.
|
static LabelAngleReferences |
RELATIVE_TO_EDGE_FLOW
Angle interpretation specifier for edge labels which expresses that the rotation angle should be interpreted relative to
the edge slope.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelAngleReferences |
fromName(String name) |
static LabelAngleReferences |
fromOrdinal(int value) |
protected LabelAngleReferences |
fromOrdinalImpl(int ordinal) |
protected LabelAngleReferences[] |
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, xorbyteValue, shortValuepublic static final LabelAngleReferences ABSOLUTE
public static final LabelAngleReferences RELATIVE_TO_EDGE_FLOW
public static final LabelAngleReferences fromName(String name)
public static final LabelAngleReferences fromOrdinal(int value)
protected final LabelAngleReferences fromOrdinalImpl(int ordinal)
fromOrdinalImpl in class FlagsEnum<LabelAngleReferences>protected final LabelAngleReferences[] getItems()
FlagsEnumgetItems in class FlagsEnum<LabelAngleReferences>public int value()