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 |
---|---|
RotateTransitionBuilder |
RotateTransitionBuilder.axis(Point3D x)
Set the value of the
axis property for the instance constructed by this builder. |
RotateTransitionBuilder |
RotateTransitionBuilder.byAngle(double x)
Set the value of the
byAngle property for the instance constructed by this builder. |
static RotateTransitionBuilder |
RotateTransitionBuilder.create()
Creates a new instance of RotateTransitionBuilder.
|
RotateTransitionBuilder |
RotateTransitionBuilder.duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
RotateTransitionBuilder |
RotateTransitionBuilder.fromAngle(double x)
Set the value of the
fromAngle property for the instance constructed by this builder. |
RotateTransitionBuilder |
RotateTransitionBuilder.node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
RotateTransitionBuilder |
RotateTransitionBuilder.toAngle(double x)
Set the value of the
toAngle property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to