This class implements the first phase of the Sugiyama algorithm.

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

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