Usages of IObstacleProvider
Properties
obstacleProvider | in BendDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for IBends this instance has been created for. | |
obstacleProvider | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for IEdges this instance has been created for. | |
obstacleProvider | in LabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for ILabels this instance has been created for. | |
obstacleProvider | in NodeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IObstacleProvider type for INodes this instance has been created for. | |
obstacleProvider | in PortDecorator | Gets 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 BridgeManager | Adds another IObstacleProvider to query for obstacles. | |
removeObstacleProvider (IObstacleProvider) | in BridgeManager | Removes a previously added IObstacleProvider from the list of registered providers. |
Implementing Types
GraphObstacleProvider | An implementation of the IObstacleProvider interface that uses the edges and nodes of an IGraph as obstacles. |