Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
static FillTransitionBuilder |
FillTransitionBuilder.create()
Deprecated.
Creates a new instance of FillTransitionBuilder.
|
FillTransitionBuilder |
FillTransitionBuilder.duration(Duration x)
Deprecated.
Set the value of the
duration property for the instance constructed by this builder. |
FillTransitionBuilder |
FillTransitionBuilder.fromValue(Color x)
Deprecated.
Set the value of the
fromValue property for the instance constructed by this builder. |
FillTransitionBuilder |
FillTransitionBuilder.shape(Shape x)
Deprecated.
Set the value of the
shape property for the instance constructed by this builder. |
FillTransitionBuilder |
FillTransitionBuilder.toValue(Color x)
Deprecated.
Set the value of the
toValue property for the instance constructed by this builder. |
Copyright © 2020. All rights reserved.