Android
android.graphics
public class

android.graphics.Camera

java.lang.Object
android.graphics.Camera

Summary

Public Constructors

            Camera()

Public Methods

          void  applyToCanvas(Canvas canvas)
          float  dotWithNormal(float dx, float dy, float dz)
          void  getMatrix(Matrix matrix)
          void  restore()
          void  rotateX(float deg)
          void  rotateY(float deg)
          void  rotateZ(float deg)
          void  save()
          void  translate(float x, float y, float z)

Protected Methods

          void  finalize()
Called by the virtual machine when there are no longer any (non-weak) references to the receiver.
Methods inherited from class java.lang.Object

Details

Public Constructors

public Camera()

Public Methods

public void applyToCanvas(Canvas canvas)

public float dotWithNormal(float dx, float dy, float dz)

public void getMatrix(Matrix matrix)

public void restore()

public void rotateX(float deg)

public void rotateY(float deg)

public void rotateZ(float deg)

public void save()

public void translate(float x, float y, float z)

Protected Methods

protected void finalize()

Called by the virtual machine when there are no longer any (non-weak) references to the receiver. Subclasses can use this facility to guarantee that any associated resources are cleaned up before the receiver is garbage collected. Uncaught exceptions which are thrown during the running of the method cause it to terminate immediately, but are otherwise ignored.

Note: The virtual machine assumes that the implementation in class Object is empty.

Throws

Throwable
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56