documentationfor yFiles for HTML 3.0.0.3

Properties

obstacleProviderin BendDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for IBends this instance has been created for.
obstacleProviderin EdgeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for IEdges this instance has been created for.
obstacleProviderin LabelDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for ILabels this instance has been created for.
obstacleProviderin NodeDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for INodes this instance has been created for.
obstacleProviderin PortDecoratorGets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for IPorts this instance has been created for.

Method Return Values

create (function(IRenderContext):GeneralPath)in IObstacleProvider

Method Parameters

addObstacleProvider (IObstacleProvider)in BridgeManagerAdds another IObstacleProvider to query for obstacles.
removeObstacleProvider (IObstacleProvider)in BridgeManagerRemoves a previously added IObstacleProvider from the list of registered providers.

Implementing Types

GraphObstacleProviderAn implementation of the IObstacleProvider interface that uses the edges and nodes of an IGraph as obstacles.