Class SVGAnimatedLengthImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGAnimatedLengthImpl
- All Implemented Interfaces:
SVGAnimatedLength
SVGAnimatedLengthImpl class.
-
Constructor Summary
ConstructorDescriptionSVGAnimatedLengthImpl
(SVGLength baseValue) Constructor for SVGAnimatedLengthImpl. -
Method Summary
Modifier and TypeMethodDescriptiongetAnimVal.getBaseVal.
-
Constructor Details
-
SVGAnimatedLengthImpl
Constructor for SVGAnimatedLengthImpl.
- Parameters:
baseValue
- aSVGLength
object.
-
-
Method Details
-
getBaseVal
getBaseVal.
- Specified by:
getBaseVal
in interfaceSVGAnimatedLength
- Returns:
- a
SVGLength
object.
-
getAnimVal
getAnimVal.
- Specified by:
getAnimVal
in interfaceSVGAnimatedLength
- Returns:
- a
SVGLength
object.
-