Packagecom.yworks.yfiles.layout.router.polyline
Interfacepublic interface ObstaclePartition extends Partition
Implementors DynamicObstacleDecomposition

A com.yworks.yfiles.layout.router.polyline.Partition that takes a list of com.yworks.yfiles.layout.router.polyline.Obstacle s as input to subdivide an area into com.yworks.yfiles.layout.router.polyline.PartitionCell s.

Implementations have to satisfy the following condition for each pair of obstacle and partition cell: Obstacles either completely cover partition cells or do not intersect partition cells at all.

See also

com.yworks.yfiles.layout.router.polyline.Partition
com.yworks.yfiles.layout.router.polyline.Obstacle
com.yworks.yfiles.layout.router.polyline.PartitionCell