android.graphics
Class Camera
java.lang.Object
android.graphics.Camera
public class Camera
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright © 2008-2010. All Rights Reserved.