| Package | Description |
|---|---|
| org.apache.batik.anim.dom |
| Modifier and Type | Class and Description |
|---|---|
protected class |
SVGOMDocument.AnimAttrListener
Listener class for animated attribute changes.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnimatedAttributeListener |
SVGOMDocument.mainAnimatedAttributeListener
The main
AnimatedAttributeListener that redispatches to all
listeners in SVGOMDocument.animatedAttributeListeners. |
| Modifier and Type | Method and Description |
|---|---|
protected AnimatedAttributeListener |
SVGOMDocument.getAnimatedAttributeListener()
Returns the
AnimatedAttributeListener for the document. |
| Modifier and Type | Method and Description |
|---|---|
void |
AnimatedLiveAttributeValue.addAnimatedAttributeListener(AnimatedAttributeListener aal)
Adds a listener for changes to the animated value.
|
void |
SVGOMDocument.addAnimatedAttributeListener(AnimatedAttributeListener aal)
Adds an
AnimatedAttributeListener to this document, to be
notified of animated XML attribute changes. |
void |
AbstractSVGAnimatedValue.addAnimatedAttributeListener(AnimatedAttributeListener aal)
Adds a listener for changes to the animated value.
|
void |
AnimatedLiveAttributeValue.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes a listener for changes to the animated value.
|
void |
SVGOMDocument.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes an
AnimatedAttributeListener from this document. |
void |
AbstractSVGAnimatedValue.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes a listener for changes to the animated value.
|
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.