FileDocCategorySizeDatePackage
Camera.javaAPI DocAndroid 5.1 API928Sat Mar 14 14:09:44 GMT 2015android.graphics

Camera

public class Camera extends Object

Fields Summary
Constructors Summary
public Camera()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidapplyToCanvas(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public native floatdotWithNormal(float dx, float dy, float dz)

protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public native floatgetLocationX()

public native floatgetLocationY()

public native floatgetLocationZ()

public voidgetMatrix(android.graphics.Matrix matrix)

 throw new RuntimeException("Stub!"); 
public native voidrestore()

public native voidrotate(float x, float y, float z)

public native voidrotateX(float deg)

public native voidrotateY(float deg)

public native voidrotateZ(float deg)

public native voidsave()

public native voidsetLocation(float x, float y, float z)

public native voidtranslate(float x, float y, float z)