Multi-purpose node descriptor for each node in the graph during the
hierarchic layout used internally by the algorithm implementations.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface INodeData |
| Visual Basic |
|---|
Public Interface INodeData |
Remarks
Multi-purpose node descriptor for each node in the graph during the
hierarchic layout used internally by the algorithm implementations.
Instances of this interface can be obtained during the layout from instances
of the
ILayoutDataProvider
interface.
NodeData typically carries a node's type and depending on the type an
optional
associated Edge
and
associated Node
. Optionally they may carry
a geometric description of the Node's borders and descriptors for various
aspects of the layout.