|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGOMDocument.AnimAttrListener
protected class SVGOMDocument.AnimAttrListener
Listener class for animated attribute changes.
Constructor Summary | |
---|---|
protected |
SVGOMDocument.AnimAttrListener()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SVGOMDocument.AnimAttrListener()
Method Detail |
---|
public void animatedAttributeChanged(org.w3c.dom.Element e, AnimatedLiveAttributeValue alav)
animatedAttributeChanged
in interface AnimatedAttributeListener
e
- the owner element of the changed animatable attributealav
- the AnimatedLiveAttributeValue that changedpublic void otherAnimationChanged(org.w3c.dom.Element e, java.lang.String type)
otherAnimationChanged
in interface AnimatedAttributeListener
e
- the element being animatedtype
- the type of animation whose value changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |