Package | Description |
---|---|
com.yworks.yfiles.layout.labeling |
Provides algorithms for the automatic placement of node and edge labels, so called generic labeling algorithms.
|
Modifier and Type | Method and Description |
---|---|
static OptimizationStrategy |
OptimizationStrategy.fromOrdinal(int ordinal) |
OptimizationStrategy |
AbstractMISLabeling.getOptimizationStrategy()
Gets the optimization strategy which defines the importance of criteria when optimizing labeling results.
|
static OptimizationStrategy |
OptimizationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptimizationStrategy[] |
OptimizationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMISLabeling.setOptimizationStrategy(OptimizationStrategy value)
Sets the optimization strategy which defines the importance of criteria when optimizing labeling results.
|