Interface IWorkflowBpmnLayoutPortDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutPortDirectionOptionsBuilder<Self>>
-
- Type Parameters:
Self
- The type of the builder itself.
- All Known Subinterfaces:
IWorkflowBpmnLayoutDataObjectBuilder
,IWorkflowBpmnLayoutDataStoreBuilder
,IWorkflowBpmnLayoutEventBuilder
,IWorkflowBpmnLayoutGatewayBuilder
,IWorkflowBpmnLayoutSubProcessBuilder
,IWorkflowBpmnLayoutTaskBuilder
public interface IWorkflowBpmnLayoutPortDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutPortDirectionOptionsBuilder<Self>>
Builder for layouts that allow setting the port direction of the final alignment item.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Self
portDirection(ECardinalDirection2D portDirection)
Sets the in / out port position.Self
portDirection(ECartesianAxis2D portAxis, EAxisPolarity axisDirection)
Sets the in / out port position.
-
-
-
Method Detail
-
portDirection
Self portDirection(ECardinalDirection2D portDirection)
Sets the in / out port position. The direction points to the out port.- Parameters:
portDirection
- The direction of the out port.- Returns:
- This builder for chaining method calls.
-
portDirection
Self portDirection(ECartesianAxis2D portAxis, EAxisPolarity axisDirection)
Sets the in / out port position. The direction points to the out port.- Parameters:
portAxis
- The axis of the out port.axisDirection
- The direction of the out port.- Returns:
- This builder for chaining method calls.
-
-