com.android.ddmlib
Class BitmapDecoder

java.lang.Object
  extended by com.android.ddmlib.BitmapDecoder

public class BitmapDecoder
extends java.lang.Object


Nested Class Summary
static interface BitmapDecoder.BitmapDataProvider
           
 
Field Summary
static java.lang.String BITMAP_DRAWABLE_FQCN
           
static java.lang.String BITMAP_FQCN
           
protected static java.util.Map<java.lang.String,com.android.ddmlib.BitmapDecoder.BitmapExtractor> SUPPORTED_FORMATS
           
 
Constructor Summary
BitmapDecoder()
           
 
Method Summary
static java.awt.image.BufferedImage getBitmap(BitmapDecoder.BitmapDataProvider dataProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BITMAP_FQCN

public static final java.lang.String BITMAP_FQCN
See Also:
Constant Field Values

BITMAP_DRAWABLE_FQCN

public static final java.lang.String BITMAP_DRAWABLE_FQCN
See Also:
Constant Field Values

SUPPORTED_FORMATS

protected static final java.util.Map<java.lang.String,com.android.ddmlib.BitmapDecoder.BitmapExtractor> SUPPORTED_FORMATS
Constructor Detail

BitmapDecoder

public BitmapDecoder()
Method Detail

getBitmap

@Nullable
public static java.awt.image.BufferedImage getBitmap(@NonNull
                                                              BitmapDecoder.BitmapDataProvider dataProvider)
                                              throws java.lang.Exception
Throws:
java.lang.Exception