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
protected class SVGOMDocument.AnimAttrListener extends java.lang.Object implements AnimatedAttributeListener
Listener class for animated attribute changes.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnimAttrListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
animatedAttributeChanged(org.w3c.dom.Element e, AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of an animatable XML attribute.void
otherAnimationChanged(org.w3c.dom.Element e, java.lang.String type)
Called to notify an object of a change to the value of an 'other' animation.
-
-
-
Method Detail
-
animatedAttributeChanged
public void animatedAttributeChanged(org.w3c.dom.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 interfaceAnimatedAttributeListener
- Parameters:
e
- the owner element of the changed animatable attributealav
- the AnimatedLiveAttributeValue that changed
-
otherAnimationChanged
public void otherAnimationChanged(org.w3c.dom.Element e, java.lang.String type)
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
-
-