|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--raul.Fractals
| Field Summary | |
static float |
xMax
|
static float |
xMin
|
static float |
yMax
|
static float |
yMin
|
| Constructor Summary | |
Fractals()
|
|
| Method Summary | |
int |
getColor(float pixelr,
float pixeli)
|
void |
mandelbrot(short[][] r,
short[][] g,
short[][] b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static float xMax
public static float xMin
public static float yMax
public static float yMin
| Constructor Detail |
public Fractals()
| Method Detail |
public int getColor(float pixelr,
float pixeli)
public void mandelbrot(short[][] r,
short[][] g,
short[][] b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||