com.sencha.gxt.fx.client.easing
Interface EasingFunction

All Known Implementing Classes:
BackIn, BackOut, Bounce, BounceIn, BounceOut, Default, EaseIn, EaseOut, Elastic, ElasticIn, ElasticOut, Linear

public interface EasingFunction

Interface for classes that contain an easing equation.


Method Summary
 double func(double n)
          Returns the calculated easing of the passed in n value.
 

Method Detail

func

double func(double n)
Returns the calculated easing of the passed in n value.

Parameters:
n - the value to be eased
Returns:
the calculated easing


Copyright © 2012. All Rights Reserved.