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 TypeClassDescriptionclass
An animation class for 'animateColor' animations.class
An abstract animation class for those animations that interpolate values.class
An animation class for 'animateMotion' animations.class
An animation class for 'set' animations.class
An animation class for 'animate' animations.class
An animation class for 'animateTransform' animations.Fields in org.apache.batik.anim declared as AbstractAnimationModifier and TypeFieldDescriptionAnimationEngine.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.AnimationEngine.Sandwich.lowestAnimation
The bottom-most animation in the sandwich.Methods in org.apache.batik.anim with parameters of type AbstractAnimationModifier and TypeMethodDescriptionvoid
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. -
Uses of AbstractAnimation in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as AbstractAnimationModifier and TypeFieldDescriptionprotected AbstractAnimation
SVGAnimationElementBridge.animation
The animation object that provides the values for the animation.Methods in org.apache.batik.bridge that return AbstractAnimationModifier and TypeMethodDescriptionprotected AbstractAnimation
SVGAnimateColorElementBridge.createAnimation
(AnimationTarget target) Creates the animation object for the animation element.protected AbstractAnimation
SVGAnimateElementBridge.createAnimation
(AnimationTarget target) Creates the animation object for the animation element.protected AbstractAnimation
SVGAnimateMotionElementBridge.createAnimation
(AnimationTarget target) Creates the animation object for the animation element.protected AbstractAnimation
SVGAnimateTransformElementBridge.createAnimation
(AnimationTarget target) Creates the animation object for the animation element.protected abstract AbstractAnimation
SVGAnimationElementBridge.createAnimation
(AnimationTarget t) Creates the animation object for the animation element.protected AbstractAnimation
SVGSetElementBridge.createAnimation
(AnimationTarget target) Creates the animation object for the animation element.