org.apache.batik.anim.values

Class AnimatableNumberListValue

public class AnimatableNumberListValue extends AnimatableValue

A number list in the animation system.
Field Summary
protected float[]numbers
The numbers.
Constructor Summary
protected AnimatableNumberListValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberListValue.
AnimatableNumberListValue(AnimationTarget target, float[] numbers)
Creates a new AnimatableNumberListValue.
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.
float[]getNumbers()
Gets the numbers.
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

numbers

protected float[] numbers
The numbers.

Constructor Detail

AnimatableNumberListValue

protected AnimatableNumberListValue(AnimationTarget target)
Creates a new, uninitialized AnimatableNumberListValue.

AnimatableNumberListValue

public AnimatableNumberListValue(AnimationTarget target, float[] numbers)
Creates a new AnimatableNumberListValue.

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.

getNumbers

public float[] getNumbers()
Gets the numbers.

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. Number list values cannot be interpolated.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.