android.animation
Class IntEvaluator

java.lang.Object
  extended by android.animation.IntEvaluator
All Implemented Interfaces:
TypeEvaluator<Integer>

public class IntEvaluator
extends Object
implements TypeEvaluator<Integer>


Constructor Summary
IntEvaluator()
           
 
Method Summary
 Integer evaluate(float fraction, Integer startValue, Integer endValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntEvaluator

public IntEvaluator()
Method Detail

evaluate

public Integer evaluate(float fraction,
                        Integer startValue,
                        Integer endValue)
Specified by:
evaluate in interface TypeEvaluator<Integer>


Copyright © 2008-2012. All Rights Reserved.