android.graphics.Picture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remote-pay-java-connector Show documentation
Show all versions of remote-pay-java-connector Show documentation
Clover Connector Java library
//
// 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