com.sencha.gxt.fx.client.easing
Class BounceIn

java.lang.Object
  extended by com.sencha.gxt.fx.client.easing.Bounce
      extended by com.sencha.gxt.fx.client.easing.BounceIn
All Implemented Interfaces:
EasingFunction

public class BounceIn
extends Bounce

EasingFunction that produces a Bounce at the start of the animation.


Constructor Summary
BounceIn()
           
 
Method Summary
 double func(double n)
          Returns the calculated easing of the passed in n value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BounceIn

public BounceIn()
Method Detail

func

public double func(double n)
Description copied from interface: EasingFunction
Returns the calculated easing of the passed in n value.

Specified by:
func in interface EasingFunction
Overrides:
func in class Bounce
Parameters:
n - the value to be eased
Returns:
the calculated easing


Copyright © 2012. All Rights Reserved.