Search this API

Package y.layout.labeling

Provides classes for the automatic placement of node and edge labels.

See:
          Description

Class Summary
AbstractLabelingAlgorithm This class is an abstract base class for labeling algorithms.
GreedyMISLabeling This class places the labels of a graph using a greedy strategy.
MISLabelingAlgorithm Solving labeling problem by reducing it to the maximum independent set problem.
SALabeling This class is based on the enhanced profit model and places the labels of a graph using a simulated annealing strategy taking into account the amount of overlaps of labels.
 

Package y.layout.labeling Description

Provides classes for the automatic placement of node and edge labels.

Related Documentation

See the yFiles Developer's Guide sections on Automatic Label Placement for a discussion of the yFiles label placement algorithms.


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.