FileDocCategorySizeDatePackage
Matrix.javaAPI DocAndroid 5.1 API5315Sat Mar 14 14:09:42 GMT 2015android.graphics

Matrix

public class Matrix extends Object

Fields Summary
public static final int
MPERSP_0
public static final int
MPERSP_1
public static final int
MPERSP_2
public static final int
MSCALE_X
public static final int
MSCALE_Y
public static final int
MSKEW_X
public static final int
MSKEW_Y
public static final int
MTRANS_X
public static final int
MTRANS_Y
Constructors Summary
public Matrix()

 throw new RuntimeException("Stub!"); 
public Matrix(Matrix src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public voidgetValues(float[] values)

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public booleaninvert(android.graphics.Matrix inverse)

 throw new RuntimeException("Stub!"); 
public booleanisAffine()

 throw new RuntimeException("Stub!"); 
public booleanisIdentity()

 throw new RuntimeException("Stub!"); 
public voidmapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount)

 throw new RuntimeException("Stub!"); 
public voidmapPoints(float[] dst, float[] src)

 throw new RuntimeException("Stub!"); 
public voidmapPoints(float[] pts)

 throw new RuntimeException("Stub!"); 
public floatmapRadius(float radius)

 throw new RuntimeException("Stub!"); 
public booleanmapRect(android.graphics.RectF dst, android.graphics.RectF src)

 throw new RuntimeException("Stub!"); 
public booleanmapRect(android.graphics.RectF rect)

 throw new RuntimeException("Stub!"); 
public voidmapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount)

 throw new RuntimeException("Stub!"); 
public voidmapVectors(float[] dst, float[] src)

 throw new RuntimeException("Stub!"); 
public voidmapVectors(float[] vecs)

 throw new RuntimeException("Stub!"); 
public booleanpostConcat(android.graphics.Matrix other)

 throw new RuntimeException("Stub!"); 
public booleanpostRotate(float degrees, float px, float py)

 throw new RuntimeException("Stub!"); 
public booleanpostRotate(float degrees)

 throw new RuntimeException("Stub!"); 
public booleanpostScale(float sx, float sy, float px, float py)

 throw new RuntimeException("Stub!"); 
public booleanpostScale(float sx, float sy)

 throw new RuntimeException("Stub!"); 
public booleanpostSkew(float kx, float ky, float px, float py)

 throw new RuntimeException("Stub!"); 
public booleanpostSkew(float kx, float ky)

 throw new RuntimeException("Stub!"); 
public booleanpostTranslate(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public booleanpreConcat(android.graphics.Matrix other)

 throw new RuntimeException("Stub!"); 
public booleanpreRotate(float degrees, float px, float py)

 throw new RuntimeException("Stub!"); 
public booleanpreRotate(float degrees)

 throw new RuntimeException("Stub!"); 
public booleanpreScale(float sx, float sy, float px, float py)

 throw new RuntimeException("Stub!"); 
public booleanpreScale(float sx, float sy)

 throw new RuntimeException("Stub!"); 
public booleanpreSkew(float kx, float ky, float px, float py)

 throw new RuntimeException("Stub!"); 
public booleanpreSkew(float kx, float ky)

 throw new RuntimeException("Stub!"); 
public booleanpreTranslate(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public booleanrectStaysRect()

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.Matrix src)

 throw new RuntimeException("Stub!"); 
public booleansetConcat(android.graphics.Matrix a, android.graphics.Matrix b)

 throw new RuntimeException("Stub!"); 
public booleansetPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount)

 throw new RuntimeException("Stub!"); 
public booleansetRectToRect(android.graphics.RectF src, android.graphics.RectF dst, android.graphics.Matrix$ScaleToFit stf)

 throw new RuntimeException("Stub!"); 
public voidsetRotate(float degrees, float px, float py)

 throw new RuntimeException("Stub!"); 
public voidsetRotate(float degrees)

 throw new RuntimeException("Stub!"); 
public voidsetScale(float sx, float sy, float px, float py)

 throw new RuntimeException("Stub!"); 
public voidsetScale(float sx, float sy)

 throw new RuntimeException("Stub!"); 
public voidsetSinCos(float sinValue, float cosValue, float px, float py)

 throw new RuntimeException("Stub!"); 
public voidsetSinCos(float sinValue, float cosValue)

 throw new RuntimeException("Stub!"); 
public voidsetSkew(float kx, float ky, float px, float py)

 throw new RuntimeException("Stub!"); 
public voidsetSkew(float kx, float ky)

 throw new RuntimeException("Stub!"); 
public voidsetTranslate(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public voidsetValues(float[] values)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoShortString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");