android.view.animation
Class Transformation

java.lang.Object
  extended by android.view.animation.Transformation

public class Transformation
extends Object


Field Summary
protected  float mAlpha
           
protected  Matrix mMatrix
           
protected  int mTransformationType
           
static int TYPE_ALPHA
           
static int TYPE_BOTH
           
static int TYPE_IDENTITY
           
static int TYPE_MATRIX
           
 
Constructor Summary
Transformation()
           
 
Method Summary
 void clear()
           
 void compose(Transformation t)
           
 float getAlpha()
           
 Matrix getMatrix()
           
 int getTransformationType()
           
 void set(Transformation t)
           
 void setAlpha(float alpha)
           
 void setTransformationType(int transformationType)
           
 String toShortString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_IDENTITY

public static int TYPE_IDENTITY

TYPE_ALPHA

public static int TYPE_ALPHA

TYPE_MATRIX

public static int TYPE_MATRIX

TYPE_BOTH

public static int TYPE_BOTH

mMatrix

protected Matrix mMatrix

mAlpha

protected float mAlpha

mTransformationType

protected int mTransformationType
Constructor Detail

Transformation

public Transformation()
Method Detail

clear

public void clear()

getTransformationType

public int getTransformationType()

setTransformationType

public void setTransformationType(int transformationType)

set

public void set(Transformation t)

compose

public void compose(Transformation t)

getMatrix

public Matrix getMatrix()

setAlpha

public void setAlpha(float alpha)

getAlpha

public float getAlpha()

toString

public String toString()
Overrides:
toString in class Object

toShortString

public String toShortString()


Copyright © 2008-2012. All Rights Reserved.