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 {@link AnimationTargetListener}s 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) 2007 Apache Software Foundation. All Rights Reserved.