org.apache.batik.dom.svg
public interface AnimatedLiveAttributeValue extends LiveAttributeValue
| Method Summary | |
|---|---|
| void | addAnimatedAttributeListener(AnimatedAttributeListener aal)
Adds a listener for changes to the animated value. |
| String | getLocalName()
Returns the local name of this animated live attribute. |
| String | getNamespaceURI()
Returns the namespace URI of this animated live attribute. |
| AnimatableValue | getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as an AnimatableValue. |
| void | removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes a listener for changes to the animated value. |