Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static ChildOrderingPolicy |
ChildOrderingPolicy.fromOrdinal(int ordinal) |
ChildOrderingPolicy |
BalloonLayout.getChildOrderingPolicy()
Gets the child ordering policy for sorting the child nodes around their parents.
|
static ChildOrderingPolicy |
ChildOrderingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChildOrderingPolicy[] |
ChildOrderingPolicy.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.setChildOrderingPolicy(ChildOrderingPolicy value)
Sets the child ordering policy for sorting the child nodes around their parents.
|