This class can be used as a decorating stage for layout algorithms that
cannot handle node groups.
Namespace: yWorks.yFiles.Layout.GroupingAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class ParentEdgeAugmentationStage : AbstractLayoutStage |
| Visual Basic |
|---|
Public Class ParentEdgeAugmentationStage _ Inherits AbstractLayoutStage |
Remarks
This class can be used as a decorating stage for layout algorithms that
cannot handle node groups. Before calling the core layout algorithms, this
class will augment the graph structure. For each node that belongs to a group,
a so-called "parent-edge" will be temporarily inserted into the graph.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout.Grouping..::..ParentEdgeAugmentationStage
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout.Grouping..::..ParentEdgeAugmentationStage