| Package | Description |
|---|---|
| jadex.micro.examples.mandelbrot |
| Modifier and Type | Class and Description |
|---|---|
class |
LyapunovAlgorithm
Algorithm for calculating Lyapunov fractals.
|
class |
MandelbrotAlgorithm
Algorithm for calculating the mandelbrot set.
|
| Modifier and Type | Field and Description |
|---|---|
static IFractalAlgorithm[] |
GenerateService.ALGORITHMS
The available algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
IFractalAlgorithm |
AreaData.getAlgorithm()
Get the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaData.setAlgorithm(IFractalAlgorithm algorithm)
Set the algorithm.
|
| Constructor and Description |
|---|
AreaData(double xstart,
double xend,
double ystart,
double yend,
int xoff,
int yoff,
int sizex,
int sizey,
short max,
int par,
int tasksize,
IFractalAlgorithm algorithm,
IComponentIdentifier cid,
short[][] data,
String displayid)
Create a new area data.
|
AreaData(double xstart,
double xend,
double ystart,
double yend,
int sizex,
int sizey,
short max,
int par,
int tasksize,
IFractalAlgorithm algorithm,
String displayid)
Create a new area data.
|
Copyright © 2012. All Rights Reserved.