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

android.graphics.Picture Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.graphics;
public class Picture
{
public  Picture() { throw new RuntimeException("Stub!"); }
public  Picture(android.graphics.Picture src) { throw new RuntimeException("Stub!"); }
public  android.graphics.Canvas beginRecording(int width, int height) { throw new RuntimeException("Stub!"); }
public  void endRecording() { throw new RuntimeException("Stub!"); }
public native  int getWidth();
public native  int getHeight();
public  void draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public static  android.graphics.Picture createFromStream(java.io.InputStream stream) { throw new RuntimeException("Stub!"); }
public  void writeToStream(java.io.OutputStream stream) { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy