android.view.animation
Class OvershootInterpolator

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

public class OvershootInterpolator
extends Object
implements Interpolator


Constructor Summary
OvershootInterpolator()
           
OvershootInterpolator(Context context, AttributeSet attrs)
           
OvershootInterpolator(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

OvershootInterpolator

public OvershootInterpolator()

OvershootInterpolator

public OvershootInterpolator(float tension)

OvershootInterpolator

public OvershootInterpolator(Context context,
                             AttributeSet attrs)
Method Detail

getInterpolation

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


Copyright © 2008-2012. All Rights Reserved.