Uses of Interface
org.geotools.api.style.Halo
- 
Packages that use Halo Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometryobjects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling 
- 
- 
Uses of Halo in org.geotools.api.styleMethods in org.geotools.api.style that return Halo Modifier and Type Method Description HaloStyleFactory. createHalo(Fill fill, Expression radius)HaloTextSymbolizer. 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.HaloStyleFactory. halo(Fill fill, Expression radius)Methods in org.geotools.api.style with parameters of type Halo Modifier and Type Method Description TextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)Label Shield hack, non SLD 1.1voidTextSymbolizer. 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.TextSymbolizerStyleFactory. 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.voidStyleVisitor. visit(Halo halo)Called when accept is called on a haloObjectTraversingStyleVisitor. visit(Halo halo, Object data)Called when accept is called on a halo
- 
Uses of Halo in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Halo Modifier and Type Method Description HaloHaloBuilder. build()Methods in org.geotools.brewer.styling.builder that return types with arguments of type Halo Modifier and Type Method Description Builder<Halo>HaloBuilder. reset()Set the HaloBuilderBuilder<Halo>HaloBuilder. reset(Halo halo)Set the HaloBuilder to produce the provided Halo.AbstractStyleBuilder<Halo>HaloBuilder. unset()Set the HaloBuilder to producenodeMethods in org.geotools.brewer.styling.builder with parameters of type Halo Modifier and Type Method Description Builder<Halo>HaloBuilder. reset(Halo halo)Set the HaloBuilder to produce the provided Halo.
- 
Uses of Halo in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type Halo Modifier and Type Method Description voidMetaBufferEstimator. visit(Halo halo)voidOpacityFinder. visit(Halo halo)
- 
Uses of Halo in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Halo Modifier and Type Method Description voidStyleVisitorAdapter. visit(Halo halo)
- 
Uses of Halo in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type Halo Modifier and Type Method Description voidStyleAttributeExtractor. visit(Halo halo)
- 
Uses of Halo in org.geotools.stylingClasses in org.geotools.styling that implement Halo Modifier and Type Class Description classHaloImplDirect implementation of Halo.Methods in org.geotools.styling that return Halo Modifier and Type Method Description abstract HaloAbstractStyleFactory. createHalo(Fill fill, Expression radius)HaloStyleBuilder. createHalo()wrapper round StyleFactory method to create default haloHaloStyleBuilder. createHalo(Color color, double radius)wrapper round StyleFactory method to create haloHaloStyleBuilder. createHalo(Color color, double opacity, double radius)wrapper round StyleFactory method to create haloHaloStyleBuilder. createHalo(Fill fill, double radius)wrapper round StyleFactory method to create haloHaloStyleBuilder. createHalo(Fill fill, Expression radius)wrapper round StyleFactory method to create haloHaloStyleFactoryImpl. createHalo(Fill fill, Expression radius)HaloTextSymbolizerImpl. 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.HaloStyleFactoryImpl. halo(Fill fill, Expression radius)Methods in org.geotools.styling with parameters of type Halo Modifier and Type Method Description abstract TextSymbolizerAbstractStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleBuilder. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)create a text symbolizerTextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)voidTextSymbolizerImpl. setHalo(Halo halo)Setter for property halo.TextSymbolizerStyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)TextSymbolizerStyleFactoryImpl2. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)voidAbstractStyleVisitor. visit(Halo halo)
- 
Uses of Halo in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return Halo Modifier and Type Method Description protected HaloDuplicatingStyleVisitor. copy(Halo halo)Null safe copy of halo.Methods in org.geotools.styling.visitor with parameters of type Halo Modifier and Type Method Description protected HaloDuplicatingStyleVisitor. copy(Halo halo)Null safe copy of halo.voidDuplicatingStyleVisitor. visit(Halo halo)
- 
Uses of Halo in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return Halo Modifier and Type Method Description protected HaloSLDParser. parseHalo(Node root)Internal parse method - made protected for unit testing
 
-