android.animation
Class ArgbEvaluator

java.lang.Object
  extended by android.animation.ArgbEvaluator
All Implemented Interfaces:
TypeEvaluator

public class ArgbEvaluator
extends Object
implements TypeEvaluator


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

Constructor Detail

ArgbEvaluator

public ArgbEvaluator()
Method Detail

evaluate

public Object evaluate(float fraction,
                       Object startValue,
                       Object endValue)
Specified by:
evaluate in interface TypeEvaluator


Copyright © 2008-2012. All Rights Reserved.