public interface Bitmap
Modifier and Type | Method and Description |
---|---|
void |
compress(java.io.OutputStream outputStream) |
void |
decrementRefCount() |
int |
getHeight() |
int |
getWidth() |
void |
incrementRefCount() |
boolean |
isDestroyed() |
void |
scaleTo(int width,
int height) |
void |
setBackgroundColor(int color) |
void compress(java.io.OutputStream outputStream) throws java.io.IOException
java.io.IOException
void decrementRefCount()
int getHeight()
int getWidth()
void incrementRefCount()
boolean isDestroyed()
void scaleTo(int width, int height)
void setBackgroundColor(int color)