Class BridgeContext.AnimatedAttrListener
java.lang.Object
org.apache.batik.bridge.BridgeContext.AnimatedAttrListener
- All Implemented Interfaces:
AnimatedAttributeListener
- Enclosing class:
BridgeContext
protected class BridgeContext.AnimatedAttrListener
extends Object
implements AnimatedAttributeListener
A listener class for changes to animated attributes in the document.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled 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 Details
-
AnimatedAttrListener
public AnimatedAttrListener()Creates a new AnimatedAttributeListener.
-
-
Method Details
-
animatedAttributeChanged
Called to notify an object of a change to the animated value of an animated XML attribute.- Specified by:
animatedAttributeChangedin interfaceAnimatedAttributeListener- Parameters:
e- the owner element of the changed animated attributealav- the AnimatedLiveAttributeValue that changed
-
otherAnimationChanged
Called to notify an object of a change to the value of an 'other' animation.- Specified by:
otherAnimationChangedin interfaceAnimatedAttributeListener- Parameters:
e- the element being animatedtype- the type of animation whose value changed
-