Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IBinarySelectionGatewayFlowLabelHelperBuilder
Packages that use IBinarySelectionGatewayFlowLabelHelperBuilder
-
Uses of IBinarySelectionGatewayFlowLabelHelperBuilder in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IBinarySelectionGatewayFlowLabelHelperBuilderModifier and TypeMethodDescriptionIWorkflowBpmnLayouter.alignBinarySelectionGatewayFlowLabel()Gets a builder for a flow label helper for binary selectiongateways, i.e. gateways with two branches, usually an if and an else branch.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateAfterPadding(double alternateAfterPadding) The padding after the alternate label, in the alternate direction.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateBetweenPadding(double alternateBetweenPadding) The padding between the two labels, in the alternate direction.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateDirection(ECardinalDirection2D alternateDirection) The direction where the outgoing sequence flow that connects to the alternate branch leaves the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateHasDefaultMarker(boolean alternateHasDefaultMarker) Whether the alternate branch has adefaultmarker.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateOffset(double alternateOffset) The offset for the text on the sequence flow leading to the alternate branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateSpacing(double alternateSpacing) The spacing for the text on the sequence flow leading to the alternate branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateText(String alternateText) The text to be displayed on the sequence flow leading to the alternate branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.alternateTextLayoutSettings(WorkflowBpmnTextLayoutSettings alternateTextLayoutSettings) The text layout settings to be used for the text on the sequence flow leading to the alternate branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentAfterPadding(double consequentAfterPadding) The padding after the consequent label, in the consequent direction.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentDirection(ECardinalDirection2D consequentDirection) The direction where the outgoing sequence flow that connects to the consequent branch leaves the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentHasDefaultMarker(boolean consequentHasDefaultMarker) Whether the consequent branch has adefaultmarker.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentOffset(double consequentOffset) The offset for the text on the sequence flow leading to the consequent branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentSpacing(double consequentSpacing) The spacing for the text on the sequence flow leading to the consequent branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentText(String consequentText) The text to be displayed on the sequence flow leading to the consequent branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.consequentTextLayoutSettings(WorkflowBpmnTextLayoutSettings consequentTextLayoutSettings) The text layout settings to be used for the text on the sequence flow leading to the consequent branch of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.minBranchesSpacing(double minBranchesSpacing) The minimum spacing between the two branches of the diverging gateway.IBinarySelectionGatewayFlowLabelHelperBuilder.minGatewayBodySpacing(double minGatewayBodySpacing) The minimum spacing between the diverging gateway and the body.IBinarySelectionGatewayFlowLabelHelperBuilder.textLayoutSettings(WorkflowBpmnTextLayoutSettings textLayoutSettings) Convenience method to set both theconsequentTextLayoutSettingsand thealternateTextLayoutSettingsto the same value.