android.text.Html.ImageGetter |
Retrieves images for HTML <img> tags.
Drawable | getDrawable(String source) | |||||
This methos is called when the HTML parser encounters an <img> tag. |
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.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |