Uses of Interface
org.apache.batik.anim.dom.AnimationTargetListener
-
Packages that use AnimationTargetListener Package Description org.apache.batik.anim 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 AnimationTargetListener in org.apache.batik.anim
Classes in org.apache.batik.anim that implement AnimationTargetListener Modifier and Type Class Description protected classAnimationEngine.ListenerListener 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 AnimationTargetListener Modifier and Type Method Description voidAnimationTarget. addTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)Adds a listener for changes to the given attribute value.voidSVGAnimationTargetContext. addTargetListener(java.lang.String pn, AnimationTargetListener l)Adds a listener for changes to the given CSS property.voidSVGOMElement. addTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)Adds a listener for changes to the given attribute value.voidSVGStylableElement. addTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)Adds a listener for changes to the given attribute value.voidAnimationTarget. removeTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)Removes a listener for changes to the given attribute value.voidSVGAnimationTargetContext. removeTargetListener(java.lang.String pn, AnimationTargetListener l)Removes a listener for changes to the given attribute value.voidSVGOMElement. removeTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)Removes a listener for changes to the given attribute value.voidSVGStylableElement. removeTargetListener(java.lang.String ns, java.lang.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 AnimationTargetListener Modifier and Type Method Description voidAnimatableSVGBridge. addTargetListener(java.lang.String pn, AnimationTargetListener l)Adds a listener for changes to the given attribute value.voidSVGAnimationElementBridge. addTargetListener(java.lang.String pn, AnimationTargetListener l)Adds a listener for changes to the given attribute value.voidAnimatableSVGBridge. removeTargetListener(java.lang.String pn, AnimationTargetListener l)Removes a listener for changes to the given attribute value.voidSVGAnimationElementBridge. removeTargetListener(java.lang.String pn, AnimationTargetListener l)Removes a listener for changes to the given attribute value.
-