Uses of Interface
org.geotools.api.style.Halo
Packages that use Halo
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of Halo in org.geotools.api.style
Methods in org.geotools.api.style that return HaloModifier and TypeMethodDescriptionStyleFactory.createHalo
(Fill fill, Expression radius) 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.StyleFactory.halo
(Fill fill, Expression radius) Methods in org.geotools.api.style with parameters of type HaloModifier and TypeMethodDescriptionStyleFactory.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) StyleFactory.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic) Label Shield hack, non SLD 1.1void
A halo fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background.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.void
Called when accept is called on a haloCalled when accept is called on a halo -
Uses of Halo in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return HaloMethods in org.geotools.brewer.styling.builder that return types with arguments of type HaloModifier and TypeMethodDescriptionHaloBuilder.reset()
Set the HaloBuilderSet the HaloBuilder to produce the provided Halo.AbstractStyleBuilder<Halo>
HaloBuilder.unset()
Set the HaloBuilder to producenode
Methods in org.geotools.brewer.styling.builder with parameters of type Halo -
Uses of Halo in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Halo -
Uses of Halo in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Halo -
Uses of Halo in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Halo -
Uses of Halo in org.geotools.styling
Classes in org.geotools.styling that implement HaloMethods in org.geotools.styling that return HaloModifier and TypeMethodDescriptionabstract Halo
AbstractStyleFactory.createHalo
(Fill fill, Expression radius) StyleBuilder.createHalo()
wrapper round StyleFactory method to create default haloStyleBuilder.createHalo
(Color color, double radius) wrapper round StyleFactory method to create haloStyleBuilder.createHalo
(Color color, double opacity, double radius) wrapper round StyleFactory method to create haloStyleBuilder.createHalo
(Fill fill, double radius) wrapper round StyleFactory method to create haloStyleBuilder.createHalo
(Fill fill, Expression radius) wrapper round StyleFactory method to create haloStyleFactoryImpl.createHalo
(Fill fill, Expression radius) 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.StyleFactoryImpl.halo
(Fill fill, Expression radius) Methods in org.geotools.styling with parameters of type HaloModifier and TypeMethodDescriptionabstract TextSymbolizer
AbstractStyleFactory.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) StyleBuilder.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) create a text symbolizerStyleFactoryImpl.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) StyleFactoryImpl.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic) void
Setter for property halo.StyleFactoryImpl.textSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill) StyleFactoryImpl2.textSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill) void
-
Uses of Halo in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return HaloMethods in org.geotools.styling.visitor with parameters of type Halo -
Uses of Halo in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Halo