public class SVGOMAnimatedPreserveAspectRatio extends AbstractSVGAnimatedValue
SVGAnimatedPreserveAspectRatio
interface.Modifier and Type | Class and Description |
---|---|
class |
SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
This class represents the SVGPreserveAspectRatio returned by
getAnimVal() . |
class |
SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
This class represents the SVGPreserveAspectRatio returned by
getBaseVal() . |
Modifier and Type | Field and Description |
---|---|
protected SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue |
animVal
The animated value.
|
protected SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue |
baseVal
The base value.
|
protected boolean |
changing
Whether the value is changing.
|
element, hasAnimVal, listeners, localName, namespaceURI
Constructor and Description |
---|
SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
Creates a new SVGOMAnimatedPreserveAspectRatio.
|
Modifier and Type | Method and Description |
---|---|
void |
attrAdded(Attr node,
java.lang.String newv)
Called when an Attr node has been added.
|
void |
attrModified(Attr node,
java.lang.String oldv,
java.lang.String newv)
Called when an Attr node has been modified.
|
void |
attrRemoved(Attr node,
java.lang.String oldv)
Called when an Attr node has been removed.
|
void |
check()
Throws an exception if the points list value is malformed.
|
SVGPreserveAspectRatio |
getAnimVal()
DOM: Implements
SVGAnimatedPreserveAspectRatio#getAnimVal() . |
SVGPreserveAspectRatio |
getBaseVal()
DOM: Implements
SVGAnimatedPreserveAspectRatio#getBaseVal() . |
AnimatableValue |
getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an
AnimatableValue . |
protected void |
updateAnimatedValue(AnimatableValue val)
Updates the animated value with the given
AnimatableValue . |
addAnimatedAttributeListener, fireAnimatedAttributeListeners, fireBaseAttributeListeners, getLocalName, getNamespaceURI, isSpecified, removeAnimatedAttributeListener
protected SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue baseVal
protected SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue animVal
protected boolean changing
public SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
elt
- The associated element.public SVGPreserveAspectRatio getBaseVal()
SVGAnimatedPreserveAspectRatio#getBaseVal()
.public SVGPreserveAspectRatio getAnimVal()
SVGAnimatedPreserveAspectRatio#getAnimVal()
.public void check()
public AnimatableValue getUnderlyingValue(AnimationTarget target)
AnimatableValue
.protected void updateAnimatedValue(AnimatableValue val)
AnimatableValue
.updateAnimatedValue
in class AbstractSVGAnimatedValue
public void attrAdded(Attr node, java.lang.String newv)
public void attrModified(Attr node, java.lang.String oldv, java.lang.String newv)
public void attrRemoved(Attr node, java.lang.String oldv)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.