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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Self
direction(EPrimaryIntercardinalDirection2D direction)
Sets theEPrimaryIntercardinalDirection2D
for aligning the items.
-
-
-
Method Detail
-
direction
@CanIgnoreReturnValue Self direction(EPrimaryIntercardinalDirection2D direction)
Sets theEPrimaryIntercardinalDirection2D
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.
-
-