BridgeContext.AnimatedAttrListener, SVGOMDocument.AnimAttrListenerpublic interface AnimatedAttributeListener
SVGOMDocument.| Modifier and Type | Method | Description |
|---|---|---|
void |
animatedAttributeChanged(org.w3c.dom.Element e,
AnimatedLiveAttributeValue alav) |
Called to notify an object of a change to the animated value of
an animatable XML attribute.
|
void |
otherAnimationChanged(org.w3c.dom.Element e,
java.lang.String type) |
Called to notify an object of a change to the value of an 'other'
animation.
|
void animatedAttributeChanged(org.w3c.dom.Element e,
AnimatedLiveAttributeValue alav)
e - the owner element of the changed animatable attributealav - the AnimatedLiveAttributeValue that changedvoid otherAnimationChanged(org.w3c.dom.Element e,
java.lang.String type)
e - the element being animatedtype - the type of animation whose value changedCopyright ? 2018 Apache Software Foundation. All Rights Reserved.