Camerapublic class Camera extends Object
Constructors Summary |
---|
public Camera() throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public void | applyToCanvas(android.graphics.Canvas canvas) throw new RuntimeException("Stub!");
| public native float | dotWithNormal(float dx, float dy, float dz)
| protected void | finalize() throw new RuntimeException("Stub!");
| public native float | getLocationX()
| public native float | getLocationY()
| public native float | getLocationZ()
| public void | getMatrix(android.graphics.Matrix matrix) throw new RuntimeException("Stub!");
| public native void | restore()
| public native void | rotate(float x, float y, float z)
| public native void | rotateX(float deg)
| public native void | rotateY(float deg)
| public native void | rotateZ(float deg)
| public native void | save()
| public native void | setLocation(float x, float y, float z)
| public native void | translate(float x, float y, float z)
|
|