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

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 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