Utility class that serves as a basis for implementations of the INodePlacer interface.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public abstract class AbstractNodePlacer : INodePlacer, 
	ICloneable
Visual Basic
Public MustInherit Class AbstractNodePlacer _
	Implements INodePlacer, ICloneable

Remarks

Utility class that serves as a basis for implementations of the INodePlacer interface. It provides convenience methods for often used sub tasks during a layout. Subclasses need to override the two abstract methods only.

Inheritance Hierarchy

See Also