Visit www.yfiles.com for more information!
Home
API
Guide
Search
Ctrl
k
C
Classes
ClearAreaLayout
This layout algorithm clears a specified area by moving intersecting elements, while trying to minimize the changes in the given layout.
ClearAreaLayoutData
Specifies custom data for the
ClearAreaLayout
.
FillAreaLayout
This layout algorithm tries to fill a specified area with graph elements by moving nearby elements towards it, with the goal to make the existing layout more compact and not changing it too much.
FillAreaLayoutData
Specifies custom data for the
FillAreaLayout
.
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
.
PartialLayoutScopeData
This custom data provides two
item collections
to specify the scope of the
PartialLayout
with respect to nodes and edges, respectively.
E
Enums
ClearAreaLayoutEdgeLabelPlacement
Edge labeling policies defining how edge labels are handled by
ClearAreaLayout
.
ClearAreaStrategy
Specifies the strategies for clearing an area within a
ClearAreaLayout
.
ComponentAssignmentStrategy
Enum representing various strategies for assigning nodes to subgraph components.
FillAreaLayoutEdgeLabelPlacement
Edge labeling policies defining how edge labels are handled by
FillAreaLayout
.
PartialLayoutOrientation
Specifies the orientation of a graph layout in a
PartialLayout
,
ClearAreaLayout
, and
FillAreaLayout
.
SubgraphPlacement
Specifies the various strategies for positioning subgraphs during layout operations.