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 class
Listener class for animated attribute changes.Fields in org.apache.batik.anim.dom declared as AnimatedAttributeListenerModifier and TypeFieldDescriptionprotected AnimatedAttributeListener
SVGOMDocument.mainAnimatedAttributeListener
The mainAnimatedAttributeListener
that redispatches to all listeners inSVGOMDocument.animatedAttributeListeners
.Methods in org.apache.batik.anim.dom that return AnimatedAttributeListenerModifier and TypeMethodDescriptionprotected AnimatedAttributeListener
SVGOMDocument.getAnimatedAttributeListener()
Returns theAnimatedAttributeListener
for the document.Methods in org.apache.batik.anim.dom with parameters of type AnimatedAttributeListenerModifier and TypeMethodDescriptionvoid
AbstractSVGAnimatedValue.addAnimatedAttributeListener
(AnimatedAttributeListener aal) Adds a listener for changes to the animated value.void
AnimatedLiveAttributeValue.addAnimatedAttributeListener
(AnimatedAttributeListener aal) Adds a listener for changes to the animated value.void
SVGOMDocument.addAnimatedAttributeListener
(AnimatedAttributeListener aal) Adds anAnimatedAttributeListener
to this document, to be notified of animated XML attribute changes.void
AbstractSVGAnimatedValue.removeAnimatedAttributeListener
(AnimatedAttributeListener aal) Removes 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 anAnimatedAttributeListener
from this document. -
Uses of AnimatedAttributeListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement AnimatedAttributeListenerModifier and TypeClassDescriptionprotected class
A listener class for changes to animated attributes in the document.Fields in org.apache.batik.bridge declared as AnimatedAttributeListenerModifier and TypeFieldDescriptionprotected AnimatedAttributeListener
BridgeContext.animatedAttributeListener
The listener to receive notification of animated attribute changes.