Uses of Class
de.xima.fc.common.workflow.bpmn.AlignmentItemPorts
Packages that use AlignmentItemPorts
-
Uses of AlignmentItemPorts in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return AlignmentItemPortsModifier and TypeMethodDescriptionstatic AlignmentItemPortsAlignmentItemPorts.of(Double inPort, Double outPort, ECardinalDirection2D portDirection) Creates a newAlignmentItemPortsobject with the given in port, out port and port direction. -
Uses of AlignmentItemPorts in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return AlignmentItemPortsModifier and TypeMethodDescriptionIWorkflowBpmnAlignAroundPortSelector.selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble>> positionedItems, EPrimaryIntercardinalDirection2D direction) Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting the two aligned items, when the second item is aligned in a primary intercardinal direction relative to the first item.IWorkflowBpmnAlignAtAxisPortSelector.selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble>> positionedItems, ECardinalDirection2D direction) Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting the aligned children.