org.apache.batik.bridge
protected class BridgeContext.AnimatedAttrListener extends Object implements AnimatedAttributeListener
Constructor Summary | |
---|---|
AnimatedAttrListener()
Creates a new AnimatedAttributeListener. |
Method Summary | |
---|---|
void | animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of
an animated 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 animated attribute alav the AnimatedLiveAttributeValue that changed
Parameters: e the element being animated type the type of animation whose value changed