Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnCardinalAlignmentSpacingSelector
-
Packages that use IWorkflowBpmnCardinalAlignmentSpacingSelector Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnCardinalAlignmentSpacingSelector in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnCardinalAlignmentSpacingSelector Modifier and Type Method Description IWorkflowBpmnCardinalAlignmentSpacingSelector
IBinarySelectionGatewayFlowLabelHelper. branchesSpacingSelector(int consequentIndex)
Gets the spacing selector when aligning the two branches of the gateway, i.e.IWorkflowBpmnCardinalAlignmentSpacingSelector
IBinarySelectionGatewayFlowLabelHelper. branchesSpacingSelector(Object consequentValue)
Gets the spacing selector when aligning the two branches of the gateway, i.e.IWorkflowBpmnCardinalAlignmentSpacingSelector
IBinarySelectionGatewayFlowLabelHelper. gatewayBodySpacingSelector(int divergingGatewayIndex)
Gets the spacing selector for aligning the gateway with thealignment item
representing the body, i.e.IWorkflowBpmnCardinalAlignmentSpacingSelector
IBinarySelectionGatewayFlowLabelHelper. gatewayBodySpacingSelector(Object divergingGatewayValue)
Gets the spacing selector for aligning the gateway with thealignment item
representing the body, i.e.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IWorkflowBpmnCardinalAlignmentSpacingSelector Modifier and Type Method Description Self
IWorkflowBpmnLayoutSpacingSelectorOptionsBuilder. spacing(IWorkflowBpmnCardinalAlignmentSpacingSelector spacingSelector)
Sets a custom selector for the spacing between consecutive aligned items.
-