| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Field and Description |
|---|---|
Bitmap.Config |
BitmapFactory.Options.inPreferredConfig |
| Modifier and Type | Method and Description |
|---|---|
Bitmap.Config |
Bitmap.getConfig() |
static Bitmap.Config |
Bitmap.Config.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bitmap.Config[] |
Bitmap.Config.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bitmap |
Bitmap.copy(Bitmap.Config config,
boolean isMutable) |
static Bitmap |
Bitmap.createBitmap(int[] colors,
int width,
int height,
Bitmap.Config config) |
static Bitmap |
Bitmap.createBitmap(int[] colors,
int offset,
int stride,
int width,
int height,
Bitmap.Config config) |
static Bitmap |
Bitmap.createBitmap(int width,
int height,
Bitmap.Config config) |
Copyright © 2008-2013. All Rights Reserved.