net.rmi.rjs.jobs
Class FractalLogic

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

public class FractalLogic
extends java.lang.Object


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

Constructor Detail

FractalLogic

public FractalLogic()
Method Detail

main

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

getColor

public int getColor(float pixelr,
                    float pixeli)

testMandelbrot

public void testMandelbrot()

TopDownPartition

public ComputeJob[] TopDownPartition(ShortImageBean sib,
                                     int noParts)

TopDownPartition2

public ShortImageBean[] TopDownPartition2(ShortImageBean sib,
                                          int noParts)

getMandelbrot

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

getMandelbrot2

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

mandelbrot

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

mandelbrot

public void mandelbrot(int x,
                       int y,
                       int h,
                       int w,
                       short[][] r,
                       short[][] g,
                       short[][] b)

mandelbrot

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

getMaxIter

public int getMaxIter()

setMaxIter

public void setMaxIter(int maxIter)

getAns

public Answers getAns()