Package | Description |
---|---|
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 |
---|---|
static BridgeCrossingStyle |
BridgeCrossingStyle.fromOrdinal(int ordinal) |
BridgeCrossingStyle |
IBridgeCreator.getCrossingStyle(IRenderContext context)
Gets the
BridgeCrossingStyle to use in the given IRenderContext . |
BridgeCrossingStyle |
BridgeManager.getDefaultBridgeCrossingStyle()
Gets the default
BridgeCrossingStyle that will be used by the default implementation of the IBridgeCreator
that is initially assigned to the DefaultBridgeCreator property. |
static BridgeCrossingStyle |
BridgeCrossingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeCrossingStyle[] |
BridgeCrossingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BridgeManager.setDefaultBridgeCrossingStyle(BridgeCrossingStyle value)
Sets the default
BridgeCrossingStyle that will be used by the default implementation of the IBridgeCreator
that is initially assigned to the DefaultBridgeCreator property. |