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 places the labels of a graph using a simulated annealing strategy.
 

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-2008,
yWorks GmbH.
All rights reserved.