PartialLayout
that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram.See: Description
Class | Description |
---|---|
PartialLayout |
This class represents a partial layout algorithm which changes the coordinates for a given set of graph elements (called
partial elements) only.
|
PartialLayoutData |
Specifies custom data for the
PartialLayout . |
Enum | Description |
---|---|
ComponentAssignmentStrategy | |
EdgeRoutingStrategy | |
LayoutOrientation | |
SubgraphPlacement |
Provides class PartialLayout
that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram.
More precisely, the algorithm changes the coordinates for a given set of graph elements (called partial elements) while preserving the location and size of the remaining elements (called fixed elements). Hence, it is suitable for applications where users may incrementally add new elements to an existing drawing.
See the yFiles Developer's Guide section on Partial Layout.