Uses of Interface
org.deegree.graphics.sld.Fill

Packages that use Fill
org.deegree_impl.graphics.sld   
org.deegree.graphics.sld   
 

Uses of Fill in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement Fill
 class Fill_Impl
          A Fill allows area geometries to be filled.
 

Fields in org.deegree_impl.graphics.sld declared as Fill
private  Fill TextSymbolizer_Impl.fill
           
private  Fill PolygonSymbolizer_Impl.fill
           
private  Fill Mark_Impl.fill
           
private  Fill Halo_Impl.fill
           
 

Methods in org.deegree_impl.graphics.sld that return Fill
 Fill TextSymbolizer_Impl.getFill()
          A Fill allows area geometries to be filled.
static Fill StyleFactory.createFill()
          create a default fill 50% gray
static Fill StyleFactory.createFill(java.awt.Color color)
          create a fill of color
static Fill StyleFactory.createFill(java.awt.Color color, double opacity)
          create a fill with the supplied color and opacity
static Fill StyleFactory.createFill(java.awt.Color color, double opacity, GraphicFill fill)
          create a fill with color and opacity supplied and uses the graphic fill supplied for the fill
private static Fill SLDFactory.createFill(org.w3c.dom.Element element)
          Creates a Fill-instance according to the contents of the DOM-subtree starting at the given 'Fill'-Element.
 Fill PolygonSymbolizer_Impl.getFill()
          A Fill allows area geometries to be filled.
 Fill Mark_Impl.getFill()
          A Fill allows area geometries to be filled.
 Fill Halo_Impl.getFill()
          A Fill allows area geometries to be filled.
 

Methods in org.deegree_impl.graphics.sld with parameters of type Fill
 void TextSymbolizer_Impl.setFill(Fill fill)
          sets the
static Mark StyleFactory.createMark(java.lang.String wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
static Halo StyleFactory.createHalo(Fill fill, Stroke stroke, double radius)
          wrapper round StyleFactory method to create halo
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill)
          create a polygon symbolizer
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, java.lang.String geometryPropertyName)
          create a polygon symbolizer
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, java.lang.String geometryPropertyName, double min, double max)
          create a polygon symbolizer
static TextSymbolizer StyleFactory.createTextSymbolizer(java.lang.String geometryPropertyName, java.lang.String attribute, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          create a textsymbolizer
static TextSymbolizer StyleFactory.createTextSymbolizer(Geometry geometry, ParameterValueType label, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          create a textsymbolizer
 void PolygonSymbolizer_Impl.setFill(Fill fill)
          sets the
 void Mark_Impl.setFill(Fill fill)
          sets the
 void Halo_Impl.setFill(Fill fill)
          Sets the underlying Fill-instance.
 

Constructors in org.deegree_impl.graphics.sld with parameters of type Fill
TextSymbolizer_Impl(Geometry geometry, ParameterValueType label, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          constructor initializing the class with the
PolygonSymbolizer_Impl(Fill fill, Stroke stroke, Geometry geometry, double min, double max)
          constructor initializing the class with the
Mark_Impl(java.lang.String wellKnownName, Stroke stroke, Fill fill)
          constructor initializing the class with the
Halo_Impl(ParameterValueType radius, Fill fill, Stroke stroke)
          Create a new Halo-instance.
 

Uses of Fill in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return Fill
 Fill TextSymbolizer.getFill()
          A Fill allows area geometries to be filled.
 Fill PolygonSymbolizer.getFill()
          A Fill allows area geometries to be filled.
 Fill Mark.getFill()
          A Fill allows area geometries to be filled.
 Fill Halo.getFill()
          A Fill allows area geometries to be filled.
 

Methods in org.deegree.graphics.sld with parameters of type Fill
 void TextSymbolizer.setFill(Fill fill)
          Sets the Fill.
 void PolygonSymbolizer.setFill(Fill fill)
          Sets the Fill
 void Mark.setFill(Fill fill)
          Sets the Fill
 void Halo.setFill(Fill fill)
          Sets the Fill for the Halo.