Interface IBpmnCompatibilitySettings
-
public interface IBpmnCompatibilitySettings
Interface 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 boolean
alwaysCenterPorts()
Whether to always place in and out ports at the center of aBPMN shape's
side.
-
-
-
Method Detail
-
alwaysCenterPorts
boolean alwaysCenterPorts()
Whether to always place in and out ports at the center of aBPMN shape's
side. Defaults to false. Some BPMN tools only allowBPMN edges
to 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.
-
-