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

Packages that use NamedStyle
org.deegree_impl.graphics.sld   
 

Uses of NamedStyle in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement NamedStyle
(package private)  class NamedStyle_Impl
          A NamedStyle uses the "name" attribute to identify a style known to the WMS ----------------------------------------------------------------------
 

Methods in org.deegree_impl.graphics.sld that return NamedStyle
private static NamedStyle SLDFactory.createNamedStyle(org.w3c.dom.Element element)
          Creates a NamedStyle-instance according to the contents of the DOM-subtree starting at the given 'NamedStyle'-Element.
static NamedStyle SLDFactory.createNamedStyle(java.lang.String name)