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 classListener 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 TypeMethodDescriptionvoidAnimationTarget.addTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l) Adds a listener for changes to the given attribute value.voidSVGAnimationTargetContext.addTargetListener(String pn, AnimationTargetListener l) Adds a listener for changes to the given CSS property.voidSVGOMElement.addTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l) Adds a listener for changes to the given attribute value.voidSVGStylableElement.addTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l) Adds a listener for changes to the given attribute value.voidAnimationTarget.removeTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l) Removes a listener for changes to the given attribute value.voidSVGAnimationTargetContext.removeTargetListener(String pn, AnimationTargetListener l) Removes a listener for changes to the given attribute value.voidSVGOMElement.removeTargetListener(String ns, String an, boolean isCSS, AnimationTargetListener l) Removes a listener for changes to the given attribute value.voidSVGStylableElement.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 TypeMethodDescriptionvoidAnimatableSVGBridge.addTargetListener(String pn, AnimationTargetListener l) Adds a listener for changes to the given attribute value.voidSVGAnimationElementBridge.addTargetListener(String pn, AnimationTargetListener l) Adds a listener for changes to the given attribute value.voidAnimatableSVGBridge.removeTargetListener(String pn, AnimationTargetListener l) Removes a listener for changes to the given attribute value.voidSVGAnimationElementBridge.removeTargetListener(String pn, AnimationTargetListener l) Removes a listener for changes to the given attribute value.