public class OMSVGAnimatedPreserveAspectRatio
extends com.google.gwt.core.client.JavaScriptObject
OMSVGPreserveAspectRatio
which can be animated.Modifier | Constructor and Description |
---|---|
protected |
OMSVGAnimatedPreserveAspectRatio() |
Modifier and Type | Method and Description |
---|---|
OMSVGPreserveAspectRatio |
getAnimVal()
A read only
OMSVGPreserveAspectRatio
representing the current animated value of the given attribute. |
OMSVGPreserveAspectRatio |
getBaseVal()
The base value of the given attribute before applying any animations.
|
public final OMSVGPreserveAspectRatio getBaseVal()
public final OMSVGPreserveAspectRatio getAnimVal()
OMSVGPreserveAspectRatio
representing the current animated value of the given attribute. If the
given attribute is not currently being animated, then the OMSVGPreserveAspectRatio
will have the same contents as getBaseVal()
.
The object referenced by getAnimVal()
will always be distinct from the one referenced by getBaseVal()
,
even when the attribute is not animated.Copyright © 2018. All Rights Reserved.