Uses of Class
org.apache.batik.css.svg.SVGCSSNumberList

Packages that use SVGCSSNumberList
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
 

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

Subclasses of SVGCSSNumberList in org.apache.batik.css.svg
 class SVGCSSReadOnlyNumberList
          This class provides a read-only SVG number list.
 

Fields in org.apache.batik.css.svg declared as SVGCSSNumberList
protected  SVGCSSNumberList ImmutableSVGColorValue.colors
          The colors.
 

Constructors in org.apache.batik.css.svg with parameters of type SVGCSSNumberList
ImmutableSVGColorValue(short ctype, CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b, java.lang.String cprofile, SVGCSSNumberList l)
          Creates a new ImmutableSVGColorValue.
ImmutableSVGPaintValue(short ctype, CSSPrimitiveValue r, CSSPrimitiveValue g, CSSPrimitiveValue b, java.lang.String cprofile, SVGCSSNumberList l, java.lang.String url)
          Creates a new ImmutableSVGPaintValue.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.