|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.anim.AnimationEngine.Sandwich
protected static class AnimationEngine.Sandwich
Class to hold an animation sandwich for a particular attribute.
Field Summary | |
---|---|
AbstractAnimation |
animation
The top-most animation in the sandwich. |
boolean |
listenerRegistered
Whether an AnimationTargetListener has been registered to
listen for changes to the base value. |
AbstractAnimation |
lowestAnimation
The bottom-most animation in the sandwich. |
boolean |
shouldUpdate
Whether the animation needs to have its value copied into the document. |
Constructor Summary | |
---|---|
protected |
AnimationEngine.Sandwich()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AbstractAnimation animation
public AbstractAnimation lowestAnimation
public boolean shouldUpdate
public boolean listenerRegistered
AnimationTargetListener
has been registered to
listen for changes to the base value.
Constructor Detail |
---|
protected AnimationEngine.Sandwich()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |