@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class ParallelTransitionBuilder extends TransitionBuilder<ParallelTransitionBuilder> implements Builder<ParallelTransition>
ParallelTransition| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private java.util.Collection<? extends Animation> |
children
Deprecated.
|
private Node |
node
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ParallelTransitionBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(ParallelTransition x)
Deprecated.
|
ParallelTransition |
build()
Deprecated.
Make an instance of
ParallelTransition based on the properties set on this builder. |
ParallelTransitionBuilder |
children(Animation... x)
Deprecated.
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
ParallelTransitionBuilder |
children(java.util.Collection<? extends Animation> x)
Deprecated.
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
static ParallelTransitionBuilder |
create()
Deprecated.
Creates a new instance of ParallelTransitionBuilder.
|
ParallelTransitionBuilder |
node(Node x)
Deprecated.
Set the value of the
node property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerateapplyTo, autoReverse, cycleCount, delay, onFinished, rateprivate int __set
private java.util.Collection<? extends Animation> children
private Node node
public static ParallelTransitionBuilder create()
public void applyTo(ParallelTransition x)
public ParallelTransitionBuilder children(java.util.Collection<? extends Animation> x)
children property for the instance constructed by this builder.public ParallelTransitionBuilder children(Animation... x)
children property for the instance constructed by this builder.public ParallelTransitionBuilder node(Node x)
node property for the instance constructed by this builder.public ParallelTransition build()
ParallelTransition based on the properties set on this builder.build in interface Builder<ParallelTransition>