This class is used by GenericTreeLayouter and implements a sophisticated INodePlacer .

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

Syntax

C#
public class ARNodePlacer : AbstractNodePlacer
Visual Basic
Public Class ARNodePlacer _
	Inherits AbstractNodePlacer

Remarks

This class is used by GenericTreeLayouter and implements a sophisticated INodePlacer . Subtrees are placed so that the overall subtree layout's aspect ratio will be close to a given aspect ratio.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..AbstractNodePlacer
    yWorks.yFiles.Layout.Tree..::..ARNodePlacer

See Also