org.apache.batik.anim.values
public class AnimatableLengthListValue extends AnimatableValue
Field Summary | |
---|---|
protected short[] | lengthTypes
The length types. |
protected float[] | lengthValues
The length values. |
protected short | percentageInterpretation
How to interpret percentage values. |
Constructor Summary | |
---|---|
protected | AnimatableLengthListValue(AnimationTarget target)
Creates a new, uninitialized AnimatableLengthListValue. |
AnimatableLengthListValue(AnimationTarget target, short[] types, float[] values, short pcInterp)
Creates a new AnimatableLengthListValue. |
Method Summary | |
---|---|
boolean | canPace()
Returns whether two values of this type can have their distance
computed, as needed by paced animation. |
float | distanceTo(AnimatableValue other)
Returns the absolute distance between this value and the specified other
value. |
String | getCssText()
Returns the CSS text representation of the value.
|
short[] | getLengthTypes()
Gets the length types. |
float[] | getLengthValues()
Gets the length values. |
AnimatableValue | getZeroValue()
Returns a zero value of this AnimatableValue's type. |
AnimatableValue | interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value. |