Package | Description |
---|---|
com.yworks.yfiles.layout.radial |
Provides the radial layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
static EdgeRoutingStrategy |
EdgeRoutingStrategy.fromOrdinal(int ordinal) |
EdgeRoutingStrategy |
RadialLayout.getEdgeRoutingStrategy()
Gets the edge routing strategy.
|
static EdgeRoutingStrategy |
EdgeRoutingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeRoutingStrategy[] |
EdgeRoutingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialLayout.setEdgeRoutingStrategy(EdgeRoutingStrategy value)
Sets the edge routing strategy.
|