Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static GroupAlignmentPolicy |
GroupAlignmentPolicy.fromOrdinal(int ordinal) |
GroupAlignmentPolicy |
HierarchicLayout.getGroupAlignmentPolicy()
Gets the group layer alignment strategy used for recursive group layering.
|
static GroupAlignmentPolicy |
GroupAlignmentPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupAlignmentPolicy[] |
GroupAlignmentPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayout.setGroupAlignmentPolicy(GroupAlignmentPolicy value)
Sets the group layer alignment strategy used for recursive group layering.
|