graphics.raytracers.rmiRaytracer.raytracer
Interface DoImageInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DoImageServer

public interface DoImageInterface
extends java.rmi.Remote


Method Summary
 void doTheWork()
           
 int[][] getPixels()
           
 java.awt.Dimension getSize()
           
 int[][] getSubPixels()
           
 int[][] int2SubInt(int[][] i)
           
 void setBand(java.awt.Dimension p0)
           
 void setSize(java.awt.Dimension _d)
           
 

Method Detail

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