Interface IWorkflowBpmnFlowEdgeNameConfigurator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Configurator for the label alignment on a flow line, used by
IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem, IWorkflowBpmnFlowEdgeNameConfigurator)- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(IWorkflowBpmnLayoutAlignOnFlowSideConfigurator<?> alignOnFlowSideBuilder, List<Point2DDouble> waypoints) Configures the builder for the label alignment on the flow line.
-
Method Details
-
configure
void configure(IWorkflowBpmnLayoutAlignOnFlowSideConfigurator<?> alignOnFlowSideBuilder, List<Point2DDouble> waypoints) Configures the builder for the label alignment on the flow line.- Parameters:
alignOnFlowSideBuilder- The builder for the label alignment.waypoints- The waypoints of the flow edge.
-