org.pushingpixels.trident.interpolator
Interface PropertyInterpolator<T>


public interface PropertyInterpolator<T>


Method Summary
 Class getBasePropertyClass()
           
 T interpolate(T from, T to, float timelinePosition)
           
 

Method Detail

getBasePropertyClass

Class getBasePropertyClass()

interpolate

T interpolate(T from,
              T to,
              float timelinePosition)