image_util_png_compression_e class abstract
@brief Enumeration for PNG compression values. @since_tizen 3.0
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- IMAGE_UTIL_PNG_COMPRESSION_0 → const int
- < No compression
- IMAGE_UTIL_PNG_COMPRESSION_1 → const int
- < Compression Level 1. Best speed
- IMAGE_UTIL_PNG_COMPRESSION_2 → const int
- < Compression Level 2
- IMAGE_UTIL_PNG_COMPRESSION_3 → const int
- < Compression Level 3
- IMAGE_UTIL_PNG_COMPRESSION_4 → const int
- < Compression Level 4
- IMAGE_UTIL_PNG_COMPRESSION_5 → const int
- < Compression Level 5
- IMAGE_UTIL_PNG_COMPRESSION_6 → const int
- < Compression Level 6
- IMAGE_UTIL_PNG_COMPRESSION_7 → const int
- < Compression Level 7
- IMAGE_UTIL_PNG_COMPRESSION_8 → const int
- < Compression Level 8
- IMAGE_UTIL_PNG_COMPRESSION_9 → const int
- < Compression Level 9. Best compression