Responsible for the x (sequence) and preliminary y coordinate assignments of a drawing.

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

Syntax

C#
public interface INodePlacer
Visual Basic
Public Interface INodePlacer

Remarks

Responsible for the x (sequence) and preliminary y coordinate assignments of a drawing. Implementations of this interface are used during the last phases of the algorithm of the HierarchicLayouter . They determine preliminary y coordinates (which may be adjusted during the final edge routing) and the x coordinates of all the elements that are part of the graph during the node placement phase.

See Also