|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Html.ImageGetter
Retrieves images for HTML <img> tags.
| Method Summary | |
|---|---|
Drawable |
getDrawable(String source)
This methos is called when the HTML parser encounters an <img> tag. |
| Method Detail |
|---|
Drawable getDrawable(String source)
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 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||