|
||||||||||
| 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(Element e,
AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of an animatable XML attribute. |
void |
otherAnimationChanged(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(Element e,
AnimatedLiveAttributeValue alav)
animatedAttributeChanged in interface AnimatedAttributeListenere - the owner element of the changed animatable attributealav - the AnimatedLiveAttributeValue that changed
public void otherAnimationChanged(Element e,
java.lang.String type)
otherAnimationChanged in interface AnimatedAttributeListenere - 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 | |||||||||