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.Geometryobjects 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.styleMethods in org.geotools.api.style that return Fill Modifier and Type Method Description FillStyleFactory. createFill(Expression color)FillStyleFactory. createFill(Expression color, Expression opacity)FillStyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)FillStyleFactory. fill(GraphicFill fill, Expression color, Expression opacity)Create fill.default FillStyle. getBackground()The background Fill , if any,nullotherwiseFillStyleFactory. getDefaultFill()FillHalo. getFill()Returns the object that indicates how the halo area around the text should be filled.FillMark. getFill()Returns the object that indicates how the mark should be filled.FillPolygonSymbolizer. getFill()Returns the object that holds the information about how the interior of polygons should be filled.FillTextSymbolizer. 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 HaloStyleFactory. createHalo(Fill fill, Expression radius)MarkStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)PolygonSymbolizerStyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)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.1HaloStyleFactory. halo(Fill fill, Expression radius)MarkStyleFactory. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkStyleFactory. mark(ExternalMark externalMark, Fill fill, Stroke stroke)PolygonSymbolizerStyleFactory. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)voidStyle. setBackground(Fill background)voidHalo. setFill(Fill fill)The fill (color) of the halovoidMark. setFill(Fill fill)This parameter defines which fill style to use when rendering the Mark.voidPolygonSymbolizer. setFill(Fill fill)Provides the graphical-symbolization parameter to use to fill the area of the geometry.voidTextSymbolizer. setFill(Fill fill)Sets the object that indicates how the text will be filled.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(Fill fill)Called when accept is called on a fillObjectTraversingStyleVisitor. visit(Fill fill, Object data)Called when accept is called on a fill
- 
Uses of Fill in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Fill Modifier and Type Method Description FillFillBuilder. 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 FillBuilderFillBuilder. reset(Fill original)
- 
Uses of Fill in org.geotools.mbstyle.layerMethods in org.geotools.mbstyle.layer that return Fill Modifier and Type Method Description FillBackgroundMBLayer. getFill(MBStyle styleContext)
- 
Uses of Fill in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type Fill Modifier and Type Method Description voidMetaBufferEstimator. visit(Fill fill)voidOpacityFinder. visit(Fill fill)
- 
Uses of Fill in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Fill Modifier and Type Method Description voidStyleVisitorAdapter. visit(Fill fill)
- 
Uses of Fill in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type Fill Modifier and Type Method Description CompositeSLDStyleFactory. getComposite(Fill fill, Object feature)Computes the Composite equivalent to the opacity in the SLD FillPaintSLDStyleFactory. getPaint(Fill fill, Object feature, Symbolizer symbolizer)voidStyleAttributeExtractor. visit(Fill fill)
- 
Uses of Fill in org.geotools.stylingClasses in org.geotools.styling that implement Fill Modifier and Type Class Description classFillImplstatic classFillImpl.ConstantFillFields in org.geotools.styling declared as Fill Modifier and Type Field Description static FillFillImpl. DEFAULTstatic FillFillImpl. NULLMethods in org.geotools.styling that return Fill Modifier and Type Method Description abstract FillAbstractStyleFactory. createFill(Expression color)abstract FillAbstractStyleFactory. createFill(Expression color, Expression opacity)abstract FillAbstractStyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)FillStyleBuilder. createFill()create a default fill 50% grayFillStyleBuilder. createFill(Color fillColor)create a fill of colorFillStyleBuilder. createFill(Color fillColor, double opacity)create a fill with the supplied color and opacityFillStyleBuilder. 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 fillFillStyleBuilder. createFill(Expression fillColor)create a fill of colorFillStyleBuilder. createFill(Expression color, Expression opacity)create a fill with the supplied color and opacityFillStyleBuilder. 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 fillFillStyleFactoryImpl. createFill(Expression color)FillStyleFactoryImpl. createFill(Expression color, Expression opacity)FillStyleFactoryImpl. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)static FillSLD. fill(PointSymbolizer sym)Retrieves the Fill from a PointSymbolizer.static FillSLD. fill(PolygonSymbolizer sym)Retrieves the Fill from a PolygonSymbolizer.FillStyleFactoryImpl. fill(GraphicFill fill, Expression color, Expression opacity)FillStyleImpl. getBackground()abstract FillAbstractStyleFactory. getDefaultFill()FillStyleFactoryImpl. getDefaultFill()FillPolygonSymbolizerImpl. getFill()Provides the graphical-symbolization parameter to use to fill the area of the geometry.FillTextSymbolizerImpl. 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 ColorSLD. color(Fill fill)Retrieve the color of a fill objectabstract HaloAbstractStyleFactory. createHalo(Fill fill, Expression radius)HaloStyleBuilder. 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)abstract MarkAbstractStyleFactory. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)MarkStyleBuilder. createMark(String wellKnownName, Fill fill, Stroke stroke)create a mark with the supplied fill and strokeMarkStyleBuilder. createMark(Expression wellKnownName, Fill fill, Stroke stroke)create a mark with the supplied fill and strokeMarkStyleFactoryImpl. createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)abstract PolygonSymbolizerAbstractStyleFactory. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)PolygonSymbolizerStyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill)create a polygon symbolizerPolygonSymbolizerStyleBuilder. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)create a polygon symbolizerPolygonSymbolizerStyleFactoryImpl. createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)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)HaloStyleFactoryImpl. halo(Fill fill, Expression radius)HaloImplStyleFactoryImpl2. halo(Fill fill, Expression radius)MarkStyleFactoryImpl. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl. mark(ExternalMark externalMark, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl2. mark(Expression wellKnownName, Fill fill, Stroke stroke)MarkImplStyleFactoryImpl2. mark(ExternalMark externalMark, Fill fill, Stroke stroke)static doubleSLD. opacity(Fill fill)Retrieve the opacity from the provided fill; or return the default.PolygonSymbolizerStyleFactoryImpl. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)PolygonSymbolizerStyleFactoryImpl2. polygonSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Stroke stroke, Fill fill, Displacement displacement, Expression offset)voidStyleImpl. setBackground(Fill background)voidHaloImpl. setFill(Fill fill)Setter for property fill.voidMarkImpl. setFill(Fill fill)Setter for property fill.voidPolygonSymbolizerImpl. setFill(Fill fill)Sets the graphical-symbolization parameter to use to fill the area of the geometry.voidTextSymbolizerImpl. setFill(Fill fill)Setter for property fill.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(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.visitorMethods in org.geotools.styling.visitor that return Fill Modifier and Type Method Description protected FillDuplicatingStyleVisitor. copy(Fill fill)Null safe fill copyMethods in org.geotools.styling.visitor with parameters of type Fill Modifier and Type Method Description protected FillDuplicatingStyleVisitor. copy(Fill fill)Null safe fill copyvoidDuplicatingStyleVisitor. visit(Fill fill)
- 
Uses of Fill in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return Fill Modifier and Type Method Description protected FillSLDParser. parseFill(Node root)Internal parse method - made protected for unit testing
- 
Uses of Fill in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type Fill Modifier and Type Method Description protected voidFillEncoder. 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.parseMethods in org.geotools.ysld.parse with parameters of type Fill Modifier and Type Method Description protected abstract voidFillParser. fill(Fill fill)
 
-