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.
@FunctionalInterface public interface IWorkflowBpmnFlowEdgeNameConfigurator
Configurator for the label alignment on a flow line, used byIWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem, IWorkflowBpmnFlowEdgeNameConfigurator)
- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(IWorkflowBpmnLayoutAlignOnFlowSideConfigurator<?> alignOnFlowSideBuilder, List<Point2DDouble> waypoints)
Configures the builder for the label alignment on the flow line.
-
-
-
Method Detail
-
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.
-
-