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 |
---|---|
ScaleTransitionBuilder |
ScaleTransitionBuilder.byX(double x)
Set the value of the
byX property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.byY(double x)
Set the value of the
byY property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.byZ(double x)
Set the value of the
byZ property for the instance constructed by this builder. |
static ScaleTransitionBuilder |
ScaleTransitionBuilder.create()
Creates a new instance of ScaleTransitionBuilder.
|
ScaleTransitionBuilder |
ScaleTransitionBuilder.duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.fromX(double x)
Set the value of the
fromX property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.fromY(double x)
Set the value of the
fromY property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.fromZ(double x)
Set the value of the
fromZ property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.toX(double x)
Set the value of the
toX property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.toY(double x)
Set the value of the
toY property for the instance constructed by this builder. |
ScaleTransitionBuilder |
ScaleTransitionBuilder.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