jsky.image
Interface BasicImageReadableProcessor

All Known Subinterfaces:
BasicImageDisplay, GraphicsImageDisplay, MainImageDisplay
All Known Implementing Classes:
DivaGraphicsImageDisplay, DivaMainImageDisplay, ImageDisplay, NavigatorImageDisplay

public interface BasicImageReadableProcessor

Responsible for providing read only information for image processing.

Version:
$Revision: 1.1 $
Author:
Franklin R. Tanner

Method Summary
 ImageProcessor getImageProcessor()
          Return the image processor object.
 java.awt.geom.Rectangle2D.Double getVisibleArea()
          Return a rectangle describing the visible area of the image (in user coordinates).
 

Method Detail

getImageProcessor

ImageProcessor getImageProcessor()
Return the image processor object.

Returns:
The Object responsible for most image transformations that processes PlanarImages.
See Also:
PlanarImage

getVisibleArea

java.awt.geom.Rectangle2D.Double getVisibleArea()
Return a rectangle describing the visible area of the image (in user coordinates).

Returns:
User Coordinates of retangle. Note, this may be a a SuperRectangle if the PlanarImage is non-rectangular.