public interface AnimatedAttributeListener
SVGOMDocument
.Modifier and Type | Method and Description |
---|---|
void |
animatedAttributeChanged(Element e,
AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of
an animatable XML attribute.
|
void |
otherAnimationChanged(Element e,
String type)
Called to notify an object of a change to the value of an 'other'
animation.
|
void animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
e
- the owner element of the changed animatable attributealav
- the AnimatedLiveAttributeValue that changedCopyright © 2000–2023 Apache Software Foundation. All rights reserved.