net.rmi.rjs.jobs
Class FractalLogicOld

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

public class FractalLogicOld
extends java.lang.Object


Constructor Summary
FractalLogicOld()
           
 
Method Summary
 Answers getAns()
           
 int getColor(float pixelr, float pixeli)
           
 java.awt.Image getMandelbrot(int w, int h)
           
 int getMaxIter()
           
static void main(java.lang.String[] args)
           
 void mandelbrot(short[][] r, short[][] g, short[][] b)
           
 void setMaxIter(int maxIter)
           
 void testMandelbrot()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FractalLogicOld

public FractalLogicOld()
Method Detail

getColor

public int getColor(float pixelr,
                    float pixeli)

main

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

testMandelbrot

public void testMandelbrot()

getMandelbrot

public java.awt.Image getMandelbrot(int w,
                                    int h)

mandelbrot

public void mandelbrot(short[][] r,
                       short[][] g,
                       short[][] b)

getMaxIter

public int getMaxIter()

setMaxIter

public void setMaxIter(int maxIter)

getAns

public Answers getAns()