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

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