Interface IWorkflowBpmnLayoutEventBuilder
- All Superinterfaces:
IWorkflowBpmnLayoutAnnotatedElementBuilder<IWorkflowBpmnLayoutEventBuilder>, IWorkflowBpmnLayoutNamedBuilder<IWorkflowBpmnLayoutEventBuilder>, IWorkflowBpmnLayoutNamedOutsideBuilder<IWorkflowBpmnLayoutEventBuilder>, IWorkflowBpmnLayoutPortDirectionOptionsBuilder<IWorkflowBpmnLayoutEventBuilder>
public interface IWorkflowBpmnLayoutEventBuilder
extends IWorkflowBpmnLayoutPortDirectionOptionsBuilder<IWorkflowBpmnLayoutEventBuilder>, IWorkflowBpmnLayoutNamedOutsideBuilder<IWorkflowBpmnLayoutEventBuilder>, IWorkflowBpmnLayoutAnnotatedElementBuilder<IWorkflowBpmnLayoutEventBuilder>
Builder for the layout of a BPMN
Event.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescription<E extends de.xima.bpmn_model.api.element.bpmn.events.Event<?>>
IAnnotatedNamedBpmnElementLayout<E> build(E event) Creates the layout for the given event, using the current layout settings.diameter(double radius) The radius of the event circle.Methods inherited from interface IWorkflowBpmnLayoutAnnotatedElementBuilder
annotation, annotation, annotationDirection, annotationDirection, annotationDirection, annotationSpacing, annotationTextLayoutSettingsMethods inherited from interface IWorkflowBpmnLayoutNamedBuilder
name, name, nameTextLayoutSettingsMethods inherited from interface IWorkflowBpmnLayoutNamedOutsideBuilder
nameDirection, nameDirection, nameDirection, nameSpacingMethods inherited from interface IWorkflowBpmnLayoutPortDirectionOptionsBuilder
portDirection, portDirection
-
Method Details
-
build
<E extends de.xima.bpmn_model.api.element.bpmn.events.Event<?>> IAnnotatedNamedBpmnElementLayout<E> build(E event) Creates the layout for the given event, using the current layout settings.- Type Parameters:
E- The type of the event.- Parameters:
event- The event to create the layout for.- Returns:
- The layout for the event.
-
diameter
The radius of the event circle. Defaults to the layout settings' default event diameter, depending on the type of event.- Parameters:
radius- The radius of the event circle.- Returns:
- This builder for chaining method calls.
-