|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAnimation | |
---|---|
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 | |
---|---|
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. |
Uses of AbstractAnimation in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as AbstractAnimation | |
---|---|
protected AbstractAnimation |
SVGAnimationElementBridge.animation
The animation object that provides the values for the animation. |
Methods in org.apache.batik.bridge that return AbstractAnimation | |
---|---|
protected abstract AbstractAnimation |
SVGAnimationElementBridge.createAnimation(AnimationTarget t)
Creates the animation object for the animation element. |
protected AbstractAnimation |
SVGAnimateTransformElementBridge.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 |
SVGSetElementBridge.createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |