public interface

DrawableParent

com.facebook.drawee.drawable.DrawableParent
Known Indirect Subclasses

Class Overview

A drawable parent that has a single child.

Summary

Public Methods
abstract Drawable getDrawable()
Gets the child drawable.
abstract Drawable setDrawable(Drawable newDrawable)
Sets the new child drawable.

Public Methods

public abstract Drawable getDrawable ()

Gets the child drawable.

Returns
  • the current child drawable

public abstract Drawable setDrawable (Drawable newDrawable)

Sets the new child drawable.

Parameters
newDrawable a new child drawable to set
Returns
  • the old child drawable