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 attributeImageString getImageRootPath()
void store(String src, Image img)
src - the src attributeimg - the image.void reset()
Copyright © 2020. All rights reserved.