documentationfor yFiles for HTML 2.6

IProcessor

A IProcessor provides the possibility for each ITreeLayoutNodePlacer to prepare (and clean up) the graph for the children of the local root.

Inheritance Hierarchy
IProcessor

Remarks

It is created by createProcessor and called by the TreeLayout before and after the actual arrangement of the nodes.

A IProcessor may change values within the IDataMaps for its children. It can also temporarily change the graph by hiding nodes or adding dummy nodes.

Type Details

yfiles module
layout-tree
yfiles-umd modules
layout-orthogonal-compact, layout-orthogonal, layout-tree, layout
Legacy UMD name
yfiles.tree.IProcessor

Methods