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 |
---|---|
static PathTransitionBuilder |
PathTransitionBuilder.create()
Creates a new instance of PathTransitionBuilder.
|
PathTransitionBuilder |
PathTransitionBuilder.duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
PathTransitionBuilder |
PathTransitionBuilder.node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
PathTransitionBuilder |
PathTransitionBuilder.orientation(PathTransition.OrientationType x)
Set the value of the
orientation property for the instance constructed by this builder. |
PathTransitionBuilder |
PathTransitionBuilder.path(Shape x)
Set the value of the
path property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to