|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.eduvax.grant.core.AbstractTasklet
net.eduvax.grant.tasklets.fractal.Mandelbrot
public class Mandelbrot
Mandelbrot set computation.
| Field Summary | |
|---|---|
private double |
maxIter
|
private double |
step
|
private double |
xstart
|
private double |
xstop
|
private double |
ystart
|
private double |
ystop
|
| Fields inherited from class net.eduvax.grant.core.AbstractTasklet |
|---|
context, exitCode |
| Constructor Summary | |
|---|---|
Mandelbrot()
|
|
| Method Summary | |
|---|---|
private void |
computeAll()
|
private int |
computePoint(double x,
double y)
|
void |
run()
|
private void |
schedule(double step)
|
| Methods inherited from class net.eduvax.grant.core.AbstractTasklet |
|---|
getCr, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double xstart
private double xstop
private double ystart
private double ystop
private double step
private double maxIter
| Constructor Detail |
|---|
public Mandelbrot()
| Method Detail |
|---|
private int computePoint(double x,
double y)
private void computeAll()
private void schedule(double step)
public void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||