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 java.lang.Object implements AnimatedAttributeListener
A listener class for changes to animated attributes in the document.
-
-
Constructor Summary
Constructors Constructor Description AnimatedAttrListener()
Creates a new AnimatedAttributeListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
animatedAttributeChanged(org.w3c.dom.Element e, AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of an animated XML attribute.void
otherAnimationChanged(org.w3c.dom.Element e, java.lang.String type)
Called to notify an object of a change to the value of an 'other' animation.
-
-
-
Method Detail
-
animatedAttributeChanged
public void animatedAttributeChanged(org.w3c.dom.Element e, AnimatedLiveAttributeValue alav)
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
public void otherAnimationChanged(org.w3c.dom.Element e, java.lang.String type)
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
-
-