gistoolkit.datasources.imagefile.imagereaders
Class ImageInformation

java.lang.Object
  extended bygistoolkit.datasources.imagefile.imagereaders.ImageInformation

public class ImageInformation
extends java.lang.Object

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

ImageInformation

public ImageInformation()
Creates a new instance of ImageInformation


ImageInformation

public ImageInformation(java.awt.Image inImage,
                        int inWidth,
                        int inHeight)
Create a new instance of the ImageInformation with the given information.

Method Detail

getImage

public java.awt.Image getImage()
Get the buffered Image.


getImageWidth

public int getImageWidth()
Get the width of the image.


getImageHeight

public int getImageHeight()
get the height of the image.