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
Modifier and TypeMethodDescriptionaxis(ECartesianAxis2D axis) Sets the axis along which to align the items.Sets theaxisto the axis of the crossflow directionof thelayout settings(i.e. orthogonal to the flow direction axis).flowAxis()
-
Method Details
-
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
Sets theaxisto the axis of the crossflow directionof thelayout settings(i.e. orthogonal to the flow direction axis).- Returns:
- This builder for chaining.
-
flowAxis
- Returns:
- This builder for chaining.
-