Uses of Class
org.apache.batik.css.CSSOMValue

Packages that use CSSOMValue
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
 

Uses of CSSOMValue in org.apache.batik.css
 

Fields in org.apache.batik.css declared as CSSOMValue
 CSSOMValue CSSOMStyleDeclaration.ValueEntry.value
          The value
 

Constructors in org.apache.batik.css with parameters of type CSSOMValue
CSSOMStyleDeclaration.ValueEntry(CSSOMValue value, java.lang.String priority)
          Creates a new ValueEntry object.
 

Uses of CSSOMValue in org.apache.batik.css.svg
 

Subclasses of CSSOMValue in org.apache.batik.css.svg
 class SVGCSSValue
          This class represents a SVG CSS value.
 

Methods in org.apache.batik.css.svg that return CSSOMValue
protected  CSSOMValue SVGColorFactory.createCSSValue(ImmutableValue v)
          Creates a new CSSValue.
 

Uses of CSSOMValue in org.apache.batik.css.value
 

Methods in org.apache.batik.css.value that return CSSOMValue
protected  CSSOMValue AbstractValueFactory.createCSSValue(ImmutableValue v)
          Creates a new CSSValue.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.