public interface ImageDataProvider
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getIdent()
BufferedImage loadImage(String path) throws IOException
IOExceptionCopyright © 2015. All rights reserved.