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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 |
---|
Initializes ImagePipelineFactory
with default config.
Initializes ImagePipelineFactory
with the specified config.