Uses of Interface
org.opengis.style.Halo

Packages that use Halo
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Halo in org.geotools.styling
 

Subinterfaces of Halo in org.geotools.styling
 interface Halo
          A Halo fills an extended area outside the glyphs of a rendered textlabel to make it easier to read over a background.
 

Classes in org.geotools.styling that implement Halo
 class HaloImpl
          Direct implementation of Halo.
 

Methods in org.geotools.styling with parameters of type Halo
 void TextSymbolizerImpl.setHalo(Halo halo)
          Setter for property halo.
 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.
 TextSymbolizer StyleFactoryImpl.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
           
 TextSymbolizerImpl StyleFactoryImpl2.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
           
 TextSymbolizer StyleFactory.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
          Creation of a TextSymbolizer defining how labels are portrayed.
 

Uses of Halo in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type Halo
 HaloBuilder HaloBuilder.reset(Halo halo)
          Set the HaloBuilder to produce the provided Halo.
 

Uses of Halo in org.opengis.style
 

Methods in org.opengis.style that return Halo
 Halo TextSymbolizer.getHalo()
          Returns the object that indicates if a Halo will be drawn around the text.
 Halo StyleFactory.halo(Fill fill, Expression radius)
           
 

Methods in org.opengis.style with parameters of type Halo
 TextSymbolizer StyleFactory.textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
          Creation of a TextSymbolizer defining how labels are portrayed.
 Object StyleVisitor.visit(Halo halo, Object data)
          Called when accept is called on a halo
 



Copyright © 1996-2014 Geotools. All Rights Reserved.