raul
Class Fractals

java.lang.Object
  |
  +--raul.Fractals

public class Fractals
extends java.lang.Object


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

xMax

public static float xMax

xMin

public static float xMin

yMax

public static float yMax

yMin

public static float yMin
Constructor Detail

Fractals

public Fractals()
Method Detail

getColor

public int getColor(float pixelr,
                    float pixeli)

mandelbrot

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