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