This class implements the third phase of the hierarchic layout algorithm for trees.

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 TreeDrawer : AbstractDrawer
Visual Basic
Public Class TreeDrawer _
	Inherits AbstractDrawer

Remarks

This class implements the third phase of the hierarchic layout algorithm for trees. If the input graph is not a tree, an alternative drawer is invoked.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic..::..AbstractDrawer
    yWorks.yFiles.Layout.Hierarchic..::..TreeDrawer

See Also