| Package | Description |
|---|---|
| com.yworks.yfiles.layout.labeling |
Provides algorithms for the automatic placement of node and edge labels, so called generic labeling algorithms.
|
| Class and Description |
|---|
| AbstractLabeling
An abstract base class for generic labeling algorithms which place labels of graphs.
|
| AbstractMISLabeling
A base class for generic labeling algorithms which solve the labeling problem by reducing it to the maximum independent
set (MIS) problem.
|
| OptimizationStrategy |