public class

DrawableProperties

extends Object
java.lang.Object
   ↳ com.facebook.drawee.drawable.DrawableProperties

Class Overview

Set of properties for drawable. There are no default values and only gets applied if were set explicitly.

Summary

Public Constructors
DrawableProperties()
Public Methods
void applyTo(Drawable drawable)
void setAlpha(int alpha)
void setColorFilter(ColorFilter colorFilter)
void setDither(boolean dither)
void setFilterBitmap(boolean filterBitmap)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DrawableProperties ()

Public Methods

public void applyTo (Drawable drawable)

public void setAlpha (int alpha)

public void setColorFilter (ColorFilter colorFilter)

public void setDither (boolean dither)

public void setFilterBitmap (boolean filterBitmap)