Uses of Enum Class
io.github.palexdev.materialfx.effects.Interpolators
Packages that use Interpolators
-
Uses of Interpolators in io.github.palexdev.materialfx.effects
Methods in io.github.palexdev.materialfx.effects that return InterpolatorsModifier and TypeMethodDescriptionstatic InterpolatorsReturns the enum constant of this class with the specified name.static Interpolators[]Interpolators.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.palexdev.materialfx.effects with parameters of type InterpolatorsModifier and TypeMethodDescriptionstatic ConsumerTransitionConsumerTransition.of(Consumer<Double> interpolateConsumer, double duration, Interpolators interpolator) Creates a newConsumerTransitionwith the given consumer, duration in milliseconds and interpolator.static ConsumerTransitionConsumerTransition.of(Consumer<Double> interpolateConsumer, Duration duration, Interpolators interpolator) Creates a newConsumerTransitionwith the given consumer, duration and interpolator.ConsumerTransition.setInterpolatorFluent(Interpolators interpolator) -
Uses of Interpolators in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils with parameters of type InterpolatorsModifier and TypeMethodDescriptionstatic <T> KeyFrameAnimationUtils.KeyFrames.of(double millis, WritableValue<T> writableValue, T endValue, Interpolators interpolator) CallsAnimationUtils.KeyFrames.of(Duration, WritableValue, Object, Interpolators)by converting the given millis value withDuration.millis(double).static <T> KeyFrameAnimationUtils.KeyFrames.of(Duration duration, WritableValue<T> writableValue, T endValue, Interpolators interpolator) Returns a new KeyFrame with the given duration and builds a new KeyValue for it with the given writable property, endValue and interpolator.