@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class FadeTransitionBuilder extends TransitionBuilder<FadeTransitionBuilder> implements Builder<FadeTransition>
FadeTransition
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
byValue
Deprecated.
|
private Duration |
duration
Deprecated.
|
private double |
fromValue
Deprecated.
|
private Node |
node
Deprecated.
|
private double |
toValue
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
FadeTransitionBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(FadeTransition x)
Deprecated.
|
FadeTransition |
build()
Deprecated.
Make an instance of
FadeTransition based on the properties set on this builder. |
FadeTransitionBuilder |
byValue(double x)
Deprecated.
Set the value of the
byValue property for the instance constructed by this builder. |
static FadeTransitionBuilder |
create()
Deprecated.
Creates a new instance of FadeTransitionBuilder.
|
FadeTransitionBuilder |
duration(Duration x)
Deprecated.
Set the value of the
duration property for the instance constructed by this builder. |
FadeTransitionBuilder |
fromValue(double x)
Deprecated.
Set the value of the
fromValue property for the instance constructed by this builder. |
FadeTransitionBuilder |
node(Node x)
Deprecated.
Set the value of the
node property for the instance constructed by this builder. |
FadeTransitionBuilder |
toValue(double x)
Deprecated.
Set the value of the
toValue property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerate
applyTo, autoReverse, cycleCount, delay, onFinished, rate
private int __set
private double byValue
private Duration duration
private double fromValue
private Node node
private double toValue
public static FadeTransitionBuilder create()
public void applyTo(FadeTransition x)
public FadeTransitionBuilder byValue(double x)
byValue
property for the instance constructed by this builder.public FadeTransitionBuilder duration(Duration x)
duration
property for the instance constructed by this builder.public FadeTransitionBuilder fromValue(double x)
fromValue
property for the instance constructed by this builder.public FadeTransitionBuilder node(Node x)
node
property for the instance constructed by this builder.public FadeTransitionBuilder toValue(double x)
toValue
property for the instance constructed by this builder.public FadeTransition build()
FadeTransition
based on the properties set on this builder.build
in interface Builder<FadeTransition>