public final class MirrorModes extends FlagsEnum<MirrorModes>
EdgeLabelOrientationSupport.getOrientedDirection(Direction, LayoutOrientation, MirrorModes)
,
EdgeLabelOrientationSupport.isOrientationMirrored(LayoutOrientation, MirrorModes)
,
HierarchicLayout.getMirrorMode()
,
AbstractPortConstraintOptimizer.getMirrorMode()
,
OrientationLayout.getMirrorMode()
,
PortCandidate.getXOffsetForLayoutOrientation(LayoutOrientation, MirrorModes)
,
PortCandidate.getYOffsetForLayoutOrientation(LayoutOrientation, MirrorModes)
,
Serialized FormModifier and Type | Field and Description |
---|---|
static MirrorModes |
BOTTOM_TO_TOP
Mirroring specifier that defines that layout orientation
LayoutOrientation.BOTTOM_TO_TOP
will be mirrored. |
static MirrorModes |
LEFT_TO_RIGHT
Mirroring specifier that defines that layout orientation
LayoutOrientation.LEFT_TO_RIGHT
will be mirrored. |
static MirrorModes |
NONE
Mirroring specifier that can be used for preventing any mirroring of layout orientations.
|
static MirrorModes |
RIGHT_TO_LEFT
Mirroring specifier that defines that layout orientation
LayoutOrientation.RIGHT_TO_LEFT
will be mirrored. |
static MirrorModes |
TOP_TO_BOTTOM
Mirroring specifier that defines that layout orientation
LayoutOrientation.TOP_TO_BOTTOM
will be mirrored. |
Modifier and Type | Method and Description |
---|---|
static MirrorModes |
fromName(String name) |
static MirrorModes |
fromOrdinal(int value) |
protected MirrorModes |
fromOrdinalImpl(int ordinal) |
protected MirrorModes[] |
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 MirrorModes BOTTOM_TO_TOP
LayoutOrientation.BOTTOM_TO_TOP
will be mirrored.
This specifier can be used for creating a mirror mask that defines which layout orientations shall be mirrored at their corresponding axis. It can be combined with the other mirroring specifiers to mirror several orientations.
public static final MirrorModes LEFT_TO_RIGHT
LayoutOrientation.LEFT_TO_RIGHT
will be mirrored.
This specifier can be used to create a mirror mask that defines which layout orientations shall be mirrored at their corresponding axis. It can be combined with the other mirroring specifiers to mirror several orientations.
public static final MirrorModes NONE
public static final MirrorModes RIGHT_TO_LEFT
LayoutOrientation.RIGHT_TO_LEFT
will be mirrored.
This specifier can be used for creating a mirror mask that defines which layout orientations shall be mirrored at their corresponding axis. It can be combined with the other mirroring specifiers to mirror several orientations.
public static final MirrorModes TOP_TO_BOTTOM
LayoutOrientation.TOP_TO_BOTTOM
will be mirrored.
This specifier can be used for creating a mirror mask that defines which layout orientations shall be mirrored at their corresponding axis. It can be combined with the other mirroring specifiers to mirror several orientations.
public static final MirrorModes fromName(String name)
public static final MirrorModes fromOrdinal(int value)
protected final MirrorModes fromOrdinalImpl(int ordinal)
fromOrdinalImpl
in class FlagsEnum<MirrorModes>
protected final MirrorModes[] getItems()
FlagsEnum
getItems
in class FlagsEnum<MirrorModes>
public int value()