Package org.loboevolution.html.dom.svg
Interface SVGAnimatedLengthList
- All Known Implementing Classes:
SVGAnimatedLengthListImpl
public interface SVGAnimatedLengthList
SVGAnimatedLengthList interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetAnimVal.getBaseVal.
-
Method Details
-
getBaseVal
SVGLengthList getBaseVal()getBaseVal.
- Returns:
- a
SVGLengthList
object.
-
getAnimVal
SVGLengthList getAnimVal()getAnimVal.
- Returns:
- a
SVGLengthList
object.
-