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
Since:
8.4.0
  • 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.