org.apache.batik.anim.values

Class AnimatableColorValue

public class AnimatableColorValue extends AnimatableValue

An SVG color value in the animation system.
Field Summary
protected floatblue
The blue component.
protected floatgreen
The green component.
protected floatred
The red component.
Constructor Summary
protected AnimatableColorValue(AnimationTarget target)
Creates a new AnimatableColorValue.
AnimatableColorValue(AnimationTarget target, float r, float g, float b)
Creates a new AnimatableColorValue.
Method Summary
booleancanPace()
Returns whether two values of this type can have their distance computed, as needed by paced animation.
floatdistanceTo(AnimatableValue other)
Returns the absolute distance between this value and the specified other value.
StringgetCssText()
Returns the CSS text representation of the value.
AnimatableValuegetZeroValue()
Returns a zero value of this AnimatableValue's type.
AnimatableValueinterpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.

Field Detail

blue

protected float blue
The blue component.

green

protected float green
The green component.

red

protected float red
The red component.

Constructor Detail

AnimatableColorValue

protected AnimatableColorValue(AnimationTarget target)
Creates a new AnimatableColorValue.

AnimatableColorValue

public AnimatableColorValue(AnimationTarget target, float r, float g, float b)
Creates a new AnimatableColorValue.

Method Detail

canPace

public boolean canPace()
Returns whether two values of this type can have their distance computed, as needed by paced animation.

distanceTo

public float distanceTo(AnimatableValue other)
Returns the absolute distance between this value and the specified other value.

getCssText

public String getCssText()
Returns the CSS text representation of the value.

getZeroValue

public AnimatableValue getZeroValue()
Returns a zero value of this AnimatableValue's type.

interpolate

public AnimatableValue interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.