Package | Description |
---|---|
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
Modifier and Type | Method and Description |
---|---|
static GroupsPolicy |
GroupsPolicy.fromOrdinal(int ordinal) |
GroupsPolicy |
ClassicOrganicLayout.getGroupNodePolicy()
Gets the policy for the handling of group nodes.
|
static GroupsPolicy |
GroupsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupsPolicy[] |
GroupsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicOrganicLayout.setGroupNodePolicy(GroupsPolicy value)
Sets the policy for the handling of group nodes.
|