documentationfor yFiles for HTML 2.6

IGraphPartitionExtension

This interface provides methods for extending the functionality of a GraphPartition.

Inheritance Hierarchy
IGraphPartitionExtension
Implemented Interfaces

Remarks

A IGraphPartitionExtension can be used for creating new Obstacles that will be given to the initializer of the IObstaclePartition where they can react to the IObstaclePartition's decomposition events if it implements the IDynamicDecomposition interface.

A IGraphPartitionExtension has to be added to the GraphPartition which will call method preparePartition before the IObstaclePartition is initialized.

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

Methods