Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static LayoutMode |
LayoutMode.fromOrdinal(int ordinal) |
LayoutMode |
HierarchicLayout.getLayoutMode()
Gets the layout mode this layouter should use for upcoming layouts.
|
static LayoutMode |
LayoutMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutMode[] |
LayoutMode.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.setLayoutMode(LayoutMode value)
Sets the layout mode this layouter should use for upcoming layouts.
|