@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public abstract class AnimationBuilder<B extends AnimationBuilder<B>>
extends java.lang.Object
Animation| Modifier | Constructor and Description | 
|---|---|
| protected  | AnimationBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | applyTo(Animation x) | 
| B | autoReverse(boolean x)Set the value of the  autoReverseproperty for the instance constructed by this builder. | 
| B | cycleCount(int x)Set the value of the  cycleCountproperty for the instance constructed by this builder. | 
| B | delay(Duration x)Set the value of the  delayproperty for the instance constructed by this builder. | 
| B | onFinished(EventHandler<ActionEvent> x)Set the value of the  onFinishedproperty for the instance constructed by this builder. | 
| B | rate(double x)Set the value of the  rateproperty for the instance constructed by this builder. | 
| B | targetFramerate(double x)Set the value of the  targetFramerateproperty for the instance constructed by this builder. | 
public void applyTo(Animation x)
public B autoReverse(boolean x)
autoReverse property for the instance constructed by this builder.public B cycleCount(int x)
cycleCount property for the instance constructed by this builder.public B delay(Duration x)
delay property for the instance constructed by this builder.public B onFinished(EventHandler<ActionEvent> x)
onFinished property for the instance constructed by this builder.public B rate(double x)
rate property for the instance constructed by this builder.public B targetFramerate(double x)
targetFramerate property for the instance constructed by this builder.Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.