Uses of Class
org.openstreetmap.josm.gui.mappaint.LabelCompositionStrategy

Packages that use LabelCompositionStrategy
org.openstreetmap.josm.gui.mappaint   
 

Uses of LabelCompositionStrategy in org.openstreetmap.josm.gui.mappaint
 

Subclasses of LabelCompositionStrategy in org.openstreetmap.josm.gui.mappaint
static class LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
           
static class LabelCompositionStrategy.StaticLabelCompositionStrategy
           
static class LabelCompositionStrategy.TagLookupCompositionStrategy
           
 

Fields in org.openstreetmap.josm.gui.mappaint declared as LabelCompositionStrategy
static LabelCompositionStrategy TextElement.AUTO_LABEL_COMPOSITION_STRATEGY
           
 LabelCompositionStrategy TextElement.labelCompositionStrategy
          the strategy for building the actual label value for a given a OsmPrimitive.
 

Methods in org.openstreetmap.josm.gui.mappaint that return LabelCompositionStrategy
protected static LabelCompositionStrategy TextElement.buildLabelCompositionStrategy(Cascade c, boolean defaultAnnotate)
          Derives a suitable label composition strategy from the style properties in c.
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type LabelCompositionStrategy
TextElement(LabelCompositionStrategy strategy, java.awt.Font font, int xOffset, int yOffset, java.awt.Color color, java.lang.Float haloRadius, java.awt.Color haloColor)
          Creates a new text element
 



JOSM