documentationfor yFiles for HTML 2.6

INodeData

This interface provides layout information about the nodes of the graph during the layout.

Inheritance Hierarchy
INodeData

Remarks

INodeData is a multi-purpose node descriptor for each node of 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.

INodeData typically carries the type of the node and depending on the type an optional associated edge and associated node. Optionally, it may carry a geometric description of the borders of the node and descriptors for various aspects of the layout.

Type Details

yfiles module
layout-hierarchic
yfiles-umd modules
layout-familytree, layout-hierarchic, layout-radial, layout
Legacy UMD name
yfiles.hierarchic.INodeData

Properties

Methods