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().
 class AbstractSVGLength
          Default implementation for SVGLength.
protected  class AbstractSVGLengthList.SVGLengthItem
          Representation of the item SVGLength.
 class SVGOMLength
          Default implementation of SVGLength.
 

Methods in org.apache.batik.dom.svg that return SVGLength
 SVGLength SVGOMSVGElement.createSVGLength()
          DOM: Implements SVGSVGElement.createSVGLength().
 SVGLength AbstractSVGLengthList.initialize(SVGLength newItem)
           
 SVGLength AbstractSVGLengthList.getItem(int index)
           
 SVGLength AbstractSVGLengthList.insertItemBefore(SVGLength newItem, int index)
           
 SVGLength AbstractSVGLengthList.replaceItem(SVGLength newItem, int index)
           
 SVGLength AbstractSVGLengthList.removeItem(int index)
           
 SVGLength AbstractSVGLengthList.appendItem(SVGLength newItem)
           
 SVGLength AbstractSVGAnimatedLength.getBaseVal()
          DOM: Implements SVGAnimatedLength.getBaseVal().
 SVGLength AbstractSVGAnimatedLength.getAnimVal()
          DOM: Implements SVGAnimatedLength.getAnimVal().
 

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

Uses of SVGLength in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGLength
 SVGLength SVGAnimatedLength.getBaseVal()
           
 SVGLength SVGAnimatedLength.getAnimVal()
           
 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 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 ? 2005 Apache Software Foundation. All Rights Reserved.