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

Packages that use SVGAnimatedNumberList
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGAnimatedNumberList in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement SVGAnimatedNumberList
 class SVGOMAnimatedNumberList
          This class is the implementation of the SVGAnimatedNumberList interface.
 

Methods in org.apache.batik.dom.svg that return SVGAnimatedNumberList
 SVGAnimatedNumberList SVGOMFEColorMatrixElement.getValues()
          DOM: Implements SVGFEColorMatrixElement.getValues().
 SVGAnimatedNumberList SVGOMComponentTransferFunctionElement.getTableValues()
          DOM: Implements SVGComponentTransferFunctionElement.getTableValues().
 SVGAnimatedNumberList SVGOMFEConvolveMatrixElement.getKernelMatrix()
          DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
 SVGAnimatedNumberList SVGOMTextPositioningElement.getRotate()
          DOM: Implements SVGTextPositioningElement.getRotate().
 

Uses of SVGAnimatedNumberList in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGAnimatedNumberList
 SVGAnimatedNumberList SVGFEConvolveMatrixElement.getKernelMatrix()
           
 SVGAnimatedNumberList SVGTextPositioningElement.getRotate()
           
 SVGAnimatedNumberList SVGFEColorMatrixElement.getValues()
           
 SVGAnimatedNumberList SVGComponentTransferFunctionElement.getTableValues()
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.