@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class SequentialTransitionBuilder extends TransitionBuilder<SequentialTransitionBuilder> implements Builder<SequentialTransition>
SequentialTransition| Modifier | Constructor and Description |
|---|---|
protected |
SequentialTransitionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(SequentialTransition x) |
SequentialTransition |
build()
Make an instance of
SequentialTransition based on the properties set on this builder. |
SequentialTransitionBuilder |
children(Animation... x)
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
SequentialTransitionBuilder |
children(java.util.Collection<? extends Animation> x)
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
static SequentialTransitionBuilder |
create()
Creates a new instance of SequentialTransitionBuilder.
|
SequentialTransitionBuilder |
node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerateapplyTo, autoReverse, cycleCount, delay, onFinished, ratepublic static SequentialTransitionBuilder create()
public void applyTo(SequentialTransition x)
public SequentialTransitionBuilder children(java.util.Collection<? extends Animation> x)
children property for the instance constructed by this builder.public SequentialTransitionBuilder children(Animation... x)
children property for the instance constructed by this builder.public SequentialTransitionBuilder node(Node x)
node property for the instance constructed by this builder.public SequentialTransition build()
SequentialTransition based on the properties set on this builder.build in interface Builder<SequentialTransition>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.