Package 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
Listener class for animated attribute changes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
AnimAttrListener
protected AnimAttrListener()
-
-
Method Details
-
animatedAttributeChanged
Called to notify an object of a change to the animated value of an animatable XML attribute.- Specified by:
animatedAttributeChanged
in interfaceAnimatedAttributeListener
- Parameters:
e
- the owner element of the changed animatable attributealav
- the AnimatedLiveAttributeValue that changed
-
otherAnimationChanged
Called to notify an object of a change to the value of an 'other' animation.- Specified by:
otherAnimationChanged
in interfaceAnimatedAttributeListener
- Parameters:
e
- the element being animatedtype
- the type of animation whose value changed
-