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 BridgeCrossingPolicy |
BridgeCrossingPolicy.fromOrdinal(int ordinal) |
BridgeCrossingPolicy |
BridgeManager.getBridgeCrossingPolicy()
Gets the
BridgeCrossingPolicy mode that is used by this instance. |
static BridgeCrossingPolicy |
BridgeCrossingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeCrossingPolicy[] |
BridgeCrossingPolicy.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.setBridgeCrossingPolicy(BridgeCrossingPolicy value)
Sets the
BridgeCrossingPolicy mode that is used by this instance. |