docs/javadoc/reference/com/facebook/drawee/backends/pipeline/Fresco.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.drawee.backends.pipeline.Fresco |
Fresco entry point.
You must initialize this class before use. The simplest way is to just do {#code Fresco.initialize(Context)}.
| Public Methods |
|---|
| static PipelineDraweeControllerBuilderSupplier |
| Gets the supplier of Fresco Drawee controller builders. |
| static ImagePipeline |
| Gets the image pipeline instance. |
| static ImagePipelineFactory |
| static boolean |
| Returns true if Fresco has been initialized. |
| static void |
| Initializes Fresco with the specified config and native code enabled. |
| static void |
| Initializes Fresco with the default Drawee config. |
| static void |
| Initializes Fresco with the specified config. |
| static void |
| Initializes Fresco with the default config. |
| static PipelineDraweeControllerBuilder |
| Returns a new instance of Fresco Drawee controller builder. |
| static void |
| Shuts Fresco down. |
| [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() |
|
Gets the supplier of Fresco Drawee controller builders.
Gets the image pipeline instance.
Returns true if Fresco has been initialized.
Initializes Fresco with the specified config and native code enabled.
Initializes Fresco with the default Drawee config.
Initializes Fresco with the specified config.
Initializes Fresco with the default config.
Returns a new instance of Fresco Drawee controller builder.
Shuts Fresco down.
+Generated by Doclava. +