|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageProvider
A Provider for Images found in HTML.
Method Summary | |
---|---|
String |
getImageRootPath()
|
void |
reset()
Resets the cached images. |
Image |
retrieve(String src)
Retrieve and image from the store. |
void |
store(String src,
Image img)
Store allows ImageProvider users to cache the found images. |
Method Detail |
---|
Image retrieve(String src)
src
- the source found in src attribute
Image
String getImageRootPath()
void store(String src, Image img)
src
- the src attributeimg
- the image.void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |