protected class SVGOMDocument.AnimAttrListener extends Object implements AnimatedAttributeListener
| Modifier | Constructor and Description |
|---|---|
protected |
AnimAttrListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
animatedAttributeChanged(Element e,
AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of
an animatable XML attribute.
|
void |
otherAnimationChanged(Element e,
String type)
Called to notify an object of a change to the value of an 'other'
animation.
|
public void animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
animatedAttributeChanged in interface AnimatedAttributeListenere - the owner element of the changed animatable attributealav - the AnimatedLiveAttributeValue that changedpublic void otherAnimationChanged(Element e, String type)
otherAnimationChanged in interface AnimatedAttributeListenere - the element being animatedtype - the type of animation whose value changedCopyright © 2000–2021 Apache Software Foundation. All rights reserved.