Reference:Android.graphics.Bitmap.CompressFormat

From Triled Wiki

Jump to: navigation, search


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

compareTo

[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

Personal tools