Package | Description |
---|---|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
protected IBridgeCreator |
PathBasedEdgeStyleRenderer.getBridgeCreator()
|
Modifier and Type | Method and Description |
---|---|
IBridgeCreator |
BridgeManager.getDefaultBridgeCreator()
Gets the default implementation of the
IBridgeCreator that will be used if BridgeManager.addBridges(IRenderContext, GeneralPath, IBridgeCreator)
is invoked with a null callback argument. |
Modifier and Type | Method and Description |
---|---|
GeneralPath |
BridgeManager.addBridges(IRenderContext context,
GeneralPath path,
IBridgeCreator callback)
Core method that will add bridges to a
GeneralPath using the IBridgeCreator callback to determine the
type of the bridges. |
void |
BridgeManager.setDefaultBridgeCreator(IBridgeCreator value)
Sets the default implementation of the
IBridgeCreator that will be used if BridgeManager.addBridges(IRenderContext, GeneralPath, IBridgeCreator)
is invoked with a null callback argument. |