| java.lang.Object | |
| ↳ | com.facebook.imagepipeline.core.ImagePipelineFactory |
Factory class for the image pipeline.
This class constructs the pipeline and its dependencies from other libraries.
As the pipeline object can be quite expensive to create, it is strongly recommended that applications create just one instance of this class and of the pipeline.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ImagePipelineFactory(ImagePipelineConfig config) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Provide the implementation of the PlatformBitmapFactory for the current platform using the provided PoolFactory
| poolFactory | The PoolFactory |
|---|---|
| platformDecoder | The PlatformDecoder |
Provide the implementation of the PlatformDecoder for the current platform using the provided PoolFactory
| poolFactory | The PoolFactory |
|---|
Checks if ImagePipelineFactory has already been initialized
Initializes ImagePipelineFactory with default config.
Initializes ImagePipelineFactory with the specified config.
Overrides current instance with a new one. Usually used when dealing with multiple ImagePipelineFactories