org.pushingpixels.trident.android
Class AndroidPropertyInterpolators

java.lang.Object
  extended by org.pushingpixels.trident.android.AndroidPropertyInterpolators
All Implemented Interfaces:
PropertyInterpolatorSource

public class AndroidPropertyInterpolators
extends java.lang.Object
implements PropertyInterpolatorSource

Built-in interpolators for Android classes.

Author:
Kirill Grouchnikov

Field Summary
static PropertyInterpolator<java.lang.Integer> COLOR_INTERPOLATOR
           
 
Constructor Summary
AndroidPropertyInterpolators()
           
 
Method Summary
 java.util.Set<PropertyInterpolator> getPropertyInterpolators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_INTERPOLATOR

public static final PropertyInterpolator<java.lang.Integer> COLOR_INTERPOLATOR
Constructor Detail

AndroidPropertyInterpolators

public AndroidPropertyInterpolators()
Method Detail

getPropertyInterpolators

public java.util.Set<PropertyInterpolator> getPropertyInterpolators()
Specified by:
getPropertyInterpolators in interface PropertyInterpolatorSource


Copyright © 2010. All Rights Reserved.