public interface ImageProvider
Modifier and Type | Method and Description |
---|---|
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.
|
Image retrieve(String src)
src
- the source found in src attribute
Image
String getImageRootPath()
void store(String src, Image img)
src
- the src attribute
img
- the image.
void reset()
Copyright © 2016. All rights reserved.