Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static GroupCompactionPolicy |
GroupCompactionPolicy.fromOrdinal(int ordinal) |
GroupCompactionPolicy |
SimplexNodePlacer.getGroupCompactionStrategy()
Gets the strategy used for controlling the horizontal compactness of group nodes.
|
static GroupCompactionPolicy |
GroupCompactionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupCompactionPolicy[] |
GroupCompactionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimplexNodePlacer.setGroupCompactionStrategy(GroupCompactionPolicy value)
Sets the strategy used for controlling the horizontal compactness of group nodes.
|