org.apache.batik.bridge

Class BridgeContext.AnimatedAttrListener

protected class BridgeContext.AnimatedAttrListener extends Object implements AnimatedAttributeListener

A listener class for changes to animated attributes in the document.
Constructor Summary
AnimatedAttrListener()
Creates a new AnimatedAttributeListener.
Method Summary
voidanimatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of an animated XML attribute.
voidotherAnimationChanged(Element e, String type)
Called to notify an object of a change to the value of an 'other' animation.

Constructor Detail

AnimatedAttrListener

public AnimatedAttrListener()
Creates a new AnimatedAttributeListener.

Method Detail

animatedAttributeChanged

public void animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of an animated XML attribute.

Parameters: e the owner element of the changed animated attribute alav 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.

Parameters: e the element being animated type the type of animation whose value changed

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.