Back to Fresco

SimpleProgressiveJpegConfig

docs/javadoc/reference/com/facebook/imagepipeline/decoder/SimpleProgressiveJpegConfig.html

3.6.013.5 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Exceptions

Packages | Classes

Summary: Nested Classes | Ctors | Methods | Inherited Methods | [Expand All]

public class

SimpleProgressiveJpegConfig

extends Object
implements ProgressiveJpegConfig

| java.lang.Object | | ↳ | com.facebook.imagepipeline.decoder.SimpleProgressiveJpegConfig |

Class Overview

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.

Summary

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. |

|

Public Constructors

public SimpleProgressiveJpegConfig()

public SimpleProgressiveJpegConfig(SimpleProgressiveJpegConfig.DynamicValueConfig dynamicValueConfig)

Public Methods

public int getNextScanNumberToDecode(int scanNumber)

Gets the next scan-number that should be decoded after the given scan-number.

public QualityInfo getQualityInfo(int scanNumber)

Gets the quality information for the given scan-number.

+Generated by Doclava. +