android.graphics
Class Camera
java.lang.Object
android.graphics.Camera
public class Camera
- extends Object
native_instance
int native_instance
Camera
public Camera()
save
public void save()
restore
public void restore()
translate
public void translate(float x,
float y,
float z)
rotateX
public void rotateX(float deg)
rotateY
public void rotateY(float deg)
rotateZ
public void rotateZ(float deg)
getMatrix
public void getMatrix(Matrix matrix)
applyToCanvas
public void applyToCanvas(Canvas canvas)
dotWithNormal
public float dotWithNormal(float dx,
float dy,
float dz)
finalize
protected void finalize()
throws Throwable
- Description copied from class:
Object
- 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.
- Overrides:
finalize in class Object
- Throws:
Throwable - The virtual machine ignores any exceptions which are
thrown during finalization.
Please submit a feedback, bug or feature