documentationfor yFiles for HTML 2.6

ChannelBasedPathRouting

This class routes edges using their pre-calculated EdgeRouterPath information.

Inheritance Hierarchy
ChannelBasedPathRouting

Remarks

The concept of this algorithm is to bundle edge segments into so-called Channels and route each Channel individually.

This class is initialized using initialize which must have been called before the edges are routed.

After a ChannelBasedPathRouting instance is no longer in use, the Channel information and the reference to the configuration must be reset using method cleanUp.

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.ChannelBasedPathRouting

See Also

Constructors

Methods