documentationfor yFiles for HTML 2.6

Method Parameters

addDynamicDecompositionListener (IDecompositionListener)in DynamicObstacleDecompositionAdds the given dynamic decomposition listener to receive PartitionCell subdivision and creation events from this decomposition.
removeDynamicDecompositionListener (IDecompositionListener)in DynamicObstacleDecompositionRemoves the given dynamic decomposition listener such that it no longer receives PartitionCell subdivision and creation events from this decomposition.
addDynamicDecompositionListener (IDecompositionListener)in GraphPartitionAdds the given listener to the GraphPartition.
removeDynamicDecompositionListener (IDecompositionListener)in GraphPartitionRemoves the given listener from the GraphPartition.
addDynamicDecompositionListener (IDecompositionListener)in IDynamicDecompositionAdds the given IDecompositionListener that will be notified of dynamic decomposition events to the IPartition.
removeDynamicDecompositionListener (IDecompositionListener)in IDynamicDecompositionRemoves the given IDecompositionListener from the IPartition.

Implementing Types

GraphPartitionA GraphPartition partitions the bounding box of a graph into rectangles using the graph elements as Obstacles.
IGraphPartitionExtensionThis interface provides methods for extending the functionality of a GraphPartition.