Class SVGAnimatedLengthListImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGAnimatedLengthListImpl
- All Implemented Interfaces:
SVGAnimatedLengthList
SVGAnimatedLengthListImpl class.
-
Constructor Summary
ConstructorDescriptionConstructor for SVGAnimatedLengthListImpl. -
Method Summary
Modifier and TypeMethodDescriptiongetAnimVal.getBaseVal.
-
Constructor Details
-
SVGAnimatedLengthListImpl
Constructor for SVGAnimatedLengthListImpl.
- Parameters:
lenght
- aSVGLengthList
object.
-
-
Method Details
-
getBaseVal
getBaseVal.
- Specified by:
getBaseVal
in interfaceSVGAnimatedLengthList
- Returns:
- a
SVGLengthList
object.
-
getAnimVal
getAnimVal.
- Specified by:
getAnimVal
in interfaceSVGAnimatedLengthList
- Returns:
- a
SVGLengthList
object.
-