Class AnimationEngine.Sandwich

java.lang.Object
org.apache.batik.anim.AnimationEngine.Sandwich
Enclosing class:
AnimationEngine

protected static class AnimationEngine.Sandwich extends Object
Class to hold an animation sandwich for a particular attribute.
  • Field Details

    • 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 an AnimationTargetListener has been registered to listen for changes to the base value.
  • Constructor Details

    • Sandwich

      protected Sandwich()