- CircEaseInFunction - Class in ej.motion.circ
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- CircEaseInOutFunction - Class in ej.motion.circ
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- CircEaseOutFunction - Class in ej.motion.circ
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- computeValue(float) - Method in class ej.motion.back.BackEaseInFunction
-
- computeValue(float) - Method in class ej.motion.back.BackEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.back.BackEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.bounce.BounceEaseInFunction
-
- computeValue(float) - Method in class ej.motion.bounce.BounceEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.bounce.BounceEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.circ.CircEaseInFunction
-
- computeValue(float) - Method in class ej.motion.circ.CircEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.circ.CircEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.constant.ConstantFunction
-
- computeValue(float) - Method in class ej.motion.cubic.CubicEaseInFunction
-
- computeValue(float) - Method in class ej.motion.cubic.CubicEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.cubic.CubicEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.elastic.ElasticEaseInFunction
-
- computeValue(float) - Method in class ej.motion.elastic.ElasticEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.elastic.ElasticEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.expo.ExpoEaseInFunction
-
- computeValue(float) - Method in class ej.motion.expo.ExpoEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.expo.ExpoEaseOutFunction
-
- computeValue(float) - Method in interface ej.motion.Function
-
Returns the value of the function for the given time factor.
- computeValue(float) - Method in class ej.motion.linear.LinearFunction
-
- computeValue(float) - Method in class ej.motion.quad.QuadEaseInFunction
-
- computeValue(float) - Method in class ej.motion.quad.QuadEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.quad.QuadEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.quart.QuartEaseInFunction
-
- computeValue(float) - Method in class ej.motion.quart.QuartEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.quart.QuartEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.quint.QuintEaseInFunction
-
- computeValue(float) - Method in class ej.motion.quint.QuintEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.quint.QuintEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.sine.SineEaseInFunction
-
- computeValue(float) - Method in class ej.motion.sine.SineEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.sine.SineEaseOutFunction
-
- ConstantFunction - Class in ej.motion.constant
-
Represents a constant motion that is always at the stop value.
- CubicEaseInFunction - Class in ej.motion.cubic
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- CubicEaseInOutFunction - Class in ej.motion.cubic
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- CubicEaseOutFunction - Class in ej.motion.cubic
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.