Responsible for the x (sequence) and preliminary y coordinate assignments of
a drawing.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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.