Uses of Interface
org.apache.batik.anim.dom.AnimationTargetListener
Packages that use AnimationTargetListener
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of AnimationTargetListener in org.apache.batik.anim
Classes in org.apache.batik.anim that implement AnimationTargetListenerModifier and TypeClassDescriptionprotected class
Listener class for changes to base values on a target element. -
Uses of AnimationTargetListener in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom with parameters of type AnimationTargetListenerModifier and TypeMethodDescriptionvoid
AnimationTarget.addTargetListener
(String ns, String an, boolean isCSS, AnimationTargetListener l) Adds a listener for changes to the given attribute value.void
SVGAnimationTargetContext.addTargetListener
(String pn, AnimationTargetListener l) Adds a listener for changes to the given CSS property.void
SVGOMElement.addTargetListener
(String ns, String an, boolean isCSS, AnimationTargetListener l) Adds a listener for changes to the given attribute value.void
SVGStylableElement.addTargetListener
(String ns, String an, boolean isCSS, AnimationTargetListener l) Adds a listener for changes to the given attribute value.void
AnimationTarget.removeTargetListener
(String ns, String an, boolean isCSS, AnimationTargetListener l) Removes a listener for changes to the given attribute value.void
SVGAnimationTargetContext.removeTargetListener
(String pn, AnimationTargetListener l) Removes a listener for changes to the given attribute value.void
SVGOMElement.removeTargetListener
(String ns, String an, boolean isCSS, AnimationTargetListener l) Removes a listener for changes to the given attribute value.void
SVGStylableElement.removeTargetListener
(String ns, String an, boolean isCSS, AnimationTargetListener l) Removes a listener for changes to the given attribute value. -
Uses of AnimationTargetListener in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type AnimationTargetListenerModifier and TypeMethodDescriptionvoid
AnimatableSVGBridge.addTargetListener
(String pn, AnimationTargetListener l) Adds a listener for changes to the given attribute value.void
SVGAnimationElementBridge.addTargetListener
(String pn, AnimationTargetListener l) Adds a listener for changes to the given attribute value.void
AnimatableSVGBridge.removeTargetListener
(String pn, AnimationTargetListener l) Removes a listener for changes to the given attribute value.void
SVGAnimationElementBridge.removeTargetListener
(String pn, AnimationTargetListener l) Removes a listener for changes to the given attribute value.