Back to Fresco

DrawableProperties

docs/javadoc/reference/com/facebook/drawee/drawable/DrawableProperties.html

3.6.013.8 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

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

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
Public Methods
void
void
void
void
void

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

|

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)

+Generated by Doclava. +