documentationfor yFiles for HTML 2.6

IEnterIntervalCalculator

This interface provides additional intervals in order to move from one partition cell into an adjacent one.

Inheritance Hierarchy
IEnterIntervalCalculator

Remarks

To find a EdgeRouterPath for an edge, the PathSearch algorithm moves from the current partition cell to an adjacent partition cell. By default, the orthogonal interval shared by these two cells is used. Implementations of this interface may be added to the PathSearch to calculate additional enter intervals that might accumulate lower costs for entering the adjacent cell.

Type Details

yfiles module
router-polyline
yfiles-umd modules
layout-area, layout-multipage, layout-orthogonal-compact, layout, router-bus, router-polyline
Legacy UMD name
yfiles.router.IEnterIntervalCalculator

See Also

Methods