Uses of Enum Class
javafx.animation.Interpolator.StepPosition
Packages that use Interpolator.StepPosition
Package
Description
Provides the set of classes for ease of use transition based animations.
-
Uses of Interpolator.StepPosition in javafx.animation
Methods in javafx.animation that return Interpolator.StepPositionModifier 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.Methods in javafx.animation with parameters of type Interpolator.StepPositionModifier 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.