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.ObjectClass to hold an animation sandwich for a particular attribute.
-
-
Field Summary
Fields Modifier and Type Field Description AbstractAnimationanimationThe top-most animation in the sandwich.booleanlistenerRegisteredWhether anAnimationTargetListenerhas been registered to listen for changes to the base value.AbstractAnimationlowestAnimationThe bottom-most animation in the sandwich.booleanshouldUpdateWhether the animation needs to have its value copied into the document.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSandwich()
-
-
-
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 anAnimationTargetListenerhas been registered to listen for changes to the base value.
-
-