Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
static InterEdgeRoutingStyle |
InterEdgeRoutingStyle.fromOrdinal(int ordinal) |
InterEdgeRoutingStyle |
FixGroupLayoutStage.getInterEdgeRoutingStyle()
Gets the inter-edge routing style used by this layout stage.
|
static InterEdgeRoutingStyle |
InterEdgeRoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterEdgeRoutingStyle[] |
InterEdgeRoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FixGroupLayoutStage.setInterEdgeRoutingStyle(InterEdgeRoutingStyle value)
Sets the inter-edge routing style used by this layout stage.
|