AbstractImageProvider
public interface ImageProvider
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getImageRootPath() |
|
void |
reset() |
Resets the cached images.
|
Image |
retrieve(java.lang.String src) |
Retrieve and image from the store.
|
void |
store(java.lang.String src,
Image img) |
Store allows ImageProvider users to cache the found images.
|
Image retrieve(java.lang.String src)
src
- the source found in src attributeImage
java.lang.String getImageRootPath()
void store(java.lang.String src, Image img)
src
- the src attributeimg
- the image.void reset()
Copyright © 1998–2018. All rights reserved.