|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageReaderLoader
An ImageReaderLoader is an object used to determine if a particular ImageReader can be used for a particular image file. It can also provide the ImageReader loaded with the contents of that file.
| Method Summary | |
|---|---|
ImageReader |
getImageReader(java.net.URL fileURL)
|
boolean |
isLoadable(java.lang.String fileName)
A query method used to ask the ImageReaderLoader if an image can be handled by the ImageReader it represents. |
boolean |
isLoadable(java.net.URL fileURL)
A query method used to ask the ImageReaderLoader if an image can be handled by the ImageReader it represents. |
| Method Detail |
|---|
ImageReader getImageReader(java.net.URL fileURL)
fileURL - a URL for an image file.
boolean isLoadable(java.lang.String fileName)
fileName - path to image file.
boolean isLoadable(java.net.URL fileURL)
fileURL - URL of image file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||