org.apache.batik.dom.svg
Interface SVGAnimationTargetContext
- All Superinterfaces:
- SVGContext
- All Known Implementing Classes:
- AnimatableSVGBridge
- 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.
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 © 2009 Apache Software Foundation. All Rights Reserved.