public interface StopEngine

Known direct subclasses
SpringStopEngine

This contains the class to provide the logic for an animation to come to a stop using a spring model.

StopLogicEngine.Decelerate
StopLogicEngine

This contains the class to provide the logic for an animation to come to a stop.


Summary

Public methods

abstract String
debug(String desc, float time)
abstract float
getInterpolation(float time)
abstract float
abstract float
getVelocity(float time)
abstract boolean

Public methods

debug

Added in 1.1.0
abstract String debug(String desc, float time)

getInterpolation

Added in 1.1.0
abstract float getInterpolation(float time)

getVelocity

Added in 1.1.0
abstract float getVelocity()

getVelocity

Added in 1.1.0
abstract float getVelocity(float time)

isStopped

Added in 1.1.0
abstract boolean isStopped()