Uses of Class
org.deegree_impl.clients.context.StyleList

Packages that use StyleList
org.deegree_impl.clients.context   
 

Uses of StyleList in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as StyleList
private  StyleList Layer.styleList
           
 

Methods in org.deegree_impl.clients.context that return StyleList
private static StyleList WebMapContextFactory.createStyleList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a list of styles available for a layer
 StyleList Layer.getStyleList()
          The parent element containing the list of available styles for this layer.
 

Methods in org.deegree_impl.clients.context with parameters of type StyleList
 void Layer.setStyleList(StyleList styleList)
           
 

Constructors in org.deegree_impl.clients.context with parameters of type StyleList
Layer(Server server, java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] srs, BaseURL dataURL, BaseURL metadataURL, FormatList formatList, StyleList styleList, boolean queryable, boolean hidden, Marshallable extension)
          Creates a new ContextLayer object.