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,
java.lang.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 changedvoid otherAnimationChanged(Element e, java.lang.String type)
e
- the element being animatedtype
- the type of animation whose value changedCopyright © 2022 Apache Software Foundation. All Rights Reserved.