All Packages Class Hierarchy This Package Previous Next Index
Class raul.Fractals
java.lang.Object
|
+----raul.Fractals
- public class Fractals
- extends java.lang.Object
-
xMax
-
-
xMin
-
-
yMax
-
-
yMin
-
-
Fractals()
-
-
getColor(float, float)
-
-
mandelbrot(short[][], short[][], short[][])
-
xMin
public static float xMin
yMax
public static float yMax
xMax
public static float xMax
yMin
public static float yMin
Fractals
public Fractals()
getColor
public int getColor(float pixelr,
float pixeli)
mandelbrot
public void mandelbrot(short r[][],
short g[][],
short b[][])
All Packages Class Hierarchy This Package Previous Next Index