Uses of Interface
com.diozero.animation.easing.EasingFunction
-
Packages that use EasingFunction Package Description com.diozero.animation com.diozero.animation.easing -
-
Uses of EasingFunction in com.diozero.animation
Methods in com.diozero.animation that return EasingFunction Modifier and Type Method Description EasingFunction
Animation. getEasingFunction()
EasingFunction
AnimationInstance.KeyFrame. getEasingFunction()
Constructors in com.diozero.animation with parameters of type EasingFunction Constructor Description Animation(Collection<OutputDeviceInterface> targets, int fps, EasingFunction easing, float speed)
-
Uses of EasingFunction in com.diozero.animation.easing
Methods in com.diozero.animation.easing that return EasingFunction Modifier and Type Method Description static EasingFunction
EasingFunctions. forName(String name)
-