Uses of Interface
org.geotools.styling.Fill

Packages that use Fill
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.renderer.style Styling to be applied on org.geotools.renderer.geom.Geometry objects at rendering time. 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of Fill in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Fill
 void MetaBufferEstimator.visit(Fill fill)
           
 

Uses of Fill in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Fill
 void StyleVisitorAdapter.visit(Fill fill)
           
 

Uses of Fill in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type Fill
 void OpacityFinder.visit(Fill fill)
           
 

Uses of Fill in org.geotools.renderer.style
 

Methods in org.geotools.renderer.style with parameters of type Fill
protected  Composite SLDStyleFactory.getComposite(Fill fill, Object feature)
          Computes the Composite equivalent to the opacity in the SLD Fill
protected  Paint SLDStyleFactory.getPaint(Fill fill, Object feature)
           
 

Uses of Fill in org.geotools.styling
 

Classes in org.geotools.styling that implement Fill
 class FillImpl
           
 

Fields in org.geotools.styling declared as Fill
static Fill Fill.DEFAULT
           
static Fill Fill.NULL
           
 

Methods in org.geotools.styling that return Fill
 Fill StyleBuilder.createFill()
          create a default fill 50% gray
 Fill StyleBuilder.createFill(Color fillColor)
          create a fill of color
 Fill 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 fill
 Fill StyleBuilder.createFill(Color fillColor, double opacity)
          create a fill with the supplied color and opacity
abstract  Fill AbstractStyleFactory.createFill(Expression color)
           
 Fill StyleBuilder.createFill(Expression fillColor)
          create a fill of color
 Fill StyleFactoryImpl.createFill(Expression color)
           
 Fill StyleFactory.createFill(Expression color)
           
abstract  Fill AbstractStyleFactory.createFill(Expression color, Expression opacity)
           
 Fill StyleBuilder.createFill(Expression color, Expression opacity)
          create a fill with the supplied color and opacity
 Fill StyleFactoryImpl.createFill(Expression color, Expression opacity)
           
 Fill StyleFactory.createFill(Expression color, Expression opacity)
           
abstract  Fill AbstractStyleFactory.createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
           
 Fill 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 fill
 Fill StyleFactoryImpl.createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
           
 Fill StyleFactory.createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
           
static Fill SLD.fill(PointSymbolizer sym)
           
static Fill SLD.fill(PolygonSymbolizer sym)
           
abstract  Fill AbstractStyleFactory.getDefaultFill()
           
 Fill StyleFactoryImpl.getDefaultFill()
           
 Fill StyleFactory.getDefaultFill()
           
 Fill HaloImpl.getFill()
          Getter for property fill.
 Fill MarkImpl.getFill()
          This parameter defines which fill style to use when rendering the Mark.
 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.
 Fill Halo.getFill()
          The fill (color) of the halo
 Fill PolygonSymbolizer.getFill()
          Provides the graphical-symbolization parameter to use to fill the area of the geometry.
 Fill Mark.getFill()
          This parameter defines which fill style to use when rendering the Mark.
 Fill TextSymbolizer.getFill()
          Returns the object that indicates how the text will be filled.
 

Methods in org.geotools.styling with parameters of type Fill
static Color SLD.color(Fill fill)
           
 Halo StyleBuilder.createHalo(Fill fill, double radius)
          wrapper round StyleFactory method to create halo
abstract  Halo AbstractStyleFactory.createHalo(Fill fill, Expression radius)
           
 Halo StyleBuilder.createHalo(Fill fill, Expression radius)
          wrapper round StyleFactory method to create halo
 Halo StyleFactoryImpl.createHalo(Fill fill, Expression radius)
           
 Halo StyleFactory.createHalo(Fill fill, Expression radius)
           
 Mark StyleBuilder.createMark(Expression wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
abstract  Mark AbstractStyleFactory.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleFactoryImpl.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleFactory.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 stroke
 PolygonSymbolizer StyleBuilder.createPolygonSymbolizer(Stroke stroke, Fill fill)
          create a polygon symbolizer
abstract  PolygonSymbolizer AbstractStyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
           
 PolygonSymbolizer StyleBuilder.createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
          create a polygon symbolizer
 PolygonSymbolizer StyleFactoryImpl.createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
           
 PolygonSymbolizer StyleFactory.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 symbolizer
 TextSymbolizer StyleFactoryImpl.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)
           
 TextSymbolizer2 StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
           
 TextSymbolizer2 StyleFactory2.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
          Label Shield hack, non SLD 1.1
static double SLD.opacity(Fill fill)
          Retrieve the opacity from the provided fill; or return the default.
 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.
 void Halo.setFill(Fill fill)
          The fill (color) of the halo
 void PolygonSymbolizer.setFill(Fill fill)
          Provides the graphical-symbolization parameter to use to fill the area of the geometry.
 void Mark.setFill(Fill fill)
          This parameter defines which fill style to use when rendering the Mark.
 void TextSymbolizer.setFill(Fill fill)
          Sets the object that indicates how the text will be filled.
 void StyleAttributeExtractor.visit(Fill fill)
           
 void StyleVisitor.visit(Fill fill)
          Called when accept is called on a fill
 

Constructors in org.geotools.styling with parameters of type Fill
BasicPolygonStyle(Fill fill, Stroke stroke)
           
 

Uses of Fill in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return Fill
protected  Fill DuplicatingStyleVisitor.copy(Fill fill)
          Null safe fill copy
 

Methods in org.geotools.styling.visitor with parameters of type Fill
protected  Fill DuplicatingStyleVisitor.copy(Fill fill)
          Null safe fill copy
 void DuplicatingStyleVisitor.visit(Fill fill)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.