Uses of Interface
org.apache.batik.anim.dom.AnimatedAttributeListener
-
Packages that use AnimatedAttributeListener Package Description org.apache.batik.anim.dom org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of AnimatedAttributeListener in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement AnimatedAttributeListener Modifier and Type Class Description protected classSVGOMDocument.AnimAttrListenerListener class for animated attribute changes.Fields in org.apache.batik.anim.dom declared as AnimatedAttributeListener Modifier and Type Field Description protected AnimatedAttributeListenerSVGOMDocument. mainAnimatedAttributeListenerThe mainAnimatedAttributeListenerthat redispatches to all listeners inSVGOMDocument.animatedAttributeListeners.Methods in org.apache.batik.anim.dom that return AnimatedAttributeListener Modifier and Type Method Description protected AnimatedAttributeListenerSVGOMDocument. getAnimatedAttributeListener()Returns theAnimatedAttributeListenerfor the document.Methods in org.apache.batik.anim.dom with parameters of type AnimatedAttributeListener Modifier and Type Method Description voidAbstractSVGAnimatedValue. addAnimatedAttributeListener(AnimatedAttributeListener aal)Adds a listener for changes to the animated value.voidAnimatedLiveAttributeValue. addAnimatedAttributeListener(AnimatedAttributeListener aal)Adds a listener for changes to the animated value.voidSVGOMDocument. addAnimatedAttributeListener(AnimatedAttributeListener aal)Adds anAnimatedAttributeListenerto this document, to be notified of animated XML attribute changes.voidAbstractSVGAnimatedValue. removeAnimatedAttributeListener(AnimatedAttributeListener aal)Removes a listener for changes to the animated value.voidAnimatedLiveAttributeValue. removeAnimatedAttributeListener(AnimatedAttributeListener aal)Removes a listener for changes to the animated value.voidSVGOMDocument. removeAnimatedAttributeListener(AnimatedAttributeListener aal)Removes anAnimatedAttributeListenerfrom this document. -
Uses of AnimatedAttributeListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement AnimatedAttributeListener Modifier and Type Class Description protected classBridgeContext.AnimatedAttrListenerA listener class for changes to animated attributes in the document.Fields in org.apache.batik.bridge declared as AnimatedAttributeListener Modifier and Type Field Description protected AnimatedAttributeListenerBridgeContext. animatedAttributeListenerThe listener to receive notification of animated attribute changes.
-