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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Self
axis(ECartesianAxis2D axis)
Sets the axis along which to align the items.Self
crossFlowAxis()
Self
flowAxis()
-
-
-
Method Detail
-
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 theaxis
to the axis of the crossflow direction
of thelayout settings
(i.e. orthogonal to the flow direction axis).- Returns:
- This builder for chaining.
-
flowAxis
@CanIgnoreReturnValue Self flowAxis()
- Returns:
- This builder for chaining.
-
-