Reference:Android.graphics.Bitmap.CompressFormat
From Triled Wiki
android.graphics
public static final enum android.graphics.Bitmap.CompressFormat
| java.lang.Object | |||
| java.lang.Enum | Serializable Comparable | ||
| android.graphics.Bitmap.CompressFormat | |||
Specifies the known formats a bitmap can be compressed into
Contents |
[edit] Summary
[edit] Enum Values
| CompressFormat | JPEG | |
| CompressFormat | PNG | |
| CompressFormat | ZLIB |
[edit] Public Methods
| static | CompressFormat | valueOf (String name) | |||
| final | static | CompressFormat[ ] | values () |
[edit] Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, , java.lang.String)">valueOf[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait[edit] Methods inherited from interface java.lang.Comparable
[edit] Details
[edit] Enum Values
[edit] public static final CompressFormat JPEG
[edit] public static final CompressFormat PNG
[edit] public static final CompressFormat ZLIB
[edit] Public Methods
[edit] public static CompressFormat valueOf(String name)
[edit] public static final CompressFormat[ ]values()
[edit] References
- Original documentation page for Android SDK build m5-rc15e - 14 apr 2008 17:27
