public class

DraweeConfig

extends Object
java.lang.Object
   ↳ com.facebook.drawee.backends.pipeline.DraweeConfig

Class Overview

Drawee configuration.

Summary

Nested Classes
class DraweeConfig.Builder  
Public Methods
ImmutableList<DrawableFactory> getCustomDrawableFactories()
Supplier<Boolean> getDebugOverlayEnabledSupplier()
ImagePerfDataListener getImagePerfDataListener()
PipelineDraweeControllerFactory getPipelineDraweeControllerFactory()
static DraweeConfig.Builder newBuilder()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ImmutableList<DrawableFactory> getCustomDrawableFactories ()

public Supplier<Boolean> getDebugOverlayEnabledSupplier ()

public ImagePerfDataListener getImagePerfDataListener ()

public PipelineDraweeControllerFactory getPipelineDraweeControllerFactory ()

public static DraweeConfig.Builder newBuilder ()