Packagecom.yworks.yfiles.layout.tree
Interfacepublic interface NodePlacer
Implementors AbstractNodePlacer, GroupedNodePlacer, LeafPlacer

This interface is used by com.yworks.yfiles.layout.tree.GenericTreeLayouter. Classes implementing this interface are responsible for the arrangement of a root node and all of its subtrees. Subtrees are represented as shapes with a connecting edge to the root of the subtree. Instances have to: Instances may modify the subtree shape instances of the subtrees of the current root node and use the subtree shape obtained by the DataProvider as the return value.

See also

com.yworks.yfiles.layout.tree.GenericTreeLayouter