math.fractal
Class FractalLogic
java.lang.Object
math.fractal.FractalLogic
public class FractalLogic
- extends java.lang.Object
Created by IntelliJ IDEA.
User: dlyon
Date: Oct 16, 2008
Time: 5:04:15 PM
Copyright DocJava, Inc. 2008
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 |
FractalLogic
public FractalLogic()
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()