Class KeyframeInterpolator.Context<IN extends AbstractKeyframe<OUT>,OUT>
java.lang.Object
com.ticxo.modelengine.api.animation.interpolator.KeyframeInterpolator.Context<IN,OUT>
- Enclosing class:
- KeyframeInterpolator<IN extends AbstractKeyframe<OUT>,
OUT>
public static class KeyframeInterpolator.Context<IN extends AbstractKeyframe<OUT>,OUT>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal KeyframeInterpolator<IN,
OUT> final float
final float
final IAnimationProperty
-
Constructor Summary
ConstructorsConstructorDescriptionContext
(float prevKey, float nextKey, IAnimationProperty property, KeyframeInterpolator<IN, OUT> interpolator) -
Method Summary
-
Field Details
-
prevKey
public final float prevKey -
nextKey
public final float nextKey -
property
-
interpolator
-
-
Constructor Details
-
Context
public Context(float prevKey, float nextKey, IAnimationProperty property, KeyframeInterpolator<IN, OUT> interpolator)
-