KeyCycleOscillator.PathRotateSet

public class KeyCycleOscillator.PathRotateSet extends KeyCycleOscillator


Summary

Public constructors

Public methods

void
setPathRotate(MotionWidget view, float t, double dx, double dy)
void
setProperty(MotionWidget widget, float t)

Inherited methods

From androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
float
get(float t)
CurveFit
float
getSlope(float position)
static KeyCycleOscillator
void
setCustom(Object custom)
void
setPoint(
    int framePosition,
    int shape,
    String waveString,
    int variesBy,
    float period,
    float offset,
    float phase,
    float value
)

sets a oscillator wave point

void
setPoint(
    int framePosition,
    int shape,
    String waveString,
    int variesBy,
    float period,
    float offset,
    float phase,
    float value,
    Object custom
)

sets a oscillator wave point

void
void
setup(float pathLength)
String
boolean

Public constructors

PathRotateSet

Added in 1.1.0-alpha13
public PathRotateSet(String str)

Public methods

setPathRotate

Added in 1.1.0-alpha13
public void setPathRotate(MotionWidget view, float t, double dx, double dy)

setProperty

public void setProperty(MotionWidget widget, float t)