Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutAlignOnFlowSideConfigurator
-
Packages that use IWorkflowBpmnLayoutAlignOnFlowSideConfigurator Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnLayoutAlignOnFlowSideConfigurator in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type IWorkflowBpmnLayoutAlignOnFlowSideConfigurator Modifier and Type Interface Description interface
IWorkflowBpmnLayoutAlignOnFlowSideConfigurator<Self extends IWorkflowBpmnLayoutAlignOnFlowSideConfigurator<Self>>
Options for aligning an item on the left or right side of (theedge
of) asequence flow
ormessage flow
.Subinterfaces of IWorkflowBpmnLayoutAlignOnFlowSideConfigurator in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
IWorkflowBpmnLayoutAlignOnFlowSideBuilder
Builder for aligning an item (such as alabel
) on the left or right side of (theedge
of) asequence flow
ormessage flow
.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IWorkflowBpmnLayoutAlignOnFlowSideConfigurator Modifier and Type Method Description void
IWorkflowBpmnFlowEdgeNameConfigurator. configure(IWorkflowBpmnLayoutAlignOnFlowSideConfigurator<?> alignOnFlowSideBuilder, List<Point2DDouble> waypoints)
Configures the builder for the label alignment on the flow line.
-