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

Packages that use CssParameter
org.deegree_impl.graphics.sld   
 

Uses of CssParameter in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement CssParameter
(package private)  class CssParameter_Impl
          The simple SVG/CSS2 styling parameters are given with the CssParameter element, which is defined as follows: The parameter values are allowed to be complex expressions for maximum flexibility.
 

Methods in org.deegree_impl.graphics.sld that return CssParameter
static CssParameter StyleFactory.createCssParameter(java.lang.String name, java.lang.String value)
          creates a CssParameter with a name and a value
static CssParameter StyleFactory.createCssParameter(java.lang.String name, int value)
          creates a CssParameter with a name and a value
static CssParameter StyleFactory.createCssParameter(java.lang.String name, double value)
          creates a CssParameter with a name and a value
private static CssParameter SLDFactory.createCssParameter(org.w3c.dom.Element element)
          Creates a CssParameter-instance according to the contents of the DOM-subtree starting at the given 'CssParameter'-Element.
 

Methods in org.deegree_impl.graphics.sld with parameters of type CssParameter
private  boolean Stroke_Impl.isSimple(CssParameter cssParam)
          returns true if the passed CssParameter contain a simple value