Class SVGAnimatedPreserveAspectRatioImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGAnimatedValue
org.loboevolution.html.dom.svgimpl.SVGAnimatedPreserveAspectRatioImpl
- All Implemented Interfaces:
SVGAnimatedPreserveAspectRatio
public class SVGAnimatedPreserveAspectRatioImpl
extends SVGAnimatedValue
implements SVGAnimatedPreserveAspectRatio
SVGAnimatedPreserveAspectRatioImpl class.
-
Field Summary
Fields inherited from class org.loboevolution.html.dom.svgimpl.SVGAnimatedValue
ANIMTYPE_ANGLE, ANIMTYPE_BOOLEAN, ANIMTYPE_ENUMERATION, ANIMTYPE_INTEGER, ANIMTYPE_LENGTH, ANIMTYPE_LENGTHLIST, ANIMTYPE_NUMBER, ANIMTYPE_NUMBERLIST, ANIMTYPE_PRESERVEASPECTRATIO, ANIMTYPE_RECT, ANIMTYPE_STRING, ANIMTYPE_TEXTROTATE, ANIMTYPE_TRANSFORMLIST
-
Constructor Summary
ConstructorDescriptionSVGAnimatedPreserveAspectRatioImpl
(SVGPreserveAspectRatio baseVal, SVGElementImpl owner) -
Method Summary
Modifier and TypeMethodDescriptiongetAnimVal.getBaseVal.Methods inherited from class org.loboevolution.html.dom.svgimpl.SVGAnimatedValue
addAnimation
-
Constructor Details
-
SVGAnimatedPreserveAspectRatioImpl
-
-
Method Details
-
getBaseVal
Description copied from interface:SVGAnimatedPreserveAspectRatio
getBaseVal.
- Specified by:
getBaseVal
in interfaceSVGAnimatedPreserveAspectRatio
- Returns:
- a
SVGPreserveAspectRatio
object.
-
getAnimVal
Description copied from interface:SVGAnimatedPreserveAspectRatio
getAnimVal.
- Specified by:
getAnimVal
in interfaceSVGAnimatedPreserveAspectRatio
- Returns:
- a
SVGPreserveAspectRatio
object.
-