org.apache.fop.dom.svg
Class SVGAnimatedLengthImpl

java.lang.Object
  |
  +--org.apache.fop.dom.svg.SVGAnimatedLengthImpl

public class SVGAnimatedLengthImpl
extends java.lang.Object
implements org.w3c.dom.svg.SVGAnimatedLength


Constructor Summary
SVGAnimatedLengthImpl(org.w3c.dom.svg.SVGLength l)
           
 
Method Summary
 org.w3c.dom.svg.SVGLength getAnimVal()
           
 org.w3c.dom.svg.SVGLength getBaseVal()
           
 void setBaseVal(org.w3c.dom.svg.SVGLength baseVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGAnimatedLengthImpl

public SVGAnimatedLengthImpl(org.w3c.dom.svg.SVGLength l)
Method Detail

getBaseVal

public org.w3c.dom.svg.SVGLength getBaseVal()
Specified by:
getBaseVal in interface org.w3c.dom.svg.SVGAnimatedLength

setBaseVal

public void setBaseVal(org.w3c.dom.svg.SVGLength baseVal)

getAnimVal

public org.w3c.dom.svg.SVGLength getAnimVal()
Specified by:
getAnimVal in interface org.w3c.dom.svg.SVGAnimatedLength


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.