This class uses a customizable shuffle layout algorithm to recursively remove node overlaps from grouped graph structures.

Namespace: yWorks.yFiles.Layout.Organic
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class GroupedShuffleLayouter : AbstractLayoutStage
Visual Basic
Public Class GroupedShuffleLayouter _
	Inherits AbstractLayoutStage

Remarks

This class uses a customizable shuffle layout algorithm to recursively remove node overlaps from grouped graph structures. This class can be used as a LayoutStage in which case it will perform its work after the core layouter instance has performed its work.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Organic..::..GroupedShuffleLayouter

See Also