| java.lang.Object | |||
| java.lang.Enum | Serializable Comparable | ||
| android.graphics.Bitmap.CompressFormat | |||
Specifies the known formats a bitmap can be compressed into
| CompressFormat | JPEG | |
| CompressFormat | PNG | |
| CompressFormat | ZLIB |
| static | CompressFormat | valueOf(String name) | |||
| final | static | CompressFormat[] | values() |
Methods inherited
from class
java.lang.Enum
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.lang.Comparable