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