Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static ComponentArrangementPolicy |
ComponentArrangementPolicy.fromOrdinal(int ordinal) |
ComponentArrangementPolicy |
HierarchicLayout.getComponentArrangementPolicy()
Gets the policy that specifies how to arrange connected components.
|
static ComponentArrangementPolicy |
ComponentArrangementPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentArrangementPolicy[] |
ComponentArrangementPolicy.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.setComponentArrangementPolicy(ComponentArrangementPolicy value)
Sets the policy that specifies how to arrange connected components.
|