org.apache.batik.anim.values
Class AnimatablePercentageValue

java.lang.Object
  extended byorg.apache.batik.anim.values.AnimatableValue
      extended byorg.apache.batik.anim.values.AnimatableNumberValue
          extended byorg.apache.batik.anim.values.AnimatablePercentageValue

public class AnimatablePercentageValue
extends AnimatableNumberValue

A percentage value in the animation system.


Field Summary
 
Fields inherited from class org.apache.batik.anim.values.AnimatableNumberValue
value
 
Fields inherited from class org.apache.batik.anim.values.AnimatableValue
decimalFormat, hasChanged, target
 
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.
 
Methods inherited from class org.apache.batik.anim.values.AnimatableNumberValue
canPace, distanceTo, getValue
 
Methods inherited from class org.apache.batik.anim.values.AnimatableValue
formatNumber, hasChanged, toString, toStringRep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnimatablePercentageValue

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


AnimatablePercentageValue

public AnimatablePercentageValue(AnimationTarget target,
                                 float v)
Creates a new AnimatablePercentageValue.

Method Detail

interpolate

public AnimatableValue interpolate(AnimatableValue result,
                                   AnimatableValue to,
                                   float interpolation,
                                   AnimatableValue accumulation,
                                   int multiplier)
Performs interpolation to the given value.

Overrides:
interpolate in class AnimatableNumberValue

getZeroValue

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

Overrides:
getZeroValue in class AnimatableNumberValue

getCssText

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

Overrides:
getCssText in class AnimatableNumberValue


Copyright © 2009 Apache Software Foundation. All Rights Reserved.