English | Site Directory

Android - An Open Handset Alliance Project

android.text
public static interface

android.text.Html.ImageGetter

android.text.Html.ImageGetter

Retrieves images for HTML <img> tags.

Summary

Public Methods

        Drawable  getDrawable(String source)
This methos is called when the HTML parser encounters an <img> tag.

Details

Public Methods

public Drawable getDrawable(String source)

This methos 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.
Build m5-rc15i - 10 Jun 2008 13:54