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

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

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

Classes in org.apache.batik.dom.svg that implement SVGLength
protected  class AbstractSVGAnimatedLength.BaseSVGLength
          This class represents the SVGLength returned by getBaseVal().
 

Methods in org.apache.batik.dom.svg that return SVGLength
 SVGLength AbstractSVGAnimatedLength.getBaseVal()
          DOM: Implements SVGAnimatedLength.getBaseVal().
 SVGLength AbstractSVGAnimatedLength.getAnimVal()
          DOM: Implements SVGAnimatedLength.getAnimVal().
 SVGLength SVGOMSVGElement.createSVGLength()
          DOM: Implements SVGSVGElement.createSVGLength().
 

Uses of SVGLength in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGLength
 SVGLength SVGLengthList.initialize(SVGLength newItem)
           
 SVGLength SVGLengthList.getItem(int index)
           
 SVGLength SVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.removeItem(int index)
           
 SVGLength SVGLengthList.appendItem(SVGLength newItem)
           
 SVGLength SVGAnimatedLength.getBaseVal()
           
 SVGLength SVGAnimatedLength.getAnimVal()
           
 SVGLength SVGSVGElement.createSVGLength()
           
 

Methods in org.w3c.dom.svg with parameters of type SVGLength
 SVGLength SVGLengthList.initialize(SVGLength newItem)
           
 SVGLength SVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength SVGLengthList.appendItem(SVGLength newItem)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.