FileDocCategorySizeDatePackage
PictureDrawable.javaAPI DocAndroid 5.1 API1053Sat Mar 14 14:09:38 GMT 2015android.graphics.drawable

PictureDrawable

public class PictureDrawable extends android.graphics.drawable.Drawable

Fields Summary
Constructors Summary
public PictureDrawable(android.graphics.Picture picture)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public intgetIntrinsicHeight()

 throw new RuntimeException("Stub!"); 
public intgetIntrinsicWidth()

 throw new RuntimeException("Stub!"); 
public intgetOpacity()

 throw new RuntimeException("Stub!"); 
public android.graphics.PicturegetPicture()

 throw new RuntimeException("Stub!"); 
public voidsetAlpha(int alpha)

 throw new RuntimeException("Stub!"); 
public voidsetColorFilter(android.graphics.ColorFilter colorFilter)

 throw new RuntimeException("Stub!"); 
public voidsetDither(boolean dither)

 throw new RuntimeException("Stub!"); 
public voidsetFilterBitmap(boolean filter)

 throw new RuntimeException("Stub!"); 
public voidsetPicture(android.graphics.Picture picture)

 throw new RuntimeException("Stub!");