Uses of Class
org.apache.batik.anim.AbstractAnimation
Packages that use AbstractAnimation
Package
Description
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.animModifier and TypeClassDescriptionclassAn animation class for 'animateColor' animations.classAn abstract animation class for those animations that interpolate values.classAn animation class for 'animateMotion' animations.classAn animation class for 'set' animations.classAn animation class for 'animate' animations.classAn animation class for 'animateTransform' animations.Fields in org.apache.batik.anim declared as AbstractAnimationModifier and TypeFieldDescriptionAnimationEngine.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.AnimationEngine.Sandwich.lowestAnimationThe bottom-most animation in the sandwich.Methods in org.apache.batik.anim with parameters of type AbstractAnimationModifier and TypeMethodDescriptionvoidAnimationEngine.addAnimation(AnimationTarget target, short type, String ns, 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 AbstractAnimationModifier and TypeFieldDescriptionprotected AbstractAnimationSVGAnimationElementBridge.animationThe animation object that provides the values for the animation.Methods in org.apache.batik.bridge that return AbstractAnimationModifier and TypeMethodDescriptionprotected 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.