public class JFXAnimationTemplateConfig extends Object
Timeline
.Timeline
implementation.Modifier and Type | Class and Description |
---|---|
static class |
JFXAnimationTemplateConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static JFXAnimationTemplateConfig.Builder |
builder() |
int |
getCycleCount() |
javafx.util.Duration |
getDelay() |
javafx.util.Duration |
getDuration() |
javafx.animation.Interpolator |
getInterpolator() |
double |
getRate() |
void |
handleOnFinish(javafx.event.ActionEvent actionEvent) |
boolean |
isAutoReverse() |
public static JFXAnimationTemplateConfig.Builder builder()
public javafx.util.Duration getDuration()
public int getCycleCount()
public boolean isAutoReverse()
public javafx.animation.Interpolator getInterpolator()
public javafx.util.Duration getDelay()
public double getRate()
public void handleOnFinish(javafx.event.ActionEvent actionEvent)