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 BridgeOrientationStyle |
BridgeOrientationStyle.fromOrdinal(int ordinal) |
BridgeOrientationStyle |
BridgeManager.getDefaultBridgeOrientationStyle()
Gets the default
BridgeOrientationStyle for bridges that will be used by the default implementation of the IBridgeCreator
that is initially assigned to the DefaultBridgeCreator property. |
BridgeOrientationStyle |
IBridgeCreator.getOrientationStyle(IRenderContext context)
Gets the
BridgeOrientationStyle to use in the given IRenderContext . |
static BridgeOrientationStyle |
BridgeOrientationStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeOrientationStyle[] |
BridgeOrientationStyle.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.setDefaultBridgeOrientationStyle(BridgeOrientationStyle value)
Sets the default
BridgeOrientationStyle for bridges that will be used by the default implementation of the IBridgeCreator
that is initially assigned to the DefaultBridgeCreator property. |