Class ElasticOut
java.lang.Object
org.eclipse.nebula.cwt.animation.movement.AbstractMovement
org.eclipse.nebula.cwt.animation.movement.ElasticOut
- All Implemented Interfaces:
IMovement
public class ElasticOut extends AbstractMovement
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Doublea(package private) java.lang.DoublepFields inherited from class org.eclipse.nebula.cwt.animation.movement.AbstractMovement
duration, max, min -
Constructor Summary
Constructors Constructor Description ElasticOut()ElasticOut(double a, double p) -
Method Summary
Modifier and Type Method Description doublegetValue(double step)Get value at step 'step'
-
Field Details
-
Constructor Details
-
ElasticOut
public ElasticOut(double a, double p) -
ElasticOut
public ElasticOut()
-
-
Method Details