Uses of Interface
org.geotools.styling.TextSymbolizer

Packages that use TextSymbolizer
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

Uses of TextSymbolizer in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type TextSymbolizer
 double LabelCacheDefault.getPriority(TextSymbolizer symbolizer, Feature feature)
          get the priority from the symbolizer its an expression, so it will try to evaluate it: 1. if its missing --> DEFAULT_PRIORITY 2. if its a number, return that number 3. if its not a number, convert to string and try to parse the number; return the number 4. otherwise, return DEFAULT_PRIORITY
 void LabelCacheDefault.put(TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, javax.media.jai.util.Range scaleRange)
           
 void LabelCache.put(TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, javax.media.jai.util.Range scaleRange)
          Puts a TextStyle and its associated shape in the cache.
 

Uses of TextSymbolizer in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type TextSymbolizer
 void OpacityFinder.visit(TextSymbolizer text)
           
 

Uses of TextSymbolizer in org.geotools.styling
 

Subinterfaces of TextSymbolizer in org.geotools.styling
 interface TextSymbolizer2
          Contains label shield hack
 

Classes in org.geotools.styling that implement TextSymbolizer
 class TextSymbolizerImpl
          Provides a Java representation of an SLD TextSymbolizer that defines how text symbols should be rendered.
 

Methods in org.geotools.styling that return TextSymbolizer
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer()
           
abstract  TextSymbolizer AbstractStyleFactory.getDefaultTextSymbolizer()
          Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer()
           
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer StyleFactoryImpl.getDefaultTextSymbolizer()
          Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
 TextSymbolizer StyleBuilder.createTextSymbolizer()
          Creates a default text symbolizer.
 TextSymbolizer StyleBuilder.createTextSymbolizer(java.awt.Color color, Font font, java.lang.String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createTextSymbolizer(java.awt.Color color, Font[] fonts, java.lang.String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(java.awt.Color color, Font font, java.lang.String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(java.awt.Color color, Font[] fonts, java.lang.String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
          create a text symbolizer
static TextSymbolizer SLD.textSymbolizer(FeatureTypeStyle fts)
          Retrieve the first TextSymbolizer from the provided Style.
static TextSymbolizer SLD.textSymbolizer(Style style)
          Retrieve the first TextSymbolizer from the provided Style.
 TextSymbolizer StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer StyleFactory.createTextSymbolizer()
           
 TextSymbolizer StyleFactory.getDefaultTextSymbolizer()
          Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
 

Methods in org.geotools.styling with parameters of type TextSymbolizer
 void XMLEncoder.visit(TextSymbolizer sym)
          Deprecated.  
 void StyleAttributeExtractor.visit(TextSymbolizer text)
           
 void StyleAttributeExtractorTruncated.visit(TextSymbolizer text)
           
static Expression SLD.textLabel(TextSymbolizer symbolizer)
          Grabs the label from the first TextSymbolizer.
static java.lang.String SLD.textLabelString(TextSymbolizer sym)
           
static java.awt.Color SLD.textFontFill(TextSymbolizer symbolizer)
          Grabs the fontFill from the first TextSymbolizer.
static Font SLD.font(TextSymbolizer symbolizer)
           
static java.awt.Color SLD.textHaloFill(TextSymbolizer symbolizer)
          Grabs the haloFill from the first TextSymbolizer.
static int SLD.textHaloWidth(TextSymbolizer symbolizer)
          Grabs the halo width from the first TextSymbolizer.
static double SLD.textHaloOpacity(TextSymbolizer symbolizer)
          Grabs the halo opacity from the first TextSymbolizer.
 void StyleVisitor.visit(TextSymbolizer text)
          Called when accept is called on a textsymbolizer
 

Uses of TextSymbolizer in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor with parameters of type TextSymbolizer
 void DuplicatorStyleVisitor.visit(TextSymbolizer text)
           
 



Copyright © GeoTools. All Rights Reserved.