imageorg
Interface Image

All Superinterfaces:
FileElement, java.io.Serializable

public interface Image
extends FileElement

This interface extends FileElement and represents an image on disk.

See Also:
FileElement

Method Summary
 java.awt.image.BufferedImage getImage()
          This method returns a BufferedImage object encapsulating the on disk image data.
 
Methods inherited from interface imageorg.FileElement
addAnnotation, copy, delete, getAnnotations, getName, move, removeAnnotation, rename
 

Method Detail

getImage

java.awt.image.BufferedImage getImage()
                                      throws java.lang.Exception
This method returns a BufferedImage object encapsulating the on disk image data. imageviewer.ImageViewer contains a static utility method for loading images.

Returns:
a BufferedImage object encapsulating the on disk image data.
Throws:
java.lang.Exception - if the image can't be retrieved.