Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static LayeringStrategy |
LayeringStrategy.fromOrdinal(int ordinal) |
LayeringStrategy |
HierarchicLayout.getFromScratchLayeringStrategy()
Gets a predefined layering strategy for the
from scratch layerer. |
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 |
HierarchicLayout.setFromScratchLayeringStrategy(LayeringStrategy value)
Sets a predefined layering strategy for the
from scratch layerer. |