Uses of Interface
org.geotools.styling.Halo

Packages that use Halo
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

Uses of Halo in org.geotools.renderer.shape
 

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

Uses of Halo in org.geotools.styling
 

Classes in org.geotools.styling that implement Halo
 class HaloImpl
          DOCUMENT ME!
 

Methods in org.geotools.styling that return Halo
abstract  Halo AbstractStyleFactory.createHalo(Fill fill, Expression radius)
           
 Halo StyleFactoryImpl.createHalo(Fill fill, Expression radius)
           
 Halo TextSymbolizerImpl.getHalo()
          A halo fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background.
 Halo StyleBuilder.createHalo()
          wrapper round StyleFactory method to create default halo
 Halo StyleBuilder.createHalo(java.awt.Color color, double radius)
          wrapper round StyleFactory method to create halo
 Halo StyleBuilder.createHalo(java.awt.Color color, double opacity, double radius)
          wrapper round StyleFactory method to create halo
 Halo StyleBuilder.createHalo(Fill fill, double radius)
          wrapper round StyleFactory method to create halo
 Halo StyleBuilder.createHalo(Fill fill, Expression radius)
          wrapper round StyleFactory method to create halo
 Halo StyleFactory.createHalo(Fill fill, Expression radius)
           
 Halo TextSymbolizer.getHalo()
          A halo fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background.
 

Methods in org.geotools.styling with parameters of type Halo
 void XMLEncoder.visit(Halo halo)
          Deprecated.  
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer2 StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
           
 void StyleAttributeExtractor.visit(Halo halo)
           
 void TextSymbolizerImpl.setHalo(Halo halo)
          Setter for property halo.
 TextSymbolizer StyleBuilder.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
          create a text symbolizer
 TextSymbolizer2 StyleFactory2.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
          Label Shield hack, non SLD 1.1
 TextSymbolizer StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 void TextSymbolizer.setHalo(Halo halo)
          A halo fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background.
 void StyleVisitor.visit(Halo halo)
          Called when accept is called on a halo
 

Uses of Halo in org.geotools.styling.visitor
 

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



Copyright © GeoTools. All Rights Reserved.