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.Double a  
    (package private) java.lang.Double p  

    Fields 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
    double getValue​(double step)
    Get value at step 'step'

    Methods inherited from class org.eclipse.nebula.cwt.animation.movement.AbstractMovement

    init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • a

      java.lang.Double a
    • p

      java.lang.Double p
  • Constructor Details

  • Method Details