Interface IWorkflowBpmnLayoutDataStoreBuilder

    • Method Detail

      • 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

        IWorkflowBpmnLayoutDataStoreBuilder width​(double 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.