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

Packages that use Style
org.deegree_impl.clients.context   
 

Uses of Style in org.deegree_impl.clients.context
 

Fields in org.deegree_impl.clients.context declared as Style
private  Style StyleList.current
           
 

Methods in org.deegree_impl.clients.context that return Style
private static Style WebMapContextFactory.createStyle(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a description of a Style
 Style[] StyleList.getStyles()
          returns an array of all styles known by a layer
 Style StyleList.getCurrentStyle()
          returns the currentlay
 Style StyleList.getStyle(java.lang.String name)
           
 Style StyleList.removeStyle(java.lang.String name)
           
 

Methods in org.deegree_impl.clients.context with parameters of type Style
 void StyleList.setStyles(Style[] styles)
          sets alla styles known by a layer
 void StyleList.addStyle(Style style)
           
 

Constructors in org.deegree_impl.clients.context with parameters of type Style
StyleList(Style[] styles)
          Creates a new StyleList object.