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 VerticalNodeAlignment |
VerticalNodeAlignment.fromOrdinal(int ordinal) |
VerticalNodeAlignment |
FamilyTreeLayout.getAlignment()
Gets the vertical alignment of the individual nodes in the same generation.
|
static VerticalNodeAlignment |
VerticalNodeAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalNodeAlignment[] |
VerticalNodeAlignment.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.setAlignment(VerticalNodeAlignment value)
Sets the vertical alignment of the individual nodes in the same generation.
|