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 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 AlignmentItemPorts Modifier and Type Method Description AlignmentItemPortsIWorkflowBpmnAlignAroundPortSelector. 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.AlignmentItemPortsIWorkflowBpmnAlignAtAxisPortSelector. selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, ECardinalDirection2D direction)Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting the aligned children.
-