Class BounceOut
- java.lang.Object
-
- org.eclipse.nebula.animation.movement.AbstractMovement
-
- org.eclipse.nebula.animation.movement.BounceOut
-
- All Implemented Interfaces:
IMovement
public class BounceOut extends AbstractMovement
Bounces at the end like a falling ball on the floor.
-
-
Field Summary
-
Fields inherited from class org.eclipse.nebula.animation.movement.AbstractMovement
duration, max, min
-
-
Constructor Summary
Constructors Constructor Description BounceOut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue(double step)
Get value at step 'step'-
Methods inherited from class org.eclipse.nebula.animation.movement.AbstractMovement
init
-
-
-
-
Method Detail
-
getValue
public double getValue(double step)
Description copied from interface:IMovement
Get value at step 'step'- Specified by:
getValue
in interfaceIMovement
- Specified by:
getValue
in classAbstractMovement
- Returns:
- current value.
- See Also:
IMovement.getValue(double)
-
-