nom.tam.fits
Class ImageData.ImageDataTiler

java.lang.Object
  extended by nom.tam.image.ImageTiler
      extended by nom.tam.fits.ImageData.ImageDataTiler
Enclosing class:
ImageData

protected class ImageData.ImageDataTiler
extends ImageTiler

This inner class allows the ImageTiler to see if the user has read in the data.


Method Summary
 java.lang.Object getMemoryImage()
          See if we can get the image data from memory.
 
Methods inherited from class nom.tam.image.ImageTiler
fillFileData, fillMemData, fillTile, getCompleteImage, getOffset, getTile, getTile, incrementPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMemoryImage

public java.lang.Object getMemoryImage()
Description copied from class: ImageTiler
See if we can get the image data from memory. This may be overriden by other classes, notably in nom.tam.fits.ImageData.

Overrides:
getMemoryImage in class ImageTiler