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