Interface IWorkflowBpmnLayoutPrimaryIntercardinalDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutPrimaryIntercardinalDirectionOptionsBuilder<Self>>

Type Parameters:
Self - The type of the builder itself.
All Known Subinterfaces:
IWorkflowBpmnLayoutAlignAroundBuilder

public interface IWorkflowBpmnLayoutPrimaryIntercardinalDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutPrimaryIntercardinalDirectionOptionsBuilder<Self>>
Builder for layouts that allow setting a primary intercardinal direction for aligning the items.
Since:
8.4.0
  • Method Details

    • direction

      @CanIgnoreReturnValue Self direction(EPrimaryIntercardinalDirection2D direction)
      Sets the EPrimaryIntercardinalDirection2D for aligning the items. The (i+1)-th item is placed in this direction relative to the i-th item. Defaults to a direction that is suitable for the current flow direction.
      Returns:
      This builder for chaining.