# Print output for @column tags ?> Html.ImageGetter - Android SDK | Android Developers

Most visited


Recently visited


Html.ImageGetter

public static interface Html.ImageGetter

android.text.Html.ImageGetter


Retrieves images for HTML <img> tags.

Summary


Public methods

abstract Drawable getDrawable(String source)

This method is called when the HTML parser encounters an <img> tag.

Public methods


getDrawable

public abstract Drawable getDrawable (String source)

This method is called when the HTML parser encounters an <img> tag. The source argument is the string from the "src" attribute; the return value should be a Drawable representation of the image or null for a generic replacement image. Make sure you call setBounds() on your Drawable if it doesn't already have its bounds set.

Parameters
source String

Returns
Drawable

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.