public class Transformation extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Transformation() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static int TYPE_IDENTITY
public static int TYPE_ALPHA
public static int TYPE_MATRIX
public static int TYPE_BOTH
protected Matrix mMatrix
protected float mAlpha
protected int mTransformationType
public void clear()
public int getTransformationType()
public void setTransformationType(int transformationType)
public void set(Transformation t)
public void compose(Transformation t)
public Matrix getMatrix()
public void setAlpha(float alpha)
public float getAlpha()
public String toShortString()
Copyright © 2008-2013. All Rights Reserved.