@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class TransitionBuilder<B extends TransitionBuilder<B>> extends AnimationBuilder<B>
Transition| Modifier and Type | Field and Description |
|---|---|
private boolean |
__set
Deprecated.
|
private Interpolator |
interpolator
Deprecated.
|
private double |
targetFramerate
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TransitionBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Transition x)
Deprecated.
|
B |
interpolator(Interpolator x)
Deprecated.
Set the value of the
interpolator property for the instance constructed by this builder. |
B |
targetFramerate(double x)
Deprecated.
Set the value of the
targetFramerate property for the instance constructed by this builder. |
applyTo, autoReverse, cycleCount, delay, onFinished, rateprivate boolean __set
private Interpolator interpolator
private double targetFramerate
public void applyTo(Transition x)
public B interpolator(Interpolator x)
interpolator property for the instance constructed by this builder.public B targetFramerate(double x)
targetFramerate property for the instance constructed by this builder.targetFramerate in class AnimationBuilder<B extends TransitionBuilder<B>>