org.apache.batik.anim
Class ColorAnimation
java.lang.Object
org.apache.batik.anim.AbstractAnimation
org.apache.batik.anim.InterpolatingAnimation
org.apache.batik.anim.SimpleAnimation
org.apache.batik.anim.ColorAnimation
public class ColorAnimation
- extends SimpleAnimation
An animation class for 'animateColor' animations.
Fields inherited from class org.apache.batik.anim.AbstractAnimation |
animatableElement, beginTime, CALC_MODE_DISCRETE, CALC_MODE_LINEAR, CALC_MODE_PACED, CALC_MODE_SPLINE, composedValue, higherAnimation, isActive, isDirty, isFrozen, lowerAnimation, timedElement, toAnimation, usesUnderlyingValue, value |
Constructor Summary |
ColorAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
int calcMode,
float[] keyTimes,
float[] keySplines,
boolean additive,
boolean cumulative,
AnimatableValue[] values,
AnimatableValue from,
AnimatableValue to,
AnimatableValue by)
Creates a new ColorAnimation. |
ColorAnimation
public ColorAnimation(TimedElement timedElement,
AnimatableElement animatableElement,
int calcMode,
float[] keyTimes,
float[] keySplines,
boolean additive,
boolean cumulative,
AnimatableValue[] values,
AnimatableValue from,
AnimatableValue to,
AnimatableValue by)
- Creates a new ColorAnimation.
Copyright © 2008 Apache Software Foundation. All Rights Reserved.