package android.graphics.drawable;
public class PictureDrawable
extends android.graphics.drawable.Drawable
{
public PictureDrawable(android.graphics.Picture picture) { throw new RuntimeException("Stub!"); }
public android.graphics.Picture getPicture() { throw new RuntimeException("Stub!"); }
public void setPicture(android.graphics.Picture picture) { throw new RuntimeException("Stub!"); }
public void draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public int getIntrinsicWidth() { throw new RuntimeException("Stub!"); }
public int getIntrinsicHeight() { throw new RuntimeException("Stub!"); }
public int getOpacity() { throw new RuntimeException("Stub!"); }
public void setFilterBitmap(boolean filter) { throw new RuntimeException("Stub!"); }
public void setDither(boolean dither) { throw new RuntimeException("Stub!"); }
public void setColorFilter(android.graphics.ColorFilter colorFilter) { throw new RuntimeException("Stub!"); }
public void setAlpha(int alpha) { throw new RuntimeException("Stub!"); }
}
|