graphics.raytracers.rmiRaytracer.raytracer
Interface DoImageInterface
- All Superinterfaces: 
- java.rmi.Remote
- All Known Implementing Classes: 
- DoImageServer
- public interface DoImageInterface 
- extends java.rmi.Remote
 
doTheWork
void doTheWork()
               throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException
 
setBand
void setBand(java.awt.Dimension p0)
             throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException
 
setSize
void setSize(java.awt.Dimension _d)
             throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException
 
getSubPixels
int[][] getSubPixels()
                     throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException
 
int2SubInt
int[][] int2SubInt(int[][] i)
                   throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException
 
getPixels
int[][] getPixels()
                  throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException
 
getSize
java.awt.Dimension getSize()
                           throws java.rmi.RemoteException
- 
 
- 
- Throws:
- java.rmi.RemoteException