| Package | Description |
|---|---|
| com.yworks.yfiles.layout.seriesparallel |
Provides the series-parallel layout algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static RoutingStyle |
RoutingStyle.fromOrdinal(int ordinal) |
RoutingStyle |
SeriesParallelLayout.getRoutingStyle()
Gets the currently used routing style for edges.
|
static RoutingStyle |
RoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingStyle[] |
RoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeriesParallelLayout.setRoutingStyle(RoutingStyle value)
Sets the currently used routing style for edges.
|