Uses of Class
de.xima.fc.common.workflow.bpmn.AlignmentItemPorts
-
Packages that use AlignmentItemPorts Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of AlignmentItemPorts in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return AlignmentItemPorts Modifier and Type Method Description static AlignmentItemPorts
AlignmentItemPorts. of(Double inPort, Double outPort, ECardinalDirection2D portDirection)
Creates a newAlignmentItemPorts
object 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 AlignmentItemPorts Modifier and Type Method Description AlignmentItemPorts
IWorkflowBpmnAlignAroundPortSelector. selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, EPrimaryIntercardinalDirection2D direction)
Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItem
representing the two aligned items, when the second item is aligned in a primary intercardinal direction relative to the first item.AlignmentItemPorts
IWorkflowBpmnAlignAtAxisPortSelector. selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, ECardinalDirection2D direction)
Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItem
representing the aligned children.
-