java.lang.Object | |
↳ | com.facebook.drawee.backends.pipeline.DraweeConfig.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DraweeConfig.Builder |
addCustomDrawableFactory(DrawableFactory factory)
Add a custom drawable factory that will be used to create Drawables for
CloseableImage s. | ||||||||||
DraweeConfig | build() | ||||||||||
DraweeConfig.Builder |
setDebugOverlayEnabledSupplier(Supplier<Boolean> debugOverlayEnabledSupplier)
Set whether a debug overlay that displays image information, like dimensions and size should
be drawn on top of a Drawee view.
| ||||||||||
DraweeConfig.Builder |
setDrawDebugOverlay(boolean drawDebugOverlay)
Set whether a debug overlay that displays image information, like dimensions and size should
be drawn on top of a Drawee view.
| ||||||||||
DraweeConfig.Builder | setImagePerfDataListener(ImagePerfDataListener imagePerfDataListener) | ||||||||||
DraweeConfig.Builder |
setPipelineDraweeControllerFactory(PipelineDraweeControllerFactory factory)
Set a PipelineDraweeControllerFactory to be used instead of the default one.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Add a custom drawable factory that will be used to create Drawables for CloseableImage
s.
factory | the factory to use |
---|
Set whether a debug overlay that displays image information, like dimensions and size should be drawn on top of a Drawee view.
debugOverlayEnabledSupplier | should return true if the debug overlay
should be drawn |
---|
Set whether a debug overlay that displays image information, like dimensions and size should be drawn on top of a Drawee view.
drawDebugOverlay | true if the debug overlay should be drawn |
---|
Set a PipelineDraweeControllerFactory to be used instead of the default one.
factory | the PipelineDraweeControllerFactory to use |
---|