FileDocCategorySizeDatePackage
Camera.javaAPI DocAndroid 1.5 API1594Wed May 06 22:42:00 BST 2009android.graphics

Camera

public class Camera extends Object

Fields Summary
int
native_instance
Constructors Summary
public Camera()

        nativeConstructor();
    
Methods Summary
public voidapplyToCanvas(Canvas canvas)

        nativeApplyToCanvas(canvas.mNativeCanvas);
    
public native floatdotWithNormal(float dx, float dy, float dz)

protected voidfinalize()

        nativeDestructor();
    
public voidgetMatrix(Matrix matrix)

        nativeGetMatrix(matrix.native_instance);
    
private native voidnativeApplyToCanvas(int native_canvas)

private native voidnativeConstructor()

private native voidnativeDestructor()

private native voidnativeGetMatrix(int native_matrix)

public native voidrestore()

public native voidrotateX(float deg)

public native voidrotateY(float deg)

public native voidrotateZ(float deg)

public native voidsave()

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