|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class SequentialTransitionBuilder extends TransitionBuilder<SequentialTransitionBuilder>
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)
Set the value of the
children property for the instance constructed by this builder. |
SequentialTransitionBuilder |
children(java.util.Collection<? extends Animation> x)
Set the value of the
children property for the instance constructed by this builder. |
static SequentialTransitionBuilder |
create() |
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.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .