org.apache.batik.anim
protected static class AnimationEngine.Sandwich extends Object
Field Summary | |
---|---|
AbstractAnimation | animation
The top-most animation in the sandwich. |
boolean | listenerRegistered
Whether an {@link 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. |