| Package | Description |
|---|---|
| com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static InterleavedMode |
InterleavedMode.fromOrdinal(int ordinal) |
InterleavedMode |
BalloonLayout.getInterleavedMode()
Gets the mode for child node arrangement.
|
static InterleavedMode |
InterleavedMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterleavedMode[] |
InterleavedMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BalloonLayout.setInterleavedMode(InterleavedMode value)
Sets the mode for child node arrangement.
|