Uses of Enum Class
javafx.animation.Interpolator.StepPosition
Package
Description
Provides the set of classes for ease of use transition based animations.
-
Uses of Interpolator.StepPosition in javafx.animation
Modifier and TypeClassDescriptionstatic enum
Specifies the step position of a step interpolator.Modifier and TypeMethodDescriptionstatic Interpolator.StepPosition
Returns the enum constant of this class with the specified name.static Interpolator.StepPosition[]
Interpolator.StepPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Interpolator
Interpolator.STEPS
(int intervalCount, Interpolator.StepPosition position) Creates a step interpolator that divides the input time into a series of intervals, each interval being equal in length, where each interval maps to a constant output time value.