android.animation
Class FloatEvaluator
java.lang.Object
android.animation.FloatEvaluator
- All Implemented Interfaces:
- TypeEvaluator<Number>
public class FloatEvaluator
- extends Object
- implements TypeEvaluator<Number>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatEvaluator
public FloatEvaluator()
evaluate
public Float evaluate(float fraction,
Number startValue,
Number endValue)
- Specified by:
evaluate
in interface TypeEvaluator<Number>
Copyright © 2008-2012. All Rights Reserved.