org.apache.fop.dom.svg
Class SVGAnimatedLengthListImpl

org.apache.fop.dom.svg.SVGListImpl
  |
  +--org.apache.fop.dom.svg.SVGAnimatedLengthListImpl

public class SVGAnimatedLengthListImpl
extends SVGListImpl
implements SVGAnimatedLengthList

a length quantity in XSL


Field Summary
 (package private) SVGLengthListbaseVal
           

Fields inherited from class org.apache.fop.dom.svg.SVGListImpl
list

Constructor Summary
SVGAnimatedLengthListImpl()
           

Method Summary
 SVGLengthListgetAnimVal()
           
 SVGLengthListgetBaseVal()
           
 voidsetBaseVal(SVGLengthList baseVal)
           

Methods inherited from class org.apache.fop.dom.svg.SVGListImpl
clear, getNumberOfItems, toString

Field Detail

baseVal

SVGLengthList baseVal
Constructor Detail

SVGAnimatedLengthListImpl

public SVGAnimatedLengthListImpl()
Method Detail

getAnimVal

public SVGLengthList getAnimVal()

getBaseVal

public SVGLengthList getBaseVal()

setBaseVal

public void setBaseVal(SVGLengthList baseVal)