|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.vectomatic.dom.svg.OMSVGAnimatedPreserveAspectRatio
public class OMSVGAnimatedPreserveAspectRatio
Used for attributes of type OMSVGPreserveAspectRatio
which can be animated.
Constructor Summary | |
---|---|
protected |
OMSVGAnimatedPreserveAspectRatio()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OMSVGAnimatedPreserveAspectRatio()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |