public class

EaseElasticIn

extends Object
implements MathConstants IEaseFunction
java.lang.Object
   ↳ org.andengine.util.modifier.ease.EaseElasticIn

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Constants
From interface org.andengine.util.math.MathConstants
Public Methods
static EaseElasticIn getInstance()
float getPercentage(float pSecondsElapsed, float pDuration)
static float getValue(float pSecondsElapsed, float pDuration, float pPercentage)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.util.modifier.ease.IEaseFunction

Public Methods

public static EaseElasticIn getInstance ()

public float getPercentage (float pSecondsElapsed, float pDuration)

public static float getValue (float pSecondsElapsed, float pDuration, float pPercentage)