@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class StrokeTransitionBuilder extends TransitionBuilder<StrokeTransitionBuilder> implements Builder<StrokeTransition>
StrokeTransition| 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 |
StrokeTransitionBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(StrokeTransition x)
Deprecated.
|
StrokeTransition |
build()
Deprecated.
Make an instance of
StrokeTransition based on the properties set on this builder. |
static StrokeTransitionBuilder |
create()
Deprecated.
Creates a new instance of StrokeTransitionBuilder.
|
StrokeTransitionBuilder |
duration(Duration x)
Deprecated.
Set the value of the
duration property for the instance constructed by this builder. |
StrokeTransitionBuilder |
fromValue(Color x)
Deprecated.
Set the value of the
fromValue property for the instance constructed by this builder. |
StrokeTransitionBuilder |
shape(Shape x)
Deprecated.
Set the value of the
shape property for the instance constructed by this builder. |
StrokeTransitionBuilder |
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 StrokeTransitionBuilder create()
public void applyTo(StrokeTransition x)
public StrokeTransitionBuilder duration(Duration x)
duration property for the instance constructed by this builder.public StrokeTransitionBuilder fromValue(Color x)
fromValue property for the instance constructed by this builder.public StrokeTransitionBuilder shape(Shape x)
shape property for the instance constructed by this builder.public StrokeTransitionBuilder toValue(Color x)
toValue property for the instance constructed by this builder.public StrokeTransition build()
StrokeTransition based on the properties set on this builder.build in interface Builder<StrokeTransition>