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


public interface PropertyInterpolator<T>


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

Method Detail

getBasePropertyClass

java.lang.Class getBasePropertyClass()

interpolate

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


Copyright © 2010. All Rights Reserved.