android.view.animation
Class AnticipateOvershootInterpolator
java.lang.Object
android.view.animation.AnticipateOvershootInterpolator
- All Implemented Interfaces:
- TimeInterpolator, Interpolator
public class AnticipateOvershootInterpolator
- extends Object
- implements Interpolator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnticipateOvershootInterpolator
public AnticipateOvershootInterpolator()
AnticipateOvershootInterpolator
public AnticipateOvershootInterpolator(float tension)
AnticipateOvershootInterpolator
public AnticipateOvershootInterpolator(float tension,
float extraTension)
AnticipateOvershootInterpolator
public AnticipateOvershootInterpolator(Context context,
AttributeSet attrs)
getInterpolation
public float getInterpolation(float t)
- Specified by:
getInterpolation
in interface TimeInterpolator
Copyright © 2008-2012. All Rights Reserved.