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

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

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