Uses of Interface
de.xima.fc.common.workflow.bpmn.IWorkflowBpmnPointsAccessor
-
Packages that use IWorkflowBpmnPointsAccessor Package Description de.xima.fc.common.workflow.bpmn -
-
Uses of IWorkflowBpmnPointsAccessor in de.xima.fc.common.workflow.bpmn
Classes in de.xima.fc.common.workflow.bpmn that implement IWorkflowBpmnPointsAccessor Modifier and Type Class Description class
EAxisAlignedRectanglePointsAccessor
AIWorkflowBpmnPointsAccessor
that assumes a rectangular shape whose width and height equals the width and height of the bounding box.class
ECirclePointsAccessor
AIWorkflowBpmnPointsAccessor
that assumes a circular shape whose diameter equals the width and height of the bounding box.class
EUprightRhombusPointsAccessor
AIWorkflowBpmnPointsAccessor
that assumes a rhomboid shape (upright diamond) whose width and height equals the width and height of the bounding box.Methods in de.xima.fc.common.workflow.bpmn with parameters of type IWorkflowBpmnPointsAccessor Modifier and Type Method Description WorkflowBpmnAlignmentItemBuilder
WorkflowBpmnAlignmentItemBuilder. points(IWorkflowBpmnPointsAccessor points)
Sets the special named points of the item, seepoint
.
-