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 class
AnimationEngine.Listener
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 AnimationTargetListener Modifier and Type Method Description void
AnimationTarget. addTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)
Adds a listener for changes to the given attribute value.void
SVGAnimationTargetContext. addTargetListener(java.lang.String pn, AnimationTargetListener l)
Adds a listener for changes to the given CSS property.void
SVGOMElement. addTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)
Adds a listener for changes to the given attribute value.void
SVGStylableElement. addTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)
Adds a listener for changes to the given attribute value.void
AnimationTarget. removeTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.void
SVGAnimationTargetContext. removeTargetListener(java.lang.String pn, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.void
SVGOMElement. removeTargetListener(java.lang.String ns, java.lang.String an, boolean isCSS, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.void
SVGStylableElement. 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 void
AnimatableSVGBridge. addTargetListener(java.lang.String pn, AnimationTargetListener l)
Adds a listener for changes to the given attribute value.void
SVGAnimationElementBridge. addTargetListener(java.lang.String pn, AnimationTargetListener l)
Adds a listener for changes to the given attribute value.void
AnimatableSVGBridge. removeTargetListener(java.lang.String pn, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.void
SVGAnimationElementBridge. removeTargetListener(java.lang.String pn, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.
-