documentationfor yFiles for HTML 2.6

GraphPartition

A GraphPartition partitions the bounding box of a graph into rectangles using the graph elements as Obstacles.

Inheritance Hierarchy
GraphPartition
Implemented Interfaces

Remarks

All Obstacles used during the partitioning are created by IGraphPartitionExtensions. IGraphPartitionExtensions have been registered before using method preparePartition which is called during the initialization of a GraphPartition.

The core partitioning is delegated to an IObstaclePartition that is initialized with these Obstacles.

If the IObstaclePartition is of type IDynamicDecomposition, GraphPartition re-dispatches the decomposition notifications to its extensions.

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

See Also

Constructors

Properties

Methods