Uses of Class
org.apache.batik.anim.AbstractAnimation
-
Packages that use AbstractAnimation Package Description org.apache.batik.anim org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of AbstractAnimation in org.apache.batik.anim
Subclasses of AbstractAnimation in org.apache.batik.anim Modifier and Type Class Description classColorAnimationAn animation class for 'animateColor' animations.classInterpolatingAnimationAn abstract animation class for those animations that interpolate values.classMotionAnimationAn animation class for 'animateMotion' animations.classSetAnimationAn animation class for 'set' animations.classSimpleAnimationAn animation class for 'animate' animations.classTransformAnimationAn animation class for 'animateTransform' animations.Fields in org.apache.batik.anim declared as AbstractAnimation Modifier and Type Field Description AbstractAnimationAnimationEngine.Sandwich. animationThe top-most animation in the sandwich.protected AbstractAnimationAbstractAnimation. higherAnimationThe animation that is higher in the sandwich.protected AbstractAnimationAbstractAnimation. lowerAnimationThe animation that is lower in the sandwich.AbstractAnimationAnimationEngine.Sandwich. lowestAnimationThe bottom-most animation in the sandwich.Methods in org.apache.batik.anim with parameters of type AbstractAnimation Modifier and Type Method Description voidAnimationEngine. addAnimation(AnimationTarget target, short type, java.lang.String ns, java.lang.String an, AbstractAnimation anim)Adds an animation to the document.protected AnimationEngine.AnimationInfoAnimationEngine. getAnimationInfo(AbstractAnimation anim)Returns the AnimationInfo for the given AbstractAnimation.protected voidAnimationEngine. moveToBottom(AbstractAnimation anim)Moves the given animation to the bottom of the sandwich.protected voidAnimationEngine. moveToTop(AbstractAnimation anim)Moves the given animation to the top of the sandwich.protected voidAnimationEngine. pushDown(AbstractAnimation anim)Moves the animation down the sandwich such that it is in the right position according to begin time and document order.voidAnimationEngine. removeAnimation(AbstractAnimation anim)Removes an animation from the document.voidAnimationEngine. removeFill(AbstractAnimation anim)Invoked to indicate that this timed element has had its fill removed.voidAnimationEngine. sampledAt(AbstractAnimation anim, float simpleTime, float simpleDur, int repeatIteration)Invoked to indicate that this timed element has been sampled at the given time.voidAnimationEngine. 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.voidAnimationEngine. toActive(AbstractAnimation anim, float begin)Invoked to indicate an animation became active at the specified time.voidAnimationEngine. toInactive(AbstractAnimation anim, boolean isFrozen)Invoked to indicate that this timed element became inactive. -
Uses of AbstractAnimation in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as AbstractAnimation Modifier and Type Field Description protected AbstractAnimationSVGAnimationElementBridge. animationThe animation object that provides the values for the animation.Methods in org.apache.batik.bridge that return AbstractAnimation Modifier and Type Method Description protected AbstractAnimationSVGAnimateColorElementBridge. createAnimation(AnimationTarget target)Creates the animation object for the animation element.protected AbstractAnimationSVGAnimateElementBridge. createAnimation(AnimationTarget target)Creates the animation object for the animation element.protected AbstractAnimationSVGAnimateMotionElementBridge. createAnimation(AnimationTarget target)Creates the animation object for the animation element.protected AbstractAnimationSVGAnimateTransformElementBridge. createAnimation(AnimationTarget target)Creates the animation object for the animation element.protected abstract AbstractAnimationSVGAnimationElementBridge. createAnimation(AnimationTarget t)Creates the animation object for the animation element.protected AbstractAnimationSVGSetElementBridge. createAnimation(AnimationTarget target)Creates the animation object for the animation element.
-