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 IWorkflowBpmnCardinalAlignmentSpacingSelectorIBinarySelectionGatewayFlowLabelHelper. branchesSpacingSelector(int consequentIndex)Gets the spacing selector when aligning the two branches of the gateway, i.e.IWorkflowBpmnCardinalAlignmentSpacingSelectorIBinarySelectionGatewayFlowLabelHelper. branchesSpacingSelector(Object consequentValue)Gets the spacing selector when aligning the two branches of the gateway, i.e.IWorkflowBpmnCardinalAlignmentSpacingSelectorIBinarySelectionGatewayFlowLabelHelper. gatewayBodySpacingSelector(int divergingGatewayIndex)Gets the spacing selector for aligning the gateway with thealignment itemrepresenting the body, i.e.IWorkflowBpmnCardinalAlignmentSpacingSelectorIBinarySelectionGatewayFlowLabelHelper. gatewayBodySpacingSelector(Object divergingGatewayValue)Gets the spacing selector for aligning the gateway with thealignment itemrepresenting the body, i.e.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IWorkflowBpmnCardinalAlignmentSpacingSelector Modifier and Type Method Description SelfIWorkflowBpmnLayoutSpacingSelectorOptionsBuilder. spacing(IWorkflowBpmnCardinalAlignmentSpacingSelector spacingSelector)Sets a custom selector for the spacing between consecutive aligned items.
-