stsci.client
Interface ImageProd

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PlanarImageFactory, RemoteImageProd

public interface ImageProd
extends java.rmi.Remote

Author:
 

Method Summary
 javax.media.jai.PlanarImage getImage()
           
 ImageInfo getInfo()
           
 

Method Detail

getImage

public javax.media.jai.PlanarImage getImage()
                                     throws java.rmi.RemoteException,
                                            java.lang.Exception
Returns:
PlanarImage
Throws:
RemoteException,Exception -  

getInfo

public ImageInfo getInfo()
                  throws java.rmi.RemoteException,
                         java.lang.Exception
Returns:
ImageInfo
Throws:
RemoteException,Exception -