| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
SVGOMDocument.AnimAttrListener |
Listener class for animated attribute changes.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected AnimatedAttributeListener |
SVGOMDocument.mainAnimatedAttributeListener |
The main
AnimatedAttributeListener that redispatches to all
listeners in SVGOMDocument.animatedAttributeListeners. |
| Modifier and Type | Method | Description |
|---|---|---|
protected AnimatedAttributeListener |
SVGOMDocument.getAnimatedAttributeListener() |
Returns the
AnimatedAttributeListener for the document. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractSVGAnimatedValue.addAnimatedAttributeListener(AnimatedAttributeListener aal) |
Adds a listener for changes to the animated value.
|
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.removeAnimatedAttributeListener(AnimatedAttributeListener aal) |
Removes 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. |
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
BridgeContext.AnimatedAttrListener |
A listener class for changes to animated attributes in the document.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected AnimatedAttributeListener |
BridgeContext.animatedAttributeListener |
The listener to receive notification of animated attribute changes.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.