Package org.apache.batik.anim
Class AnimationEngine.Sandwich
- java.lang.Object
-
- org.apache.batik.anim.AnimationEngine.Sandwich
-
- Enclosing class:
- AnimationEngine
protected static class AnimationEngine.Sandwich extends java.lang.Object
Class to hold an animation sandwich for a particular attribute.
-
-
Field Summary
Fields Modifier and Type Field Description AbstractAnimation
animation
The top-most animation in the sandwich.boolean
listenerRegistered
Whether anAnimationTargetListener
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
Constructors Modifier Constructor Description protected
Sandwich()
-
-
-
Field Detail
-
animation
public AbstractAnimation animation
The top-most animation in the sandwich.
-
lowestAnimation
public AbstractAnimation lowestAnimation
The bottom-most animation in the sandwich.
-
shouldUpdate
public boolean shouldUpdate
Whether the animation needs to have its value copied into the document.
-
listenerRegistered
public boolean listenerRegistered
Whether anAnimationTargetListener
has been registered to listen for changes to the base value.
-
-