org.apache.batik.anim

Class AnimationEngine.Sandwich

protected static class AnimationEngine.Sandwich extends Object

Class to hold an animation sandwich for a particular attribute.
Field Summary
AbstractAnimationanimation
The top-most animation in the sandwich.
booleanlistenerRegistered
Whether an AnimationTargetListener has been registered to listen for changes to the base value.
AbstractAnimationlowestAnimation
The bottom-most animation in the sandwich.
booleanshouldUpdate
Whether the animation needs to have its value copied into the document.

Field Detail

animation

public AbstractAnimation animation
The top-most animation in the sandwich.

listenerRegistered

public boolean listenerRegistered
Whether an AnimationTargetListener has been registered to listen for changes to the base value.

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.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.