public final class LabelAngleOnRightSideRotations extends FlagsEnum<LabelAngleOnRightSideRotations>
Modifier and Type | Field and Description |
---|---|
static LabelAngleOnRightSideRotations |
CLOCKWISE
Angle interpretation specifier which expresses that the rotation angle should be interpreted clockwise.
|
static LabelAngleOnRightSideRotations |
COUNTER_CLOCKWISE
Angle interpretation specifier which expresses that the rotation angle should be interpreted
counter-clockwise.
|
Modifier and Type | Method and Description |
---|---|
static LabelAngleOnRightSideRotations |
fromName(String name) |
static LabelAngleOnRightSideRotations |
fromOrdinal(int value) |
protected LabelAngleOnRightSideRotations |
fromOrdinalImpl(int ordinal) |
protected LabelAngleOnRightSideRotations[] |
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 LabelAngleOnRightSideRotations CLOCKWISE
Therefore, edge labels whose descriptor IsRightOfEdge
will be co-rotating with the angle of labels that are placed left of or centered on the edge.
public static final LabelAngleOnRightSideRotations COUNTER_CLOCKWISE
Therefore, edge labels whose descriptor IsRightOfEdge
will be counter-rotating with the angle of labels that are placed left of or centered on the edge.
public static final LabelAngleOnRightSideRotations fromName(String name)
public static final LabelAngleOnRightSideRotations fromOrdinal(int value)
protected final LabelAngleOnRightSideRotations fromOrdinalImpl(int ordinal)
fromOrdinalImpl
in class FlagsEnum<LabelAngleOnRightSideRotations>
protected final LabelAngleOnRightSideRotations[] getItems()
FlagsEnum
getItems
in class FlagsEnum<LabelAngleOnRightSideRotations>
public int value()