Uses of Interface
org.w3c.dom.svg.SVGNumberList

Packages that use SVGNumberList
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.w3c.dom.svg   
 

Uses of SVGNumberList in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type SVGNumberList
static float[] SVGUtilities.convertSVGNumberList(SVGNumberList l)
          Converts an SVGNumberList into a float array.
 

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

Classes in org.apache.batik.css.svg that implement SVGNumberList
 class SVGCSSNumberList
          This class provides an implementation of SVGNumberList.
 class SVGCSSReadOnlyNumberList
          This class provides a read-only SVG number list.
 

Methods in org.apache.batik.css.svg that return SVGNumberList
 SVGNumberList ImmutableSVGColorValue.getColors()
          Returns the colors in this ICC color.
 

Uses of SVGNumberList in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGNumberList
 SVGNumberList SVGICCColor.getColors()
           
 SVGNumberList SVGAnimatedNumberList.getBaseVal()
           
 SVGNumberList SVGAnimatedNumberList.getAnimVal()
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.