Interface IWorkflowBpmnLayoutPortDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutPortDirectionOptionsBuilder<Self>>

    • 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.