documentationfor yFiles for HTML 2.6

NodePlacerBase

Abstract base class for implementations of the ITreeLayoutNodePlacer interface.

Remarks

This class provides convenience methods for sub-tasks that are often used during the arrangement of a local root and its children. It also offers prepared implementations for the methods of the ITreeLayoutNodePlacer interface.

Subclasses just need to override the following two abstract methods: placeSubtreeOfNode and determineChildConnectors.

Type Details

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

Constructors

Methods

Fields