Interface IWorkflowBpmnLayoutCartesianAxisOptionsBuilder<Self extends IWorkflowBpmnLayoutCartesianAxisOptionsBuilder<Self>>

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

public interface IWorkflowBpmnLayoutCartesianAxisOptionsBuilder<Self extends IWorkflowBpmnLayoutCartesianAxisOptionsBuilder<Self>>
Builder for layouts that allow setting the axis in which to align the items.
Since:
8.4.0
  • Method Details

    • axis

      @CanIgnoreReturnValue Self axis(ECartesianAxis2D axis)
      Sets the axis along which to align the items.
      Parameters:
      axis - The axis along which to align the items.
      Returns:
      This builder for chaining.
    • crossFlowAxis

      @CanIgnoreReturnValue Self crossFlowAxis()
      Sets the axis to the axis of the cross flow direction of the layout settings (i.e. orthogonal to the flow direction axis).
      Returns:
      This builder for chaining.
    • flowAxis

      @CanIgnoreReturnValue Self flowAxis()
      Sets the axis to the axis of the flow direction of the layout settings.
      Returns:
      This builder for chaining.