org.apache.batik.dom.svg

Interface SVGAnimationTargetContext

public interface SVGAnimationTargetContext extends SVGContext

Context interface for elements that can be the target of animations. This exposes the ability to attach AnimationTargetListeners to the element.
Method Summary
voidaddTargetListener(String pn, AnimationTargetListener l)
Adds a listener for changes to the given CSS property.
voidremoveTargetListener(String pn, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.

Method Detail

addTargetListener

public void addTargetListener(String pn, AnimationTargetListener l)
Adds a listener for changes to the given CSS property.

removeTargetListener

public void removeTargetListener(String pn, AnimationTargetListener l)
Removes a listener for changes to the given attribute value.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.