public final class DiscreteNodeLabelPositions extends FlagsEnum<DiscreteNodeLabelPositions>
| Modifier and Type | Field and Description |
|---|---|
static DiscreteNodeLabelPositions |
BOTTOM
Position specifier that describes a label placement at the bottom inside the node.
|
static DiscreteNodeLabelPositions |
BOTTOM_LEFT
Position specifier that describes a label placement at the bottom-left inside the node.
|
static DiscreteNodeLabelPositions |
BOTTOM_RIGHT
Position specifier that describes a label placement at the bottom-right inside the node.
|
static DiscreteNodeLabelPositions |
CENTER
Position specifier that describes a label placement at the center of the node.
|
static DiscreteNodeLabelPositions |
CORNER_MASK
Position mask that constrains the positions to the corners outside the node.
|
static DiscreteNodeLabelPositions |
EAST
Position specifier that describes a label placement east of the node.
|
static DiscreteNodeLabelPositions |
EIGHT_POS_MASK
Position mask that constraints the positions to the eight node-external positions.
|
static DiscreteNodeLabelPositions |
INTERNAL_MASK
Position mask that constrains the positions to the nine node-internal positions.
|
static DiscreteNodeLabelPositions |
LEFT
Position specifier that describes a label placement at the left inside the node.
|
static DiscreteNodeLabelPositions |
NORTH
Position specifier that describes a label placement north of the node.
|
static DiscreteNodeLabelPositions |
NORTH_EAST
Position specifier that describes a label placement north-east of the node.
|
static DiscreteNodeLabelPositions |
NORTH_WEST
Position specifier that describes a label placement north-west of the node.
|
static DiscreteNodeLabelPositions |
RIGHT
Position specifier that describes a label placement at the right inside the node.
|
static DiscreteNodeLabelPositions |
SANDWICH_MASK
|
static DiscreteNodeLabelPositions |
SIDES_MASK
Position mask that constrains the positions to the node's four sides.
|
static DiscreteNodeLabelPositions |
SOUTH
Position specifier that describes a label placement south of the node.
|
static DiscreteNodeLabelPositions |
SOUTH_EAST
Position specifier that describes a label placement south-east of the node.
|
static DiscreteNodeLabelPositions |
SOUTH_WEST
Position specifier that describes a label placement south-west of the node.
|
static DiscreteNodeLabelPositions |
TOP
Position specifier that describes a label placement at the top inside the node.
|
static DiscreteNodeLabelPositions |
TOP_LEFT
Position specifier that describes a label placement at the top-left inside the node.
|
static DiscreteNodeLabelPositions |
TOP_RIGHT
Position specifier that describes a label placement at the top-right inside the node.
|
static DiscreteNodeLabelPositions |
WEST
Position specifier that describes a label placement west of the node.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscreteNodeLabelPositions |
fromName(String name) |
static DiscreteNodeLabelPositions |
fromOrdinal(int value) |
protected DiscreteNodeLabelPositions |
fromOrdinalImpl(int ordinal) |
protected DiscreteNodeLabelPositions[] |
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 DiscreteNodeLabelPositions BOTTOM
or-operation.public static final DiscreteNodeLabelPositions BOTTOM_LEFT
or-operation.public static final DiscreteNodeLabelPositions BOTTOM_RIGHT
or-operation.public static final DiscreteNodeLabelPositions CENTER
or-operation.public static final DiscreteNodeLabelPositions CORNER_MASK
NORTH_EAST,
NORTH_WEST,
SOUTH_EAST,
SOUTH_WESTpublic static final DiscreteNodeLabelPositions EAST
or-operation.public static final DiscreteNodeLabelPositions EIGHT_POS_MASK
NORTH,
EAST,
SOUTH,
WEST,
NORTH_EAST,
NORTH_WEST,
SOUTH_EAST,
SOUTH_WESTpublic static final DiscreteNodeLabelPositions INTERNAL_MASK
CENTER,
TOP,
BOTTOM,
LEFT,
RIGHT,
TOP_LEFT,
TOP_RIGHT,
BOTTOM_LEFT,
BOTTOM_RIGHTpublic static final DiscreteNodeLabelPositions LEFT
or-operation.public static final DiscreteNodeLabelPositions NORTH
or-operation.public static final DiscreteNodeLabelPositions NORTH_EAST
or-operation.public static final DiscreteNodeLabelPositions NORTH_WEST
or-operation.public static final DiscreteNodeLabelPositions RIGHT
or-operation.public static final DiscreteNodeLabelPositions SANDWICH_MASK
public static final DiscreteNodeLabelPositions SIDES_MASK
public static final DiscreteNodeLabelPositions SOUTH
or-operation.public static final DiscreteNodeLabelPositions SOUTH_EAST
or-operation.public static final DiscreteNodeLabelPositions SOUTH_WEST
or-operation.public static final DiscreteNodeLabelPositions TOP
or-operation.public static final DiscreteNodeLabelPositions TOP_LEFT
or-operation.public static final DiscreteNodeLabelPositions TOP_RIGHT
or-operation.public static final DiscreteNodeLabelPositions WEST
or-operation.public static final DiscreteNodeLabelPositions fromName(String name)
public static final DiscreteNodeLabelPositions fromOrdinal(int value)
protected final DiscreteNodeLabelPositions fromOrdinalImpl(int ordinal)
fromOrdinalImpl in class FlagsEnum<DiscreteNodeLabelPositions>protected final DiscreteNodeLabelPositions[] getItems()
FlagsEnumgetItems in class FlagsEnum<DiscreteNodeLabelPositions>public int value()