Implementations of this interface can provide a path that is used to determine bridges by BridgeManager.
Inheritance Hierarchy
IObstacleProvider
Remarks
Typically the ILookup implementation of styles will return an implementation of this interface.
Type Details
- yFiles module
- view
Methods
Returns a path representing obstacles that would need bridges.
Remarks
For performance reasons, the implementation should only return a non-
null
GeneralPath if it might be visible in the provided clip.Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IRenderContext
- The context for which the obstacles are queried.
Returns
- ↪GeneralPath?
- A path that describes the obstacles or
null
if there are no obstacles for the given context.