Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class ParallelTransitionBuilder extends TransitionBuilder<ParallelTransitionBuilder> implements Builder<ParallelTransition>
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)
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)
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
static ParallelTransitionBuilder |
create()
Creates a new instance of ParallelTransitionBuilder.
|
ParallelTransitionBuilder |
node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerate
applyTo, autoReverse, cycleCount, delay, onFinished, rate
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>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to