Interface IBpmnCompatibilitySettings
-
public interface IBpmnCompatibilitySettingsInterface for compatibility-related settings with various BPMN tools, used when creating a BPMN diagram.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanalwaysCenterPorts()Whether to always place in and out ports at the center of aBPMN shape'sside.
-
-
-
Method Detail
-
alwaysCenterPorts
boolean alwaysCenterPorts()
Whether to always place in and out ports at the center of aBPMN shape'sside. Defaults to false. Some BPMN tools only allowBPMN edgesto connect to specific points on the shape. This setting may improve compatibility with such tools.- Returns:
- Whether to always center ports on the shape's side.
-
-