Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnCardinalAlignmentSpacingSelector
Packages that use IWorkflowBpmnCardinalAlignmentSpacingSelector
-
Uses of IWorkflowBpmnCardinalAlignmentSpacingSelector in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnCardinalAlignmentSpacingSelectorModifier and TypeMethodDescriptionIBinarySelectionGatewayFlowLabelHelper.branchesSpacingSelector(int consequentIndex) Gets the spacing selector when aligning the two branches of the gateway, i.e. the twoalignment itemsrepresent the consequent and alternate parts.IBinarySelectionGatewayFlowLabelHelper.branchesSpacingSelector(Object consequentValue) Gets the spacing selector when aligning the two branches of the gateway, i.e. the twoalignment itemsrepresent the consequent and alternate parts.IBinarySelectionGatewayFlowLabelHelper.gatewayBodySpacingSelector(int divergingGatewayIndex) Gets the spacing selector for aligning the gateway with thealignment itemrepresenting the body, i.e. the consequent branch aligned with the alternate branch.IBinarySelectionGatewayFlowLabelHelper.gatewayBodySpacingSelector(Object divergingGatewayValue) Gets the spacing selector for aligning the gateway with thealignment itemrepresenting the body, i.e. the consequent branch aligned with the alternate branch.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IWorkflowBpmnCardinalAlignmentSpacingSelectorModifier and TypeMethodDescriptionIWorkflowBpmnLayoutSpacingSelectorOptionsBuilder.spacing(IWorkflowBpmnCardinalAlignmentSpacingSelector spacingSelector) Sets a custom selector for the spacing between consecutive aligned items.