documentationfor yFiles for HTML 2.6

IIncrementalHintsFactory

This interface provides factory methods for creating incremental hints for the hierarchic layout.

Inheritance Hierarchy
IIncrementalHintsFactory

Remarks

Incremental hints can be used for specifying that a subset of nodes (called incremental nodes) should be added to an existing graph layout. A layer hint specifies that both, a node's layer and its position within the layer should be freely determined by the algorithm. A sequence hint specifies that the algorithm should consider the current layer of a node while its position within the layer should be freely determined by the algorithm. A node without any hint is called a fixed node.

Sequence hints can also be specified for edges. These incremental edges are inserted in a suitable position within the layers crossed by the edges. For fixed edges the given input route is considered to calculate the position with the layers.

Information about incremental hints is provided by a IDataProvider registered with the graph with key INCREMENTAL_HINTS_DP_KEY.

An instance of a class implementing this interface can be obtained through method createIncrementalHintsFactory.

Type Details

yfiles module
layout-hierarchic
yfiles-umd modules
layout-familytree, layout-hierarchic, layout-radial, layout
Legacy UMD name
yfiles.hierarchic.IIncrementalHintsFactory

See Also

Methods