Uses of Interface
org.apache.batik.anim.dom.AnimatedAttributeListener

Packages that use AnimatedAttributeListener
org.apache.batik.anim.dom   
 

Uses of AnimatedAttributeListener in org.apache.batik.anim.dom
 

Classes in org.apache.batik.anim.dom that implement AnimatedAttributeListener
protected  class SVGOMDocument.AnimAttrListener
          Listener class for animated attribute changes.
 

Fields in org.apache.batik.anim.dom declared as AnimatedAttributeListener
protected  AnimatedAttributeListener SVGOMDocument.mainAnimatedAttributeListener
          The main AnimatedAttributeListener that redispatches to all listeners in SVGOMDocument.animatedAttributeListeners.
 

Methods in org.apache.batik.anim.dom that return AnimatedAttributeListener
protected  AnimatedAttributeListener SVGOMDocument.getAnimatedAttributeListener()
          Returns the AnimatedAttributeListener for the document.
 

Methods in org.apache.batik.anim.dom with parameters of type AnimatedAttributeListener
 void AnimatedLiveAttributeValue.addAnimatedAttributeListener(AnimatedAttributeListener aal)
          Adds a listener for changes to the animated value.
 void SVGOMDocument.addAnimatedAttributeListener(AnimatedAttributeListener aal)
          Adds an AnimatedAttributeListener to this document, to be notified of animated XML attribute changes.
 void AbstractSVGAnimatedValue.addAnimatedAttributeListener(AnimatedAttributeListener aal)
          Adds a listener for changes to the animated value.
 void AnimatedLiveAttributeValue.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
          Removes a listener for changes to the animated value.
 void SVGOMDocument.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
          Removes an AnimatedAttributeListener from this document.
 void AbstractSVGAnimatedValue.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
          Removes a listener for changes to the animated value.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.