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