docs/javadoc/reference/com/facebook/imagepipeline/decoder/SimpleProgressiveJpegConfig.html
|
|
Summary: Nested Classes | Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
implements ProgressiveJpegConfig
| java.lang.Object | | ↳ | com.facebook.imagepipeline.decoder.SimpleProgressiveJpegConfig |
Simple ProgressiveJpegConfig with predefined scans to decode and good-enough scan number.
If no specific scans to decode are provided, every scan is allowed to be decoded.
| Nested Classes |
|---|
| interface |
| Public Constructors |
|---|
| Public Methods |
|---|
| int |
| Gets the next scan-number that should be decoded after the given scan-number. |
| QualityInfo |
| Gets the quality information for the given scan-number. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| | From interface com.facebook.imagepipeline.decoder.ProgressiveJpegConfig
| abstract int | getNextScanNumberToDecode(int scanNumber) Gets the next scan-number that should be decoded after the given scan-number. | | abstract QualityInfo | getQualityInfo(int scanNumber) Gets the quality information for the given scan-number. |
|
Gets the next scan-number that should be decoded after the given scan-number.
Gets the quality information for the given scan-number.
+Generated by Doclava. +