Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static WeightHeuristic |
WeightHeuristic.fromOrdinal(int ordinal) |
WeightHeuristic |
DefaultLayerSequencer.getWeightHeuristic()
Gets the weight heuristic that should be used.
|
static WeightHeuristic |
WeightHeuristic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeightHeuristic[] |
WeightHeuristic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLayerSequencer.setWeightHeuristic(WeightHeuristic value)
Sets the weight heuristic that should be used.
|