Versatile default implementation of INodePlacer used by GenericTreeLayouter .

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

Syntax

C#
public class DefaultNodePlacer : AbstractNodePlacer, 
	INodePlacer, ICloneable
Visual Basic
Public Class DefaultNodePlacer _
	Inherits AbstractNodePlacer _
	Implements INodePlacer, ICloneable

Remarks

Versatile default implementation of INodePlacer used by GenericTreeLayouter . This implementation provides a couple of related styles for laying out subtrees in a tree layout. The styles can be customized easily using a wealth of different options. This implementation is capable of dealing with PortConstraints correctly.

Inheritance Hierarchy

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

See Also