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

android.graphics.Picture Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package android.graphics;

import android.graphics.Canvas;
import java.io.InputStream;
import java.io.OutputStream;

public class Picture {
  public Picture() {
    throw new RuntimeException("Stub!");
  }

  public Picture(Picture src) {
    throw new RuntimeException("Stub!");
  }

  protected void finalize() throws Throwable {
    throw new RuntimeException("Stub!");
  }

  public Canvas beginRecording(int width, int height) {
    throw new RuntimeException("Stub!");
  }

  public void endRecording() {
    throw new RuntimeException("Stub!");
  }

  public int getWidth() {
    throw new RuntimeException("Stub!");
  }

  public int getHeight() {
    throw new RuntimeException("Stub!");
  }

  public void draw(Canvas canvas) {
    throw new RuntimeException("Stub!");
  }

  /** @deprecated */
  @Deprecated
  public static Picture createFromStream(InputStream stream) {
    throw new RuntimeException("Stub!");
  }

  /** @deprecated */
  @Deprecated
  public void writeToStream(OutputStream stream) {
    throw new RuntimeException("Stub!");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy