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