documentationfor yFiles for HTML 2.6

Usages of IBridgeCreator

Properties

defaultBridgeCreatorin BridgeManagerGets or sets the default implementation of the IBridgeCreator that will be used if addBridges is invoked with a null callback argument.

Method Return Values

getBridgeCreator ()in PathBasedEdgeStyleRendererYields the IBridgeCreator to use for adding bridges to the created path.
create ()in IBridgeCreatorCreates an implementation of the interface IBridgeCreator from the given definition.

Method Parameters

BridgeManager ()in BridgeManagerInitializes a new instance of the BridgeManager class.
addBridges (IRenderContext, GeneralPath, IBridgeCreator?)in BridgeManagerCore method that will add bridges to a GeneralPath using the IBridgeCreator callback to determine the type of the bridges.