public interface

SimpleDraweeControllerBuilder

com.facebook.drawee.interfaces.SimpleDraweeControllerBuilder
Known Indirect Subclasses

Class Overview

Interface for simple Drawee controller builders.

Summary

Public Methods
abstract DraweeController build()
Builds the specified controller.
abstract SimpleDraweeControllerBuilder setCallerContext(Object callerContext)
Sets the caller context.
abstract SimpleDraweeControllerBuilder setOldController(DraweeController oldController)
Sets the old controller to be reused if possible.
abstract SimpleDraweeControllerBuilder setUri(String uriString)
Sets the uri from a string.
abstract SimpleDraweeControllerBuilder setUri(Uri uri)
Sets the uri.

Public Methods

public abstract DraweeController build ()

Builds the specified controller.

public abstract SimpleDraweeControllerBuilder setCallerContext (Object callerContext)

Sets the caller context.

public abstract SimpleDraweeControllerBuilder setOldController (DraweeController oldController)

Sets the old controller to be reused if possible.

public abstract SimpleDraweeControllerBuilder setUri (String uriString)

Sets the uri from a string.

public abstract SimpleDraweeControllerBuilder setUri (Uri uri)

Sets the uri.