docs/javadoc/reference/com/facebook/drawee/backends/pipeline/DraweeConfig.Builder.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public static class
extends Object
| java.lang.Object | | ↳ | com.facebook.drawee.backends.pipeline.DraweeConfig.Builder |
| Public Constructors |
|---|
| Public Methods |
|---|
| DraweeConfig.Builder |
Add a custom drawable factory that will be used to create Drawables for CloseableImages. |
| DraweeConfig |
| DraweeConfig.Builder |
| Set whether a debug overlay that displays image information, like dimensions and size should be drawn on top of a Drawee view. |
| DraweeConfig.Builder |
| Set whether a debug overlay that displays image information, like dimensions and size should be drawn on top of a Drawee view. |
| DraweeConfig.Builder |
| DraweeConfig.Builder |
| Set a PipelineDraweeControllerFactory to be used instead of the default one. |
| [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() |
|
Add a custom drawable factory that will be used to create Drawables for CloseableImages.
| 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 |
+Generated by Doclava. +