All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.graphics.Camera Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
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  float getLocationX();
public native  float getLocationY();
public native  float getLocationZ();
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 - 2024 Weber Informatics LLC | Privacy Policy