Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnFlowEdgeNameConfigurator
-
Packages that use IWorkflowBpmnFlowEdgeNameConfigurator Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnFlowEdgeNameConfigurator in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnFlowEdgeNameConfigurator Modifier and Type Method Description IWorkflowBpmnFlowEdgeNameConfiguratorIBinarySelectionGatewayFlowLabelHelper. alternateConfigurator()The configurator for aligning the alternate text label, for use when you perform the alignment withlayouter.alignOnFlowSideIWorkflowBpmnFlowEdgeNameConfiguratorIBinarySelectionGatewayFlowLabelHelper. consequentConfigurator()The configurator for aligning the consequent text label, for use when you perform the alignment withlayouter.alignOnFlowSide.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IWorkflowBpmnFlowEdgeNameConfigurator Modifier and Type Method Description IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name, IWorkflowBpmnFlowEdgeNameConfigurator configurator)Sets the name (label) of the sequence flow.
-