| ClearAreaLayout | class name unchanged | |
| Members of class ClearAreaLayout |
| considerEdgeLabels | edgeLabelPlacement | The enum now allows you to choose between considering the edge labels and the GenericLabeling algorithm. |
| considerNodeLabels | nodeLabelPlacement | The enum now allows you to choose between considering the node labels and the GenericLabeling algorithm. |
| edgeRoutingStrategy | edgeRoutingStyle | |
| maximumDuration | stopDuration | The algorithm tries to stop within the given time, but it is
not guaranteed to do so. The property was renamed to better reflect this intent. |
| configureEdgeRouter | removed | The callback method has been removed. Use property edgeRouter
to apply a custom edge routing configuration. |
|
| ClearAreaLayoutData | ClearAreaLayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> |
| Properties in class ClearAreaLayoutData |
| abortHandler | removed | A LayoutAbortController is exposed by the LayoutExecutor; see Section Maximum Duration and Aborting of Algorithms for more details. |
| nodeHalos | nodeMargins | |
| partitionGridData | layoutGridData | |
| sourcePortCandidates | ports.sourcePortCandidates | Moved to sub-data ports. PortCandidates and PortConstraints are now combined in one concept; see migration chapter about Ports. |
| sourcePortConstraints |
| sourcePortGroupIds | ports.sourcePortGroupIds | Moved to sub-data ports. |
| targetPortCandidates | ports.targetPortCandidates | Moved to sub-data ports. PortCandidates and PortConstraints are now combined in one concept; see migration chapter about Ports. |
| targetPortConstraints |
| targetPortGroupIds | ports.targetPortGroupIds | Moved to sub-data ports. |
|
| PartialLayoutEdgeRoutingStrategy | PartialLayoutRoutingStyle | The enum that is the return type of property edgeRoutingStyle has
been renamed. |