|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.BridgeContext.AnimatedAttrListener
protected class BridgeContext.AnimatedAttrListener
A listener class for changes to animated attributes in the document.
Constructor Summary | |
---|---|
BridgeContext.AnimatedAttrListener()
Creates a new AnimatedAttributeListener. |
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 animated 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 |
---|
public BridgeContext.AnimatedAttrListener()
Method Detail |
---|
public void animatedAttributeChanged(org.w3c.dom.Element e, AnimatedLiveAttributeValue alav)
animatedAttributeChanged
in interface AnimatedAttributeListener
e
- the owner element of the changed animated 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 |