org.deegree.graphics.optimizers |
|
Java Source File Name | Type | Comment |
AbstractOptimizer.java | Class | This is the abstract base class for Optimizers that need to alter
the contents of Themes before the parent MapView object is
painted. |
LabelChoice.java | Class | version: $Revision: 9340 $ author: Andreas Poth author: last edited by: $Author: apoth $ version: 1.0. |
LabelChoiceFactory.java | Class | Factory class for LabelChoice-objects. |
LabelOptimizer.java | Class | Selects optimized Labels (graphical representations generated from
LabelDisplayElements) that have a minimimal amount of overlapping.
The labeling and optimization approach uses ideas from papers by Ingo Petzold on automated label
placement.
TODO: The handling of rotated labels is currently broken. |
Optimizer.java | Interface | This is the general interface for optimizers that need to alter the
contents of Themes before the parent MapView object is
painted. |
OptimizerChain.java | Class | Allows the chaining of Optimizers. |