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 FillTransitionBuilder |
FillTransitionBuilder.create()
Creates a new instance of FillTransitionBuilder.
|
FillTransitionBuilder |
FillTransitionBuilder.duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
FillTransitionBuilder |
FillTransitionBuilder.fromValue(Color x)
Set the value of the
fromValue property for the instance constructed by this builder. |
FillTransitionBuilder |
FillTransitionBuilder.shape(Shape x)
Set the value of the
shape property for the instance constructed by this builder. |
FillTransitionBuilder |
FillTransitionBuilder.toValue(Color x)
Set the value of the
toValue property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to