Interface IWorkflowBpmnLayoutAxisDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutAxisDirectionOptionsBuilder<Self>>

    • Method Detail

      • crossFlowPolarity

        @CanIgnoreReturnValue
        Self crossFlowPolarity()
        Sets the polarity to the cross flow direction of the layout settings. The cross flow direction is orthogonal to the flow direction, and pointing to the left when looking in the flow direction.
        Returns:
        This builder for chaining method calls.
      • flowPolarity

        @CanIgnoreReturnValue
        Self flowPolarity()
        Sets the polarity to the flow direction of the layout settings. The flow direction is the main direction in which the items are laid out in the BPMN diagram.
        Returns:
        This builder for chaining method calls.
      • polarity

        @CanIgnoreReturnValue
        Self polarity​(EAxisPolarity polarity)
        Sets the axis polarity in which the items are aligned. They are always in the flow direction, but you can choose whether to align them in the positive or negative polarity of the flow. For example, if the flow is left-to-right, POSITIVE align the items left-to-right, while NEGATIVE aligns them right-to-left.
        Parameters:
        polarity - The polarity in which to align the items.
        Returns:
        This builder for chaining method calls.