Class NamedBpmnElementPoints
java.lang.Object
de.xima.fc.common.workflow.bpmn.NamedBpmnElementPoints
Special points on BPMN elements with a name. These points are used for alignment and layout purposes. See
IWorkflowBpmnAlignmentItem.point(String name).- Since:
- 8.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGeneric key for an alignment item'spointsreferring to the eastern center point of the element.static final StringThe key for an alignment item'spointsreferring to the in port of the element.static final StringGeneric key for an alignment item'spointsreferring to the northern center point of the element.static final StringGeneric key for an alignment item'spointsreferring to the northeastern center point of the element.static final StringGeneric key for an alignment item'spointsreferring to the northwestern center point of the element.static final StringThe key for an alignment item'spointsreferring to the out port of the element.static final StringGeneric key for an alignment item'spointsreferring to the southern center point of the element.static final StringGeneric key for an alignment item'spointsreferring to the southeastern center point of the element.static final StringGeneric key for an alignment item'spointsreferring to the southwestern center point of the element.static final StringGeneric key for an alignment item'spointsreferring to the western center point of the element. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdirectedNamedPoint(ECardinalDirection2D direction) Gets the name of the point that lies at the shape's boundary in the given direction.static StringGets the name of the point that lies at the shape's boundary in the given direction.
-
Field Details
-
EAST
-
IN_PORT
-
NORTH
-
NORTH_EAST
-
NORTH_WEST
-
OUT_PORT
-
SOUTH
-
SOUTH_EAST
-
SOUTH_WEST
-
WEST
-
-
Method Details
-
directedNamedPoint
Gets the name of the point that lies at the shape's boundary in the given direction.- Parameters:
direction- The direction.- Returns:
- The name of the point in the given direction.
-
directedNamedPoint
Gets the name of the point that lies at the shape's boundary in the given direction.- Parameters:
direction- The direction.- Returns:
- The name of the point in the given direction.
-