This class implements the first phase of the Sugiyama algorithm.

Namespace: yWorks.yFiles.Layout.Hierarchic
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class TopologicalLayerer : ILayerer, 
	ILayerer
Visual Basic
Public Class TopologicalLayerer _
	Implements ILayerer, ILayerer

Remarks

This class implements the first phase of the Sugiyama algorithm. It uses topological sorting to assign layers to the nodes.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic..::..TopologicalLayerer

See Also