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