android.view.animation
Class AnticipateOvershootInterpolator

java.lang.Object
  extended by android.view.animation.AnticipateOvershootInterpolator
All Implemented Interfaces:
TimeInterpolator, Interpolator

public class AnticipateOvershootInterpolator
extends Object
implements Interpolator


Constructor Summary
AnticipateOvershootInterpolator()
           
AnticipateOvershootInterpolator(Context context, AttributeSet attrs)
           
AnticipateOvershootInterpolator(float tension)
           
AnticipateOvershootInterpolator(float tension, float extraTension)
           
 
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

AnticipateOvershootInterpolator

public AnticipateOvershootInterpolator()

AnticipateOvershootInterpolator

public AnticipateOvershootInterpolator(float tension)

AnticipateOvershootInterpolator

public AnticipateOvershootInterpolator(float tension,
                                       float extraTension)

AnticipateOvershootInterpolator

public AnticipateOvershootInterpolator(Context context,
                                       AttributeSet attrs)
Method Detail

getInterpolation

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


Copyright © 2008-2012. All Rights Reserved.