android.view.animation.Transformation
Defines the transformation to be applied at
one point in time of an Animation.
Summary
Fields
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
Public Constructors
Public Methods
public
void
clear()
Reset the transformation to a state that leaves the object
being animated in an unmodified state
Apply this Transformation to an existing Transformation, e.g. apply
a scale effect to something that has already been rotated.
public
float
getAlpha()
Returns
- The degree of transparency
public
Matrix
getMatrix()
Returns
- The 3x3 Matrix representing the trnasformation to apply to the
coordinates of the object being animated
public
void
setAlpha(float alpha)
Sets the degree of transparency
Parameters
| alpha
| 1.0 means fully opaqe and 0.0 means fully transparent
|