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

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

Uses of GraphicFill in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement GraphicFill
 class GraphicFill_Impl
          The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.
 

Fields in org.deegree_impl.graphics.sld declared as GraphicFill
protected  GraphicFill Drawing_Impl.graphicFill
           
 

Methods in org.deegree_impl.graphics.sld that return GraphicFill
static GraphicFill StyleFactory.createGraphicFill(Graphic graphic)
          creates a GraphicFill from a Graphic object
private static GraphicFill SLDFactory.createGraphicFill(org.w3c.dom.Element element)
          Creates a GraphicFill-instance according to the contents of the DOM-subtree starting at the given 'GraphicFill'-Element.
 GraphicFill Drawing_Impl.getGraphicFill()
          The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.
 

Methods in org.deegree_impl.graphics.sld with parameters of type GraphicFill
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
 void Drawing_Impl.setGraphicFill(GraphicFill graphicFill)
          The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.
 

Constructors in org.deegree_impl.graphics.sld with parameters of type GraphicFill
Stroke_Impl(java.util.HashMap cssParams, GraphicStroke graphicStroke, GraphicFill graphicFill)
          Constructs a new Stroke_Impl.
Fill_Impl(java.util.HashMap cssParams, GraphicFill graphicFill)
          Constructs a new Fill_Impl.
Drawing_Impl(java.util.HashMap cssParams, GraphicFill graphicFill)
          Constructs a new instance of Drawing_Impl.
 

Uses of GraphicFill in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return GraphicFill
 GraphicFill Drawing.getGraphicFill()
          The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.
 

Methods in org.deegree.graphics.sld with parameters of type GraphicFill
 void Drawing.setGraphicFill(GraphicFill graphicFill)
          The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.