Uses of Interface
org.geotools.api.style.Fill
Packages that use Fill
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.
Encoder for style objects as YSLD.
Parser for YSLD into style objects.
-
Uses of Fill in org.geotools.api.style
Methods in org.geotools.api.style that return FillModifier and TypeMethodDescriptionStyleFactory.createFill
(Expression color) StyleFactory.createFill
(Expression color, Expression opacity) StyleFactory.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) StyleFactory.fill
(GraphicFill fill, Expression color, Expression opacity) Create fill.default Fill
Style.getBackground()
The background Fill , if any,null
otherwiseStyleFactory.getDefaultFill()
Halo.getFill()
Returns the object that indicates how the halo area around the text should be filled.Mark.getFill()
Returns the object that indicates how the mark should be filled.PolygonSymbolizer.getFill()
Returns the object that holds the information about how the interior of polygons should be filled.TextSymbolizer.getFill()
Returns the object that indicates how the text will be filled.Methods in org.geotools.api.style with parameters of type FillModifier and TypeMethodDescriptionStyleFactory.createHalo
(Fill fill, Expression radius) StyleFactory.createMark
(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation) StyleFactory.createPolygonSymbolizer
(Stroke stroke, Fill fill, String geometryPropertyName) StyleFactory.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.1StyleFactory.halo
(Fill fill, Expression radius) StyleFactory.mark
(Expression wellKnownName, Fill fill, Stroke stroke) StyleFactory.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) StyleFactory.polygonSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset) void
Style.setBackground
(Fill background) void
The fill (color) of the halovoid
This parameter defines which fill style to use when rendering the Mark.void
Provides the graphical-symbolization parameter to use to fill the area of the geometry.void
Sets the object that indicates how the text will be filled.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 fillCalled when accept is called on a fill -
Uses of Fill in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return FillModifier and TypeMethodDescriptionFillBuilder.build()
Build Fill as defined; FillBuilder will be reset after this use.Methods in org.geotools.brewer.styling.builder with parameters of type Fill -
Uses of Fill in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return Fill -
Uses of Fill in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Fill -
Uses of Fill in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Fill -
Uses of Fill in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Fill -
Uses of Fill in org.geotools.styling
Classes in org.geotools.styling that implement FillFields in org.geotools.styling declared as FillModifier and TypeFieldDescriptionstatic final Fill
FillImpl.DEFAULT
static final Fill
FillImpl.NULL
Methods in org.geotools.styling that return FillModifier and TypeMethodDescriptionabstract Fill
AbstractStyleFactory.createFill
(Expression color) abstract Fill
AbstractStyleFactory.createFill
(Expression color, Expression opacity) abstract Fill
AbstractStyleFactory.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) StyleBuilder.createFill()
create a default fill 50% grayStyleBuilder.createFill
(Color fillColor) create a fill of colorStyleBuilder.createFill
(Color fillColor, double opacity) create a fill with the supplied color and opacityStyleBuilder.createFill
(Color color, Color backgroundColor, double opacity, Graphic fill) create a fill with color, background color and opacity supplied and uses the graphic supplied for the fillStyleBuilder.createFill
(Expression fillColor) create a fill of colorStyleBuilder.createFill
(Expression color, Expression opacity) create a fill with the supplied color and opacityStyleBuilder.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic fill) create a fill with color, background color and opacity supplied and uses the graphic supplied for the fillStyleFactoryImpl.createFill
(Expression color) StyleFactoryImpl.createFill
(Expression color, Expression opacity) StyleFactoryImpl.createFill
(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) static Fill
SLD.fill
(PointSymbolizer sym) Retrieves the Fill from a PointSymbolizer.static Fill
SLD.fill
(PolygonSymbolizer sym) Retrieves the Fill from a PolygonSymbolizer.StyleFactoryImpl.fill
(GraphicFill fill, Expression color, Expression opacity) StyleImpl.getBackground()
abstract Fill
AbstractStyleFactory.getDefaultFill()
StyleFactoryImpl.getDefaultFill()
PolygonSymbolizerImpl.getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry.TextSymbolizerImpl.getFill()
Returns the fill to be used to fill the text when rendered.Methods in org.geotools.styling with parameters of type FillModifier and TypeMethodDescriptionstatic Color
Retrieve the color of a fill objectabstract Halo
AbstractStyleFactory.createHalo
(Fill fill, Expression radius) StyleBuilder.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) abstract Mark
AbstractStyleFactory.createMark
(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation) StyleBuilder.createMark
(String wellKnownName, Fill fill, Stroke stroke) create a mark with the supplied fill and strokeStyleBuilder.createMark
(Expression wellKnownName, Fill fill, Stroke stroke) create a mark with the supplied fill and strokeStyleFactoryImpl.createMark
(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation) abstract PolygonSymbolizer
AbstractStyleFactory.createPolygonSymbolizer
(Stroke stroke, Fill fill, String geometryPropertyName) StyleBuilder.createPolygonSymbolizer
(Stroke stroke, Fill fill) create a polygon symbolizerStyleBuilder.createPolygonSymbolizer
(Stroke stroke, Fill fill, String geometryPropertyName) create a polygon symbolizerStyleFactoryImpl.createPolygonSymbolizer
(Stroke stroke, Fill fill, String geometryPropertyName) abstract 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) StyleFactoryImpl.halo
(Fill fill, Expression radius) StyleFactoryImpl2.halo
(Fill fill, Expression radius) StyleFactoryImpl.mark
(Expression wellKnownName, Fill fill, Stroke stroke) StyleFactoryImpl.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) StyleFactoryImpl2.mark
(Expression wellKnownName, Fill fill, Stroke stroke) StyleFactoryImpl2.mark
(ExternalMark externalMark, Fill fill, Stroke stroke) static double
Retrieve the opacity from the provided fill; or return the default.StyleFactoryImpl.polygonSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset) StyleFactoryImpl2.polygonSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset) void
StyleImpl.setBackground
(Fill background) void
Setter for property fill.void
Setter for property fill.void
Sets the graphical-symbolization parameter to use to fill the area of the geometry.void
Setter for property fill.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
Constructors in org.geotools.styling with parameters of type FillModifierConstructorDescriptionBasicPolygonStyle
(Fill fill, Stroke stroke) protected
PolygonSymbolizerImpl
(Stroke stroke, Fill fill, Displacement disp, Expression offset, Unit<Length> uom, String geom, String name, Description desc) -
Uses of Fill in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return FillMethods in org.geotools.styling.visitor with parameters of type Fill -
Uses of Fill in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Fill -
Uses of Fill in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type FillConstructors in org.geotools.ysld.encode with parameters of type Fill -
Uses of Fill in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Fill