|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.imagefile.imagereaders.JAIImageReader
Class to protect from Instantiation exceptions if JAI is not installed.
Constructor Summary | |
JAIImageReader()
Creates a new instance of JAIImageReader |
|
JAIImageReader(java.lang.String inFile)
Creates a new instance of JAIImageReader |
Method Summary | |
int |
getHeight()
|
java.awt.image.BufferedImage |
getImage()
|
int |
getWidth()
|
ImageInformation |
readImage(java.lang.String inFile)
Method to read the image information from a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAIImageReader() throws java.lang.Exception
public JAIImageReader(java.lang.String inFile) throws java.lang.Exception
Method Detail |
public int getWidth()
public int getHeight()
public java.awt.image.BufferedImage getImage()
public ImageInformation readImage(java.lang.String inFile)
ImageReaderInterface
readImage
in interface ImageReaderInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |