![JAR search and dependency download from the Maven repository](/logo.png)
android.graphics.Camera Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
package android.graphics;
public class Camera
{
public Camera() { throw new RuntimeException("Stub!"); }
public native void save();
public native void restore();
public native void translate(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 rotate(float x, float y, float z);
public native void setLocation(float x, float y, float z);
public void getMatrix(android.graphics.Matrix matrix) { throw new RuntimeException("Stub!"); }
public void applyToCanvas(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public native float dotWithNormal(float dx, float dy, float dz);
protected void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy