public class AnimationSettings extends Object
| Constructor and Description |
|---|
AnimationSettings() |
| Modifier and Type | Method and Description |
|---|---|
Curve |
getCurve() |
javafx.util.Duration |
getDuration() |
AnimationSettings |
withCurve(Curve curve) |
AnimationSettings |
withDuration(javafx.util.Duration duration) |
public AnimationSettings withDuration(javafx.util.Duration duration)
duration - duration of the animation to setpublic javafx.util.Duration getDuration()
public AnimationSettings withCurve(Curve curve)
curve - curve of the animation to setpublic Curve getCurve()
Copyright © 2022. All rights reserved.