Uses of Interface
graphics.raytracers.rmiRaytracer.raytracer.DoImageInterface

Packages that use DoImageInterface
graphics.raytracers.rmiRaytracer.raytracer   
 

Uses of DoImageInterface in graphics.raytracers.rmiRaytracer.raytracer
 

Classes in graphics.raytracers.rmiRaytracer.raytracer that implement DoImageInterface
 class DoImageServer
          Launch DoImageServer after a launch of the DoImageClientManager.
 

Methods in graphics.raytracers.rmiRaytracer.raytracer that return DoImageInterface
static DoImageInterface DoImageClient.getNextInterface()
           
 DoImageInterface DoImageClientManager.getNextProxy()
           
static DoImageInterface DoImageClient.getProxy(java.lang.String host)