Uses of Enum Class
javafx.animation.PathTransition.OrientationType
Package
Description
Provides the set of classes for ease of use transition based animations.
-
Uses of PathTransition.OrientationType in javafx.animation
Modifier and TypeMethodDescriptionPathTransition.getOrientation()
Gets the value of the property orientation.Returns the enum constant of this class with the specified name.static PathTransition.OrientationType[]
PathTransition.OrientationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPathTransition.orientationProperty()
Specifies the upright orientation ofnode
along thepath
.Modifier and TypeMethodDescriptionfinal void
PathTransition.setOrientation
(PathTransition.OrientationType value) Sets the value of the property orientation.