This class can be used as a decorating stage for layout algorithms that cannot handle node groups.

Namespace: yWorks.yFiles.Layout.Grouping
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.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

See Also