Uses of Interface
org.apache.batik.anim.dom.AnimatedAttributeListener
Packages that use AnimatedAttributeListener
Package
Description
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 AnimatedAttributeListenerModifier and TypeClassDescriptionprotected classListener class for animated attribute changes.Fields in org.apache.batik.anim.dom declared as AnimatedAttributeListenerModifier and TypeFieldDescriptionprotected AnimatedAttributeListenerSVGOMDocument.mainAnimatedAttributeListenerThe mainAnimatedAttributeListenerthat redispatches to all listeners inSVGOMDocument.animatedAttributeListeners.Methods in org.apache.batik.anim.dom that return AnimatedAttributeListenerModifier and TypeMethodDescriptionprotected AnimatedAttributeListenerSVGOMDocument.getAnimatedAttributeListener()Returns theAnimatedAttributeListenerfor the document.Methods in org.apache.batik.anim.dom with parameters of type AnimatedAttributeListenerModifier and TypeMethodDescriptionvoidAbstractSVGAnimatedValue.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 AnimatedAttributeListenerModifier and TypeClassDescriptionprotected classA listener class for changes to animated attributes in the document.Fields in org.apache.batik.bridge declared as AnimatedAttributeListenerModifier and TypeFieldDescriptionprotected AnimatedAttributeListenerBridgeContext.animatedAttributeListenerThe listener to receive notification of animated attribute changes.