Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static LeafPlacement |
LeafPlacement.fromOrdinal(int ordinal) |
LeafPlacement |
ClassicTreeLayout.getLeafPlacement()
Gets the layout policy for leaf nodes.
|
static LeafPlacement |
LeafPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeafPlacement[] |
LeafPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicTreeLayout.setLeafPlacement(LeafPlacement value)
Sets the layout policy for leaf nodes.
|