API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.view.animation.Transformation

Added Methods
int getTransformationType() Indicates the nature of this transformation.
void set(Transformation) Clones the specified transformation.
void setTransformationType(int) Sets the transformation type.
 

Changed Methods
String toString() Method was inherited from java.lang.Object, but is now defined locally.  
 

Added Fields
int TYPE_ALPHA Indicates a transformation that applies an alpha only (uses an identity matrix.)
int TYPE_BOTH Indicates a transformation that applies an alpha and a matrix.
int TYPE_IDENTITY Indicates a transformation that has no effect (alpha = 1 and identity matrix.)
int TYPE_MATRIX Indicates a transformation that applies a matrix only (alpha = 1.)
int mTransformationType  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff