documentationfor yFiles for HTML 3.0.0.2

ISubtreePlacerProcessor

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

Inheritance Hierarchy
ISubtreePlacerProcessor

Remarks

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

A ISubtreePlacerProcessor may change values within the IMapper<K,V>s for its children. It can also temporarily change the graph by hiding nodes or adding new helper nodes.

Type Details

yFiles module
algorithms

Methods