Uses of Interface
org.geotools.api.style.Fill
-
Packages that use Fill 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.mbstyle.layer 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 org.geotools.ysld.encode Encoder for style objects as YSLD.org.geotools.ysld.parse Parser for YSLD into style objects. -
-
Uses of Fill in org.geotools.api.style
Methods in org.geotools.api.style that return Fill Modifier and Type Method Description Fill
StyleFactory. createFill(Expression color)
Fill
StyleFactory. createFill(Expression color, Expression opacity)
Fill
StyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
Fill
StyleFactory. fill(GraphicFill fill, Expression color, Expression opacity)
Create fill.default Fill
Style. getBackground()
The background Fill , if any,null
otherwiseFill
StyleFactory. getDefaultFill()
Fill
Halo. getFill()
Returns the object that indicates how the halo area around the text should be filled.Fill
Mark. getFill()
Returns the object that indicates how the mark should be filled.Fill
PolygonSymbolizer. getFill()
Returns the object that holds the information about how the interior of polygons should be filled.Fill
TextSymbolizer. getFill()
Returns the object that indicates how the text will be filled.Methods in org.geotools.api.style with parameters of type Fill Modifier and Type Method Description Halo
StyleFactory. createHalo(Fill fill, Expression radius)
Mark
StyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
PolygonSymbolizer
StyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
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.1Halo
StyleFactory. halo(Fill fill, Expression radius)
Mark
StyleFactory. mark(Expression wellKnownName, Fill fill, Stroke stroke)
Mark
StyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
PolygonSymbolizer
StyleFactory. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
void
Style. setBackground(Fill background)
void
Halo. setFill(Fill fill)
The fill (color) of the halovoid
Mark. setFill(Fill fill)
This parameter defines which fill style to use when rendering the Mark.void
PolygonSymbolizer. setFill(Fill fill)
Provides the graphical-symbolization parameter to use to fill the area of the geometry.void
TextSymbolizer. setFill(Fill fill)
Sets the object that indicates how the text will be filled.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(Fill fill)
Called when accept is called on a fillObject
TraversingStyleVisitor. visit(Fill fill, Object data)
Called 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 Fill Modifier and Type Method Description Fill
FillBuilder. build()
Build Fill as defined; FillBuilder will be reset after this use.Methods in org.geotools.brewer.styling.builder with parameters of type Fill Modifier and Type Method Description FillBuilder
FillBuilder. reset(Fill original)
-
Uses of Fill in org.geotools.mbstyle.layer
Methods in org.geotools.mbstyle.layer that return Fill Modifier and Type Method Description Fill
BackgroundMBLayer. getFill(MBStyle styleContext)
-
Uses of Fill in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type Fill Modifier and Type Method Description void
MetaBufferEstimator. visit(Fill fill)
void
OpacityFinder. visit(Fill fill)
-
Uses of Fill in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Fill Modifier and Type Method Description void
StyleVisitorAdapter. visit(Fill fill)
-
Uses of Fill in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type Fill Modifier and Type Method Description Composite
SLDStyleFactory. getComposite(Fill fill, Object feature)
Computes the Composite equivalent to the opacity in the SLD FillPaint
SLDStyleFactory. getPaint(Fill fill, Object feature, Symbolizer symbolizer)
void
StyleAttributeExtractor. visit(Fill fill)
-
Uses of Fill in org.geotools.styling
Classes in org.geotools.styling that implement Fill Modifier and Type Class Description class
FillImpl
static class
FillImpl.ConstantFill
Fields in org.geotools.styling declared as Fill Modifier and Type Field Description static Fill
FillImpl. DEFAULT
static Fill
FillImpl. NULL
Methods in org.geotools.styling that return Fill Modifier and Type Method Description abstract 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)
Fill
StyleBuilder. createFill()
create a default fill 50% grayFill
StyleBuilder. createFill(Color fillColor)
create a fill of colorFill
StyleBuilder. createFill(Color fillColor, double opacity)
create a fill with the supplied color and opacityFill
StyleBuilder. 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 fillFill
StyleBuilder. createFill(Expression fillColor)
create a fill of colorFill
StyleBuilder. createFill(Expression color, Expression opacity)
create a fill with the supplied color and opacityFill
StyleBuilder. 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 fillFill
StyleFactoryImpl. createFill(Expression color)
Fill
StyleFactoryImpl. createFill(Expression color, Expression opacity)
Fill
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.Fill
StyleFactoryImpl. fill(GraphicFill fill, Expression color, Expression opacity)
Fill
StyleImpl. getBackground()
abstract Fill
AbstractStyleFactory. getDefaultFill()
Fill
StyleFactoryImpl. getDefaultFill()
Fill
PolygonSymbolizerImpl. getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry.Fill
TextSymbolizerImpl. getFill()
Returns the fill to be used to fill the text when rendered.Methods in org.geotools.styling with parameters of type Fill Modifier and Type Method Description static Color
SLD. color(Fill fill)
Retrieve the color of a fill objectabstract Halo
AbstractStyleFactory. createHalo(Fill fill, Expression radius)
Halo
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)
abstract Mark
AbstractStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
Mark
StyleBuilder. createMark(String wellKnownName, Fill fill, Stroke stroke)
create a mark with the supplied fill and strokeMark
StyleBuilder. createMark(Expression wellKnownName, Fill fill, Stroke stroke)
create a mark with the supplied fill and strokeMark
StyleFactoryImpl. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
abstract PolygonSymbolizer
AbstractStyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
PolygonSymbolizer
StyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill)
create a polygon symbolizerPolygonSymbolizer
StyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
create a polygon symbolizerPolygonSymbolizer
StyleFactoryImpl. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
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)
Halo
StyleFactoryImpl. halo(Fill fill, Expression radius)
HaloImpl
StyleFactoryImpl2. halo(Fill fill, Expression radius)
Mark
StyleFactoryImpl. mark(Expression wellKnownName, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl2. mark(Expression wellKnownName, Fill fill, Stroke stroke)
MarkImpl
StyleFactoryImpl2. mark(ExternalMark externalMark, Fill fill, Stroke stroke)
static double
SLD. opacity(Fill fill)
Retrieve the opacity from the provided fill; or return the default.PolygonSymbolizer
StyleFactoryImpl. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
PolygonSymbolizer
StyleFactoryImpl2. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)
void
StyleImpl. setBackground(Fill background)
void
HaloImpl. setFill(Fill fill)
Setter for property fill.void
MarkImpl. setFill(Fill fill)
Setter for property fill.void
PolygonSymbolizerImpl. setFill(Fill fill)
Sets the graphical-symbolization parameter to use to fill the area of the geometry.void
TextSymbolizerImpl. setFill(Fill fill)
Setter for property fill.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(Fill fill)
Constructors in org.geotools.styling with parameters of type Fill Constructor Description BasicPolygonStyle(Fill fill, Stroke stroke)
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 Fill Modifier and Type Method Description protected Fill
DuplicatingStyleVisitor. copy(Fill fill)
Null safe fill copyMethods in org.geotools.styling.visitor with parameters of type Fill Modifier and Type Method Description protected Fill
DuplicatingStyleVisitor. copy(Fill fill)
Null safe fill copyvoid
DuplicatingStyleVisitor. visit(Fill fill)
-
Uses of Fill in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return Fill Modifier and Type Method Description protected Fill
SLDParser. parseFill(Node root)
Internal parse method - made protected for unit testing -
Uses of Fill in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type Fill Modifier and Type Method Description protected void
FillEncoder. encode(Fill fill)
Constructors in org.geotools.ysld.encode with parameters of type Fill Constructor Description FillEncoder(Fill fill)
-
Uses of Fill in org.geotools.ysld.parse
Methods in org.geotools.ysld.parse with parameters of type Fill Modifier and Type Method Description protected abstract void
FillParser. fill(Fill fill)
-