net.rmi.rjs.jobs
Class FractalsOld

java.lang.Object
  extended by net.rmi.rjs.jobs.FractalsOld

public class FractalsOld
extends java.lang.Object


Constructor Summary
FractalsOld()
           
 
Method Summary
 ComputeJob getComputeJob(int w, int h)
           
 FractalLogicOld getFractalLogic()
           
static void main(java.lang.String[] args)
           
 void testComputeJob()
           
 void testComputeJobs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FractalsOld

public FractalsOld()
Method Detail

main

public static void main(java.lang.String[] args)

testComputeJobs

public void testComputeJobs()

getComputeJob

public ComputeJob getComputeJob(int w,
                                int h)

testComputeJob

public void testComputeJob()

getFractalLogic

public FractalLogicOld getFractalLogic()