Back to Fresco

PipelineDraweeControllerBuilderSupplier

docs/javadoc/reference/com/facebook/drawee/backends/pipeline/PipelineDraweeControllerBuilderSupplier.html

3.6.015.0 KB
Original Source

Fresco

|

|

Packages | Classes

Classes

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

public class

PipelineDraweeControllerBuilderSupplier

extends Object
implements Supplier<T>

| java.lang.Object | | ↳ | com.facebook.drawee.backends.pipeline.PipelineDraweeControllerBuilderSupplier |

Summary

Public Constructors
Public Methods
PipelineDraweeControllerBuilder
Retrieves an instance of the appropriate type.

| [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() |

| | From interface com.facebook.common.internal.Supplier

| abstract T | get() Retrieves an instance of the appropriate type. |

|

Public Constructors

public PipelineDraweeControllerBuilderSupplier(Context context)

public PipelineDraweeControllerBuilderSupplier(Context context, DraweeConfig draweeConfig)

public PipelineDraweeControllerBuilderSupplier(Context context, ImagePipelineFactory imagePipelineFactory, DraweeConfig draweeConfig)

public PipelineDraweeControllerBuilderSupplier(Context context, ImagePipelineFactory imagePipelineFactory, Set<ControllerListener> boundControllerListeners, Set<ControllerListener2> boundControllerListeners2, DraweeConfig draweeConfig)

Public Methods

public PipelineDraweeControllerBuilder get()

Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.

Returns
  • an instance of the appropriate type

+Generated by Doclava. +