|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnimatedAttributeListener | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom.svg |
Uses of AnimatedAttributeListener in org.apache.batik.bridge |
---|
Classes in org.apache.batik.bridge that implement AnimatedAttributeListener | |
---|---|
protected class |
BridgeContext.AnimatedAttrListener
A listener class for changes to animated attributes in the document. |
Fields in org.apache.batik.bridge declared as AnimatedAttributeListener | |
---|---|
protected AnimatedAttributeListener |
BridgeContext.animatedAttributeListener
The listener to receive notification of animated attribute changes. |
Uses of AnimatedAttributeListener in org.apache.batik.dom.svg |
---|
Classes in org.apache.batik.dom.svg that implement AnimatedAttributeListener | |
---|---|
protected class |
SVGOMDocument.AnimAttrListener
Listener class for animated attribute changes. |
Fields in org.apache.batik.dom.svg declared as AnimatedAttributeListener | |
---|---|
protected AnimatedAttributeListener |
SVGOMDocument.mainAnimatedAttributeListener
The main AnimatedAttributeListener that redispatches to all
listeners in SVGOMDocument.animatedAttributeListeners . |
Methods in org.apache.batik.dom.svg that return AnimatedAttributeListener | |
---|---|
protected AnimatedAttributeListener |
SVGOMDocument.getAnimatedAttributeListener()
Returns the AnimatedAttributeListener for the document. |
Methods in org.apache.batik.dom.svg with parameters of type AnimatedAttributeListener | |
---|---|
void |
AnimatedLiveAttributeValue.addAnimatedAttributeListener(AnimatedAttributeListener aal)
Adds a listener for changes to the animated value. |
void |
AbstractSVGAnimatedValue.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 |
AnimatedLiveAttributeValue.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes a listener for changes to the animated value. |
void |
AbstractSVGAnimatedValue.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes a listener for changes to the animated value. |
void |
SVGOMDocument.removeAnimatedAttributeListener(AnimatedAttributeListener aal)
Removes an AnimatedAttributeListener from this document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |