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_DOUBLE
static final Interpolator
<Integer> Interpolator.EASE_BOTH_INTEGER
static final Interpolator
<Long> Interpolator.EASE_BOTH_LONG
static final Interpolator
<Number> Interpolator.EASE_BOTH_NUMBER
static final Interpolator
<Double> Interpolator.EASE_IN_DOUBLE
static final Interpolator
<Integer> Interpolator.EASE_IN_INTEGER
static final Interpolator
<Long> Interpolator.EASE_IN_LONG
static final Interpolator
<Number> Interpolator.EASE_IN_NUMBER
static final Interpolator
<Double> Interpolator.EASE_OUT_DOUBLE
static final Interpolator
<Integer> Interpolator.EASE_OUT_INTEGER
static final Interpolator
<Long> Interpolator.EASE_OUT_LONG
static final Interpolator
<Number> Interpolator.EASE_OUT_NUMBER
static final Interpolator
<Double> Interpolator.LINEAR_DOUBLE
static final Interpolator
<Integer> Interpolator.LINEAR_INTEGER
static final Interpolator
<Long> Interpolator.LINEAR_LONG
static final Interpolator
<Number> Interpolator.LINEAR_NUMBER
Methods 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 ObservableValueobs
every timeobs
changes.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 ObservableValueobs
every timeobs
changes.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)