android.view.animation
Class AnticipateInterpolator

java.lang.Object
  extended by android.view.animation.AnticipateInterpolator
All Implemented Interfaces:
Interpolator

public class AnticipateInterpolator
extends Object
implements Interpolator


Constructor Summary
AnticipateInterpolator()
           
AnticipateInterpolator(Context context, AttributeSet attrs)
           
AnticipateInterpolator(float tension)
           
 
Method Summary
 float getInterpolation(float t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnticipateInterpolator

public AnticipateInterpolator()

AnticipateInterpolator

public AnticipateInterpolator(float tension)

AnticipateInterpolator

public AnticipateInterpolator(Context context,
                              AttributeSet attrs)
Method Detail

getInterpolation

public float getInterpolation(float t)
Specified by:
getInterpolation in interface Interpolator


Copyright © 2008-2010. All Rights Reserved.