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
|
Checks if ImagePipelineFactory
has already been initialized
Initializes ImagePipelineFactory
with default config.
Initializes ImagePipelineFactory
with the specified config.
Initializes ImagePipelineFactory
with the specified config.
Overrides current instance with a new one. Usually used when dealing with multiple ImagePipelineFactories