EENum VertexAnchors
Defines Label anchors. Where the Label is attached to the Vertex. By default puts the center of the label at the specified anchor. See docu of Label.anchor for details.
(Name VertexAnchors is legacy, it is only relevant for Label.)
- ePackage:
- used by:
FloatingLabel, Label, NestedLabel, StaticSubVertex, SubVertex, SubVertexA
The EENum provides the following literals:
CENTER = 0
Anchors the center of the Label in the center of the parent Vertex.
NORTH = 1
Anchors the center of the Label at the top edge center of the parent Vertex.
EAST = 2
Anchors the center of the Label at the right edge center of the parent Vertex.
SOUTH = 3
Anchors the center of the Label at the bottom edge center of the parent Vertex.
WEST = 4
Anchors the center of the Label at the left edge center of the parent Vertex.
NORTHEAST = 5
Anchors the center of the Label at the top right corner of the parent Vertex.
NORTHWEST = 6
Anchors the center of the Label at the top left corner of the parent Vertex.
SOUTHEAST = 7
Anchors the center of the Label at the bottom right corner of the parent Vertex.
SOUTHWEST = 8
Anchors the center of the Label at the bottom left corner of the parent Vertex.