Package org.loboevolution.svg.dom
Class SVGAnimatedPreserveAspectRatioImpl
java.lang.Object
org.loboevolution.svg.dom.SVGAnimatedValue
org.loboevolution.svg.dom.SVGAnimatedPreserveAspectRatioImpl
- All Implemented Interfaces:
SVGAnimatedPreserveAspectRatio
public class SVGAnimatedPreserveAspectRatioImpl
extends SVGAnimatedValue
implements SVGAnimatedPreserveAspectRatio
SVGAnimatedPreserveAspectRatioImpl class.
-
Field Summary
Fields inherited from class org.loboevolution.svg.dom.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
ConstructorsConstructorDescriptionSVGAnimatedPreserveAspectRatioImpl(SVGPreserveAspectRatio baseVal, SVGElementImpl owner) -
Method Summary
Modifier and TypeMethodDescriptiongetAnimVal.getBaseVal.Methods inherited from class org.loboevolution.svg.dom.SVGAnimatedValue
addAnimation
-
Constructor Details
-
SVGAnimatedPreserveAspectRatioImpl
-
-
Method Details
-
getBaseVal
Description copied from interface:SVGAnimatedPreserveAspectRatiogetBaseVal.
- Specified by:
getBaseValin interfaceSVGAnimatedPreserveAspectRatio- Returns:
- a
SVGPreserveAspectRatioobject.
-
getAnimVal
Description copied from interface:SVGAnimatedPreserveAspectRatiogetAnimVal.
- Specified by:
getAnimValin interfaceSVGAnimatedPreserveAspectRatio- Returns:
- a
SVGPreserveAspectRatioobject.
-