|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImageDataProvider
Provides access to image data for the image with the specified path. Images loaded from different data providers (which are differentiated by reference equality) will be considered distinct images with respect to caching.
| Method Summary | |
|---|---|
String |
getIdent()
Returns a string identifier for this image data provider which wil be used to differentiate it from other providers and thus should be unique. |
BufferedImage |
loadImage(String path)
Returns the image at the specified path. |
| Method Detail |
|---|
String getIdent()
BufferedImage loadImage(String path)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||