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