public interface IObstacleProvider
BridgeManager
.
Typically the ILookup
implementation of styles will return an implementation of this
interface.
Modifier and Type | Method and Description |
---|---|
GeneralPath |
getObstacles(IRenderContext context)
Returns a path representing obstacles that would need bridges.
|
GeneralPath getObstacles(IRenderContext context)
For performance reasons the implementation should only return a non-null
GeneralPath
if it might be visible
in the provided Clip
.
context
- The context for which the obstacles are queried.null
if there are no obstacles for the given context.