KeyCycleOscillator.PathRotateSet


class KeyCycleOscillator.PathRotateSet : KeyCycleOscillator


Summary

Public constructors

Public functions

Unit
setPathRotate(view: MotionWidget!, t: Float, dx: Double, dy: Double)
Unit
setProperty(widget: MotionWidget!, t: Float)

Inherited functions

From androidx.constraintlayout.core.motion.utils.KeyCycleOscillator
Float
get(t: Float)
CurveFit!
Float
getSlope(position: Float)
java-static KeyCycleOscillator!
makeWidgetCycle(attribute: String!)
Unit
setCustom(custom: Any!)
Unit
setPoint(
    framePosition: Int,
    shape: Int,
    waveString: String!,
    variesBy: Int,
    period: Float,
    offset: Float,
    phase: Float,
    value: Float
)

sets a oscillator wave point

Unit
setPoint(
    framePosition: Int,
    shape: Int,
    waveString: String!,
    variesBy: Int,
    period: Float,
    offset: Float,
    phase: Float,
    value: Float,
    custom: Any!
)

sets a oscillator wave point

Unit
setType(type: String!)
Unit
setup(pathLength: Float)
String!
Boolean

Public constructors

PathRotateSet

Added in 1.1.0-alpha13
PathRotateSet(str: String!)

Public functions

setPathRotate

Added in 1.1.0-alpha13
fun setPathRotate(view: MotionWidget!, t: Float, dx: Double, dy: Double): Unit

setProperty

fun setProperty(widget: MotionWidget!, t: Float): Unit