org.apache.batik.anim.values
public class AnimatablePercentageValue extends AnimatableNumberValue
| Constructor Summary | |
|---|---|
| protected | AnimatablePercentageValue(AnimationTarget target)
Creates a new, uninitialized AnimatablePercentageValue. |
| AnimatablePercentageValue(AnimationTarget target, float v)
Creates a new AnimatablePercentageValue. | |
| Method Summary | |
|---|---|
| String | getCssText()
Returns the CSS text representation of the value. |
| 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. |