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