android.view.animation
Class CycleInterpolator

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

public class CycleInterpolator
extends java.lang.Object
implements Interpolator


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

Constructor Detail

CycleInterpolator

public CycleInterpolator(float cycles)

CycleInterpolator

public CycleInterpolator(Context context,
                         AttributeSet attrs)
Method Detail

getInterpolation

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


Copyright © 2008-2010. All Rights Reserved.