documentationfor yFiles for HTML 2.6

IFromSketchNodePlacer

A IFromSketchNodePlacer arranges the subtrees while taking the initial locations of the nodes into account.

Remarks

It provides a IComparer<T> which sorts the outgoing edges of a node according to the initial coordinates of their target nodes. Keeping the original order of nodes, this IComparer<T> allows to incrementally add new nodes to the graph.

Type Details

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

Methods