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 | Class and Description |
---|---|
class |
AbstractMISLabeling
A base class for generic labeling algorithms which solve the labeling problem by reducing it to the maximum independent
set (MIS) problem.
|
class |
GenericLabeling
A generic labeling algorithm for placing the labels of a graph.
|