Uses of Interface
org.geotools.styling.TextSymbolizer

Packages that use TextSymbolizer
org.geotools.renderer.label   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of TextSymbolizer in org.geotools.renderer.label
 

Methods in org.geotools.renderer.label with parameters of type TextSymbolizer
 double LabelCacheImpl.getPriority(TextSymbolizer symbolizer, SimpleFeature 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 LabelCacheImpl.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange scaleRange)
           
 

Uses of TextSymbolizer in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type TextSymbolizer
 double LabelCacheDefault.getPriority(TextSymbolizer symbolizer, SimpleFeature 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 SynchronizedLabelCache.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange scaleRange)
           
 void LabelCache.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange scaleRange)
          Puts a Label in the cache.
 void LabelCacheDefault.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange scaleRange)
           
 void MetaBufferEstimator.visit(TextSymbolizer text)
           
 

Uses of TextSymbolizer in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type TextSymbolizer
 void StyleVisitorAdapter.visit(TextSymbolizer text)
           
 

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
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(Color color, Font[] fonts, String label)
          create a textsymbolizer which doesn't change
 TextSymbolizer StyleBuilder.createStaticTextSymbolizer(Color color, Font font, String label)
          create a textsymbolizer which doesn't change
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer()
           
 TextSymbolizer StyleBuilder.createTextSymbolizer()
          Creates a default text symbolizer.
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer()
           
 TextSymbolizer StyleFactory.createTextSymbolizer()
           
 TextSymbolizer StyleBuilder.createTextSymbolizer(Color color, Font[] fonts, String attributeName)
          create a textsymbolizer
 TextSymbolizer StyleBuilder.createTextSymbolizer(Color color, Font font, String attributeName)
          create a textsymbolizer
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
           
 TextSymbolizer StyleBuilder.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
          create a text symbolizer
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
           
 TextSymbolizer StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
           
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.getDefaultTextSymbolizer()
          Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
 TextSymbolizer StyleFactory.getDefaultTextSymbolizer()
          Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
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.
 

Methods in org.geotools.styling with parameters of type TextSymbolizer
static Font SLD.font(TextSymbolizer symbolizer)
          Grabs the font from the first TextSymbolizer.
static Color SLD.textFontFill(TextSymbolizer symbolizer)
          Grabs the fontFill from the first TextSymbolizer.
static Color SLD.textHaloFill(TextSymbolizer symbolizer)
          Grabs the haloFill from the first TextSymbolizer.
static double SLD.textHaloOpacity(TextSymbolizer symbolizer)
          Grabs the halo opacity from the first TextSymbolizer.
static int SLD.textHaloWidth(TextSymbolizer symbolizer)
          Grabs the halo width from the first TextSymbolizer.
static Expression SLD.textLabel(TextSymbolizer symbolizer)
          Grabs the label from the first TextSymbolizer.
static String SLD.textLabelString(TextSymbolizer sym)
           
 void StyleAttributeExtractorTruncated.visit(TextSymbolizer text)
           
 void StyleAttributeExtractor.visit(TextSymbolizer text)
           
 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 DuplicatingStyleVisitor.visit(TextSymbolizer text)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.