org.apache.fop.dom.svg
Class SVGAnimatedLengthImpl


public class SVGAnimatedLengthImpl
implements SVGAnimatedLength


Field Summary
 (package private) SVGLengthlen
           

Constructor Summary
SVGAnimatedLengthImpl(SVGLength l)
           

Method Summary
 SVGLengthgetAnimVal()
           
 SVGLengthgetBaseVal()
           
 voidsetBaseVal(SVGLength baseVal)
           

Field Detail

len

SVGLength len
Constructor Detail

SVGAnimatedLengthImpl

public SVGAnimatedLengthImpl(SVGLength l)
Method Detail

getAnimVal

public SVGLength getAnimVal()

getBaseVal

public SVGLength getBaseVal()

setBaseVal

public void setBaseVal(SVGLength baseVal)