Package | Description |
---|---|
com.yworks.yfiles.layout.genealogy |
Provides layout algorithms that are especially suited for genealogical family trees.
|
Modifier and Type | Method and Description |
---|---|
static FamilyMembersSortingPolicy |
FamilyMembersSortingPolicy.fromOrdinal(int ordinal) |
FamilyMembersSortingPolicy |
FamilyTreeLayout.getFamilyMembersSortingPolicy()
Gets the order of individuals in the same generation (siblings, partners) based on their sex.
|
static FamilyMembersSortingPolicy |
FamilyMembersSortingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyMembersSortingPolicy[] |
FamilyMembersSortingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FamilyTreeLayout.setFamilyMembersSortingPolicy(FamilyMembersSortingPolicy value)
Sets the order of individuals in the same generation (siblings, partners) based on their sex.
|