|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.imagefile.imagereaders.ImageInformation
Class to transfer information about images back and forth from the readers.
Constructor Summary | |
ImageInformation()
Creates a new instance of ImageInformation |
|
ImageInformation(java.awt.Image inImage,
int inWidth,
int inHeight)
Create a new instance of the ImageInformation with the given information. |
Method Summary | |
java.awt.Image |
getImage()
Get the buffered Image. |
int |
getImageHeight()
get the height of the image. |
int |
getImageWidth()
Get the width of the image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageInformation()
public ImageInformation(java.awt.Image inImage, int inWidth, int inHeight)
Method Detail |
public java.awt.Image getImage()
public int getImageWidth()
public int getImageHeight()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |