Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
PathTransition.OrientationType |
PathTransition.getOrientation() |
static PathTransition.OrientationType |
PathTransition.OrientationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathTransition.OrientationType[] |
PathTransition.OrientationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<PathTransition.OrientationType> |
PathTransition.orientationProperty() |
Modifier and Type | Method and Description |
---|---|
PathTransitionBuilder |
PathTransitionBuilder.orientation(PathTransition.OrientationType x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
void |
PathTransition.setOrientation(PathTransition.OrientationType value) |
Copyright © 2020. All rights reserved.