Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
SequentialTransitionBuilder |
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 |
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 |
SequentialTransitionBuilder.create()
Creates a new instance of SequentialTransitionBuilder.
|
SequentialTransitionBuilder |
SequentialTransitionBuilder.node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to