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

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

Uses of GraphicStroke in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement GraphicStroke
 class GraphicStroke_Impl
          The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
 

Fields in org.deegree_impl.graphics.sld declared as GraphicStroke
private  GraphicStroke Stroke_Impl.graphicStroke
           
 

Methods in org.deegree_impl.graphics.sld that return GraphicStroke
static GraphicStroke StyleFactory.createGraphicStroke(Graphic graphic)
          creates a GraphicStroke from a Graphic object
 GraphicStroke Stroke_Impl.getGraphicStroke()
          The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
private static GraphicStroke SLDFactory.createGraphicStroke(org.w3c.dom.Element element)
          Creates a GraphicStroke-instance according to the contents of the DOM-subtree starting at the given 'GraphicStroke'-Element.
 

Methods in org.deegree_impl.graphics.sld with parameters of type GraphicStroke
 void Stroke_Impl.setGraphicStroke(GraphicStroke graphicStroke)
          The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
 

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

Uses of GraphicStroke in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return GraphicStroke
 GraphicStroke Stroke.getGraphicStroke()
          The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
 

Methods in org.deegree.graphics.sld with parameters of type GraphicStroke
 void Stroke.setGraphicStroke(GraphicStroke graphicStroke)
          Sets a GraphicStroke.