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 SVGOMComponentTransferFunctionElement.getTableValues()
          DOM: Implements SVGComponentTransferFunctionElement.getTableValues().
 SVGAnimatedNumberList SVGOMFEConvolveMatrixElement.getKernelMatrix()
          DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
 SVGAnimatedNumberList SVGOMFEColorMatrixElement.getValues()
          DOM: Implements SVGFEColorMatrixElement.getValues().
 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 SVGTextPositioningElement.getRotate()
           
 SVGAnimatedNumberList SVGComponentTransferFunctionElement.getTableValues()
           
 SVGAnimatedNumberList SVGFEColorMatrixElement.getValues()
           
 SVGAnimatedNumberList SVGFEConvolveMatrixElement.getKernelMatrix()
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.