@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class TransitionBuilder<B extends TransitionBuilder<B>> extends AnimationBuilder<B>
Transition| Modifier | Constructor and Description |
|---|---|
protected |
TransitionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Transition x) |
B |
interpolator(Interpolator x)
Set the value of the
interpolator property for the instance constructed by this builder. |
B |
targetFramerate(double x)
Set the value of the
targetFramerate property for the instance constructed by this builder. |
applyTo, autoReverse, cycleCount, delay, onFinished, ratepublic 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>>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.