|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public ImageReader getImageReader(java.net.URL fileURL)
fileURL
- a URL for an image file.
public boolean isLoadable(java.lang.String fileName)
fileName
- path to image file.
public 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 |