documentationfor yFiles for HTML 2.6

RadialLayoutNodeInfo

Info object used for retrieving information about each node from the layout algorithm.

Inheritance Hierarchy
RadialLayoutNodeInfo

Remarks

The information can be retrieved by registering with the graph a IDataProvider (which should also implement the IDataAcceptor interface) using key NODE_INFO_DP_KEY. The layout algorithm will return a RadialLayoutNodeInfo object with appropriately filled fields for each YNode when the layout is calculated.

Type Details

yfiles module
layout-radial
yfiles-umd modules
layout-radial, layout-hierarchic, layout-tree, layout
Legacy UMD name
yfiles.radial.RadialLayoutNodeInfo
This info object only delivers additional data which were calculated during the layout run and has no influence on layout calculation.

Constructors

Properties