org.apache.batik.dom.svg
protected class SVGOMDocument.AnimAttrListener extends Object implements AnimatedAttributeListener
Method Summary | |
---|---|
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. |
Parameters: e the owner element of the changed animatable attribute alav the AnimatedLiveAttributeValue that changed
Parameters: e the element being animated type the type of animation whose value changed