Packagecom.yworks.yfiles.layout.tree
Interfacepublic interface Processor

A processor is the possibility for each NodePlacer to prepare (and clean up) the graph for its children. It is created within com.yworks.yfiles.layout.tree.NodePlacer.createProcessor() and called by the GenericTreeLayouter at specific positions of the life-cycle. The processor may change the values within the DataMaps for its children.

See also

com.yworks.yfiles.layout.tree.NodePlacer.createProcessor()