org.apache.batik.dom.anim
Interface AnimationTargetListener
public
interface
AnimationTargetListener
A listener class for animation targets. This will be for the animation
engine to be notified of updates to dependencies such as font size
changes and viewport sizes.
public void baseValueChanged(
AnimationTarget t, String ns, String ln, boolean isCSS)
Invoked to indicate that base value of the specified attribute
or property has changed.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.