| PartialLayout | class name unchanged | |
| Members of class PartialLayout |
| 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 signal this intent better. |
| ConfigureEdgeRouter | removed | The callback method has been removed. Use property edgeRouter
to apply a custom edge routing configuration. |
| layoutSubgraph | removed | |
|
| PartialLayoutData | PartialLayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> |
| Properties in class PartialLayoutData |
| abortHandler | removed | A LayoutAbortController is exposed by the LayoutExecutor; see Section Maximum Duration and Aborting of Algorithms for more details. |
| affectedEdges | scope.edges | All settings related to the scope have been combined into the sub-data scope. |
| affectedNodes | scope.nodes | All settings related to the scope have been combined into the sub-data scope. |
| directedEdges | edgeOrientation | Besides the renaming, the type of the ItemMapping was changed. It now
assigns to each edge a value from [-1,0,1]. |
| 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 |
| targetPortCandidates | ports.targetPortCandidates | Moved to sub-data ports. PortCandidates and PortConstraints are now combined in one concept; see migration chapter about Ports. |
| targetPortConstraints |
|
| PartialLayoutEdgeRoutingStrategy | PartialLayoutRoutingStyle | The enum that is the return type of property edgeRoutingStyle has
been renamed. |