|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.BitmapRegionDecoder
public final class BitmapRegionDecoder
| Method Summary | |
|---|---|
Bitmap |
decodeRegion(Rect rect,
BitmapFactory.Options options)
|
protected void |
finalize()
|
int |
getHeight()
|
int |
getWidth()
|
boolean |
isRecycled()
|
static BitmapRegionDecoder |
newInstance(byte[] data,
int offset,
int length,
boolean isShareable)
|
static BitmapRegionDecoder |
newInstance(FileDescriptor fd,
boolean isShareable)
|
static BitmapRegionDecoder |
newInstance(InputStream is,
boolean isShareable)
|
static BitmapRegionDecoder |
newInstance(String pathName,
boolean isShareable)
|
void |
recycle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BitmapRegionDecoder newInstance(byte[] data,
int offset,
int length,
boolean isShareable)
throws IOException
IOException
public static BitmapRegionDecoder newInstance(FileDescriptor fd,
boolean isShareable)
throws IOException
IOException
public static BitmapRegionDecoder newInstance(InputStream is,
boolean isShareable)
throws IOException
IOException
public static BitmapRegionDecoder newInstance(String pathName,
boolean isShareable)
throws IOException
IOException
public Bitmap decodeRegion(Rect rect,
BitmapFactory.Options options)
public int getWidth()
public int getHeight()
public void recycle()
public final boolean isRecycled()
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||