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
Modifier and TypeMethodDescriptionportDirection(ECardinalDirection2D portDirection) Sets the in / out port position.portDirection(ECartesianAxis2D portAxis, EAxisPolarity axisDirection) Sets the in / out port position.
-
Method Details
-
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
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.
-