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 class
SVGOMDocument.AnimAttrListener
Listener class for animated attribute changes.Fields in org.apache.batik.anim.dom declared as AnimatedAttributeListener Modifier and Type Field Description protected AnimatedAttributeListener
SVGOMDocument. mainAnimatedAttributeListener
The mainAnimatedAttributeListener
that redispatches to all listeners inSVGOMDocument.animatedAttributeListeners
.Methods in org.apache.batik.anim.dom that return AnimatedAttributeListener Modifier and Type Method Description protected AnimatedAttributeListener
SVGOMDocument. getAnimatedAttributeListener()
Returns theAnimatedAttributeListener
for the document.Methods in org.apache.batik.anim.dom with parameters of type AnimatedAttributeListener Modifier and Type Method Description void
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 AnimatedAttributeListener Modifier and Type Class Description protected class
BridgeContext.AnimatedAttrListener
A 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 AnimatedAttributeListener
BridgeContext. animatedAttributeListener
The listener to receive notification of animated attribute changes.
-