Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static MergingPolicy |
MergingPolicy.fromOrdinal(int ordinal) |
MergingPolicy |
DefaultLayeredComponentsMerger.getPolicy()
Gets the merging policy constant as defined in
DefaultLayeredComponentsMerger . |
static MergingPolicy |
MergingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergingPolicy[] |
MergingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLayeredComponentsMerger.setPolicy(MergingPolicy value)
Sets the merging policy constant as defined in
DefaultLayeredComponentsMerger . |
Constructor and Description |
---|
DefaultLayeredComponentsMerger(MergingPolicy policy)
Creates a new instance of
DefaultLayeredComponentsMerger using the given merging policy. |