Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static RootNodePolicy |
RootNodePolicy.fromOrdinal(int ordinal) |
RootNodePolicy |
BalloonLayout.getRootNodePolicy()
Gets the root node selection policy of this layout algorithm.
|
static RootNodePolicy |
RootNodePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootNodePolicy[] |
RootNodePolicy.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.setRootNodePolicy(RootNodePolicy value)
Sets the root node selection policy of this layout algorithm.
|