Package org.apache.batik.bridge
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
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:
animatedAttributeChanged
in 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:
otherAnimationChanged
in interfaceAnimatedAttributeListener
- Parameters:
e
- the element being animatedtype
- the type of animation whose value changed
-