Uses of Interface
org.geotools.styling.Fill

Packages that use Fill
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
org.geotools.renderer.style Styling to be applied on 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 LiteRenderer.applyFill(java.awt.Graphics2D graphic, Fill fill, Feature feature)
          Deprecated. Renders a filled feature
 

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  java.awt.Paint SLDStyleFactory.getPaint(Fill fill, Feature feature)
           
protected  java.awt.Composite SLDStyleFactory.getComposite(Fill fill, Feature feature)
          Computes the Composite equivalent to the opacity in the SLD Fill
 

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

Methods in org.geotools.styling with parameters of type Fill
 void XMLEncoder.visit(Fill fill)
          Deprecated.  
 void MarkImpl.setFill(Fill fill)
          Setter for property fill.
abstract  TextSymbolizer AbstractStyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
abstract  Mark AbstractStyleFactory.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
abstract  Halo AbstractStyleFactory.createHalo(Fill fill, Expression radius)
           
abstract  PolygonSymbolizer AbstractStyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, java.lang.String geometryPropertyName)
           
 PolygonSymbolizer StyleFactoryImpl.createPolygonSymbolizer(Stroke stroke, Fill fill, java.lang.String geometryPropertyName)
           
 TextSymbolizer StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 TextSymbolizer2 StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
           
 Mark StyleFactoryImpl.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Halo StyleFactoryImpl.createHalo(Fill fill, Expression radius)
           
 void HaloImpl.setFill(Fill fill)
          Setter for property fill.
 void StyleAttributeExtractor.visit(Fill 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.
 Mark StyleBuilder.createMark(java.lang.String wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
 Mark StyleBuilder.createMark(Expression wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
 Halo StyleBuilder.createHalo(Fill fill, double radius)
          wrapper round StyleFactory method to create halo
 Halo StyleBuilder.createHalo(Fill fill, Expression radius)
          wrapper round StyleFactory method to create halo
 PolygonSymbolizer StyleBuilder.createPolygonSymbolizer(Stroke stroke, Fill fill)
          create a polygon symbolizer
 PolygonSymbolizer StyleBuilder.createPolygonSymbolizer(Stroke stroke, Fill fill, java.lang.String geometryPropertyName)
          create a polygon symbolizer
 TextSymbolizer StyleBuilder.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
          create a text symbolizer
static java.awt.Color SLD.color(Fill fill)
           
static double SLD.opacity(Fill fill)
           
 TextSymbolizer2 StyleFactory2.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
          Label Shield hack, non SLD 1.1
 TextSymbolizer StyleFactory.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName)
           
 Mark StyleFactory.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Halo StyleFactory.createHalo(Fill fill, Expression radius)
           
 PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, java.lang.String geometryPropertyName)
           
 void Halo.setFill(Fill fill)
          The fill (color) of the halo
 void TextSymbolizer.setFill(Fill fill)
          Sets the object that indicates how the text will be filled.
 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 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 with parameters of type Fill
 void DuplicatorStyleVisitor.visit(Fill fill)
           
 



Copyright © GeoTools. All Rights Reserved.