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 |
---|---|
TranslateTransitionBuilder |
TranslateTransitionBuilder.byX(double x)
Set the value of the
byX property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.byY(double x)
Set the value of the
byY property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.byZ(double x)
Set the value of the
byZ property for the instance constructed by this builder. |
static TranslateTransitionBuilder |
TranslateTransitionBuilder.create()
Creates a new instance of TranslateTransitionBuilder.
|
TranslateTransitionBuilder |
TranslateTransitionBuilder.duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.fromX(double x)
Set the value of the
fromX property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.fromY(double x)
Set the value of the
fromY property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.fromZ(double x)
Set the value of the
fromZ property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.toX(double x)
Set the value of the
toX property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.toY(double x)
Set the value of the
toY property for the instance constructed by this builder. |
TranslateTransitionBuilder |
TranslateTransitionBuilder.toZ(double x)
Set the value of the
toZ property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to