Uses of Interface
org.reactfx.util.Interpolator
Packages that use Interpolator
-
Uses of Interpolator in org.reactfx.util
Fields in org.reactfx.util declared as InterpolatorModifier and TypeFieldDescriptionstatic final Interpolator<Double> Interpolator.EASE_BOTH_DOUBLEstatic final Interpolator<Integer> Interpolator.EASE_BOTH_INTEGERstatic final Interpolator<Long> Interpolator.EASE_BOTH_LONGstatic final Interpolator<Number> Interpolator.EASE_BOTH_NUMBERstatic final Interpolator<Double> Interpolator.EASE_IN_DOUBLEstatic final Interpolator<Integer> Interpolator.EASE_IN_INTEGERstatic final Interpolator<Long> Interpolator.EASE_IN_LONGstatic final Interpolator<Number> Interpolator.EASE_IN_NUMBERstatic final Interpolator<Double> Interpolator.EASE_OUT_DOUBLEstatic final Interpolator<Integer> Interpolator.EASE_OUT_INTEGERstatic final Interpolator<Long> Interpolator.EASE_OUT_LONGstatic final Interpolator<Number> Interpolator.EASE_OUT_NUMBERstatic final Interpolator<Double> Interpolator.LINEAR_DOUBLEstatic final Interpolator<Integer> Interpolator.LINEAR_INTEGERstatic final Interpolator<Long> Interpolator.LINEAR_LONGstatic final Interpolator<Number> Interpolator.LINEAR_NUMBERMethods in org.reactfx.util that return InterpolatorModifier and TypeMethodDescriptionstatic <T extends javafx.animation.Interpolatable<T>>
Interpolator<T> Interpolator.get() -
Uses of Interpolator in org.reactfx.value
Fields in org.reactfx.value declared as InterpolatorMethods in org.reactfx.value with parameters of type InterpolatorModifier and TypeMethodDescriptionVal.animate(Duration duration, Interpolator<T> interpolator) Val.animate(BiFunction<? super T, ? super T, Duration> duration, Interpolator<T> interpolator) static <T> Val<T> Val.animate(javafx.beans.value.ObservableValue<T> obs, Duration duration, Interpolator<T> interpolator) Creates a new Val that gradually transitions to the value of the given ObservableValueobsevery timeobschanges.static <T> Val<T> Val.animate(javafx.beans.value.ObservableValue<T> obs, BiFunction<? super T, ? super T, Duration> duration, Interpolator<T> interpolator) Creates a new Val that gradually transitions to the value of the given ObservableValueobsevery timeobschanges.Constructors in org.reactfx.value with parameters of type InterpolatorModifierConstructorDescription(package private)AnimatedVal(javafx.beans.value.ObservableValue<T> src, BiFunction<? super T, ? super T, Duration> duration, Interpolator<T> interpolator)