JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.pushingpixels.radiance.animation.api.interpolator
PropertyInterpolator
Contents
Description
Method Summary
Method Details
getBasePropertyClass()
interpolate(T, T, float)
Hide sidebar
Show sidebar
Interface PropertyInterpolator<
T
>
public interface
PropertyInterpolator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<
T
>
getBasePropertyClass
()
T
interpolate
(
T
from,
T
to, float timelinePosition)
Method Details
getBasePropertyClass
Class
<
T
>
getBasePropertyClass
()
interpolate
T
interpolate
(
T
from,
T
to, float timelinePosition)