Interface IStructuredBpmnModelPartBuilder<Self extends IStructuredBpmnModelPartBuilder<Self>>

    • Method Detail

      • boundingBox

        @CanIgnoreReturnValue
        Self boundingBox​(double width,
                         double height)
        Sets the bounding box of this part, see IStructuredBpmnModelPart.boundingBox().
        Parameters:
        width - The width of the bounding box.
        height - The height of the bounding box.
        Returns:
        This builder, for chaining.
      • id

        String id()
        The unique ID of the model part being created (unique with the scope of a BPMN diagram).
        Returns:
        The ID of the model part.