A special component layouter that handles hierarchically grouped graphs in a special way.

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 IsolatedGroupComponentLayouter : ComponentLayouter
Visual Basic
Public Class IsolatedGroupComponentLayouter _
	Inherits ComponentLayouter

Remarks

A special component layouter that handles hierarchically grouped graphs in a special way. Unlike ComponentLayouter this layout stage allows isolated subgraphs within a group to be laid out as a separate component.

The orthogonal group layouter OrthogonalGroupLayouter uses this layout stage as component layouter.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout..::..ComponentLayouter
      yWorks.yFiles.Layout.Grouping..::..IsolatedGroupComponentLayouter

See Also