Package | Description |
---|---|
com.yworks.yfiles.layout.radial |
Provides the radial layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
static LayeringStrategy |
LayeringStrategy.fromOrdinal(int ordinal) |
LayeringStrategy |
RadialLayout.getLayeringStrategy()
Gets the layering strategy that determines how nodes are distributed into different layers.
|
static LayeringStrategy |
LayeringStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayeringStrategy[] |
LayeringStrategy.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.setLayeringStrategy(LayeringStrategy value)
Sets the layering strategy that determines how nodes are distributed into different layers.
|