public class JsSVGAnimatedPreserveAspectRatio extends JsElementalMixinBase implements SVGAnimatedPreserveAspectRatio
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsSVGAnimatedPreserveAspectRatio() |
Modifier and Type | Method and Description |
---|---|
JsSVGPreserveAspectRatio |
getAnimVal()
A read only
SVGPreserveAspectRatio
representing the current animated value of the given attribute. |
JsSVGPreserveAspectRatio |
getBaseVal()
The base value of the given attribute before applying any animations.
|
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final JsSVGPreserveAspectRatio getAnimVal()
SVGAnimatedPreserveAspectRatio
SVGPreserveAspectRatio
representing the current animated value of the given attribute. If the given attribute is not currently being animated, then the SVGPreserveAspectRatio
will have the same contents as baseVal
. The object referenced by animVal
is always distinct from the one referenced by baseVal
, even when the attribute is not animated.getAnimVal
in interface SVGAnimatedPreserveAspectRatio
public final JsSVGPreserveAspectRatio getBaseVal()
SVGAnimatedPreserveAspectRatio
getBaseVal
in interface SVGAnimatedPreserveAspectRatio
Copyright © 2018. All rights reserved.