Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
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 |
ExtendedLabelCandidateProfitModel
An
IProfitModel that returns the profit of a label candidate for instances of ExtendedNodeLabelCandidate
and ExtendedEdgeLabelCandidate . |
class |
SimpleProfitModel
SimpleProfitModel implements the ranking for edge and node labels. |
Modifier and Type | Method and Description |
---|---|
IProfitModel |
AbstractLabeling.getProfitModel()
Gets the
IProfitModel for ranking the LabelCandidate s for labels. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLabeling.setProfitModel(IProfitModel value)
Sets the
IProfitModel for ranking the LabelCandidate s for labels. |