Interface IWorkflowBpmnLayoutDataStoreBuilder

All Superinterfaces:
IWorkflowBpmnLayoutAnnotatedElementBuilder<IWorkflowBpmnLayoutDataStoreBuilder>, IWorkflowBpmnLayoutNamedBuilder<IWorkflowBpmnLayoutDataStoreBuilder>, IWorkflowBpmnLayoutNamedOutsideBuilder<IWorkflowBpmnLayoutDataStoreBuilder>, IWorkflowBpmnLayoutPortDirectionOptionsBuilder<IWorkflowBpmnLayoutDataStoreBuilder>

  • Method Details

    • build

      IAnnotatedNamedBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.data.DataStoreReference> build(de.xima.bpmn_model.api.element.bpmn.data.DataStoreReference event)
      Creates the layout for the given data store, using the current layout settings.
      Parameters:
      event - The data store to create the layout for.
      Returns:
      The layout for the data store.
    • height

      IWorkflowBpmnLayoutDataStoreBuilder height(double height)
      The height of the data store rectangle. Defaults to the layout settings' default data store height.
      Parameters:
      height - The height of the data store rectangle.
      Returns:
      This builder for chaining method calls.
    • width

      The width of the data store rectangle. Defaults to the layout settings' default data store width.
      Parameters:
      width - The width of the data store rectangle.
      Returns:
      This builder for chaining method calls.