org.apache.batik.anim.dom
Class SVGOMDocument.AnimAttrListener
java.lang.Object
org.apache.batik.anim.dom.SVGOMDocument.AnimAttrListener
- All Implemented Interfaces:
- AnimatedAttributeListener
- Enclosing class:
- SVGOMDocument
protected class SVGOMDocument.AnimAttrListener
- extends Object
- implements AnimatedAttributeListener
Listener class for animated attribute changes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMDocument.AnimAttrListener
protected SVGOMDocument.AnimAttrListener()
animatedAttributeChanged
public void animatedAttributeChanged(Element e,
AnimatedLiveAttributeValue alav)
- Called to notify an object of a change to the animated value of
an animatable XML attribute.
- Specified by:
animatedAttributeChanged in interface AnimatedAttributeListener
- Parameters:
e - the owner element of the changed animatable attributealav - the AnimatedLiveAttributeValue that changed
otherAnimationChanged
public void otherAnimationChanged(Element e,
String type)
- Called to notify an object of a change to the value of an 'other'
animation.
- Specified by:
otherAnimationChanged in interface AnimatedAttributeListener
- Parameters:
e - the element being animatedtype - the type of animation whose value changed
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.