public final class NativeInterpolatorFactoryHelper extends Object
Modifier and Type | Method and Description |
---|---|
static long |
createAccelerateDecelerateInterpolator() |
static long |
createAccelerateInterpolator(float factor) |
static long |
createAnticipateInterpolator(float tension) |
static long |
createAnticipateOvershootInterpolator(float tension) |
static long |
createBounceInterpolator() |
static long |
createCycleInterpolator(float cycles) |
static long |
createDecelerateInterpolator(float factor) |
static long |
createLinearInterpolator() |
static long |
createLutInterpolator(float[] values) |
static long |
createOvershootInterpolator(float tension) |
public static long createAccelerateDecelerateInterpolator()
public static long createAccelerateInterpolator(float factor)
public static long createAnticipateInterpolator(float tension)
public static long createAnticipateOvershootInterpolator(float tension)
public static long createBounceInterpolator()
public static long createCycleInterpolator(float cycles)
public static long createDecelerateInterpolator(float factor)
public static long createLinearInterpolator()
public static long createOvershootInterpolator(float tension)
public static long createLutInterpolator(float[] values)