documentationfor yFiles for HTML 2.6

INodeMap

Provides access to data associated with a node.

Inheritance Hierarchy
INodeMap
Implemented Interfaces

Remarks

A node map can be considered as a map that allows only nodes as keys. Node keys of a node map must belong to the same graph.

There are data access methods defined for the most common typed values as well.

The node values are initialized with Java(TM) default values (null, 0, 0.0, false) upon initialization.

Type Details

yfiles module
algorithms
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.algorithms.INodeMap

See Also

Methods