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.Geometry
objects 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.style
Methods in org.geotools.api.style that return Halo Modifier and Type Method Description 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.Halo
StyleFactory. halo(Fill fill, Expression radius)
Methods in org.geotools.api.style with parameters of type Halo Modifier and Type Method Description TextSymbolizer
StyleFactory. 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, Graphic graphic)
Label Shield hack, non SLD 1.1void
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
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
StyleVisitor. visit(Halo halo)
Called when accept is called on a haloObject
TraversingStyleVisitor. visit(Halo halo, Object data)
Called 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 Halo Modifier and Type Method Description Halo
HaloBuilder. 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 producenode
Methods 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.lite
Methods in org.geotools.renderer.lite with parameters of type Halo Modifier and Type Method Description void
MetaBufferEstimator. visit(Halo halo)
void
OpacityFinder. visit(Halo halo)
-
Uses of Halo in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Halo Modifier and Type Method Description void
StyleVisitorAdapter. visit(Halo halo)
-
Uses of Halo in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Halo Modifier and Type Method Description void
StyleAttributeExtractor. visit(Halo halo)
-
Uses of Halo in org.geotools.styling
Classes in org.geotools.styling that implement Halo Modifier and Type Class Description class
HaloImpl
Direct implementation of Halo.Methods in org.geotools.styling that return Halo Modifier and Type Method Description abstract Halo
AbstractStyleFactory. createHalo(Fill fill, Expression radius)
Halo
StyleBuilder. createHalo()
wrapper round StyleFactory method to create default haloHalo
StyleBuilder. createHalo(Color color, double radius)
wrapper round StyleFactory method to create haloHalo
StyleBuilder. createHalo(Color color, double opacity, double radius)
wrapper round StyleFactory method to create haloHalo
StyleBuilder. createHalo(Fill fill, double radius)
wrapper round StyleFactory method to create haloHalo
StyleBuilder. createHalo(Fill fill, Expression radius)
wrapper round StyleFactory method to create haloHalo
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
StyleFactoryImpl. halo(Fill fill, Expression radius)
Methods in org.geotools.styling with parameters of type Halo Modifier and Type Method Description 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 symbolizerTextSymbolizer
StyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
TextSymbolizer
StyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
void
TextSymbolizerImpl. setHalo(Halo halo)
Setter for property halo.TextSymbolizer
StyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
TextSymbolizer
StyleFactoryImpl2. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
void
AbstractStyleVisitor. visit(Halo halo)
-
Uses of Halo in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return Halo Modifier and Type Method Description protected Halo
DuplicatingStyleVisitor. 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 Halo
DuplicatingStyleVisitor. copy(Halo halo)
Null safe copy of halo.void
DuplicatingStyleVisitor. visit(Halo halo)
-
Uses of Halo in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Halo Modifier and Type Method Description protected Halo
SLDParser. parseHalo(Node root)
Internal parse method - made protected for unit testing
-