Uses of Class
org.apache.batik.anim.AbstractAnimation

Packages that use AbstractAnimation
org.apache.batik.anim   
 

Uses of AbstractAnimation in org.apache.batik.anim
 

Subclasses of AbstractAnimation in org.apache.batik.anim
 class ColorAnimation
          An animation class for 'animateColor' animations.
 class InterpolatingAnimation
          An abstract animation class for those animations that interpolate values.
 class MotionAnimation
          An animation class for 'animateMotion' animations.
 class SetAnimation
          An animation class for 'set' animations.
 class SimpleAnimation
          An animation class for 'animate' animations.
 class TransformAnimation
          An animation class for 'animateTransform' animations.
 

Fields in org.apache.batik.anim declared as AbstractAnimation
 AbstractAnimation AnimationEngine.Sandwich.animation
          The top-most animation in the sandwich.
protected  AbstractAnimation AbstractAnimation.higherAnimation
          The animation that is higher in the sandwich.
protected  AbstractAnimation AbstractAnimation.lowerAnimation
          The animation that is lower in the sandwich.
 AbstractAnimation AnimationEngine.Sandwich.lowestAnimation
          The bottom-most animation in the sandwich.
 

Methods in org.apache.batik.anim with parameters of type AbstractAnimation
 void AnimationEngine.addAnimation(AnimationTarget target, short type, String ns, String an, AbstractAnimation anim)
          Adds an animation to the document.
protected  AnimationEngine.AnimationInfo AnimationEngine.getAnimationInfo(AbstractAnimation anim)
          Returns the AnimationInfo for the given AbstractAnimation.
protected  void AnimationEngine.moveToBottom(AbstractAnimation anim)
          Moves the given animation to the bottom of the sandwich.
protected  void AnimationEngine.moveToTop(AbstractAnimation anim)
          Moves the given animation to the top of the sandwich.
protected  void AnimationEngine.pushDown(AbstractAnimation anim)
          Moves the animation down the sandwich such that it is in the right position according to begin time and document order.
 void AnimationEngine.removeAnimation(AbstractAnimation anim)
          Removes an animation from the document.
 void AnimationEngine.removeFill(AbstractAnimation anim)
          Invoked to indicate that this timed element has had its fill removed.
 void AnimationEngine.sampledAt(AbstractAnimation anim, float simpleTime, float simpleDur, int repeatIteration)
          Invoked to indicate that this timed element has been sampled at the given time.
 void AnimationEngine.sampledLastValue(AbstractAnimation anim, int repeatIteration)
          Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
 void AnimationEngine.toActive(AbstractAnimation anim, float begin)
          Invoked to indicate an animation became active at the specified time.
 void AnimationEngine.toInactive(AbstractAnimation anim, boolean isFrozen)
          Invoked to indicate that this timed element became inactive.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.