org.apache.batik.anim.dom
Interface SVGAnimationTargetContext
- All Superinterfaces:
- SVGContext
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.
- Version:
- $Id: SVGAnimationTargetContext.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Cameron McCormack
addTargetListener
void addTargetListener(String pn,
AnimationTargetListener l)
- Adds a listener for changes to the given CSS property.
removeTargetListener
void removeTargetListener(String pn,
AnimationTargetListener l)
- Removes a listener for changes to the given attribute value.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.