All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.Fractals

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

public class Fractals
extends java.lang.Object

Variable Index

 o xMax
 o xMin
 o yMax
 o yMin

Constructor Index

 o Fractals()

Method Index

 o getColor(float, float)
 o mandelbrot(short[][], short[][], short[][])

Variables

 o xMin
 public static float xMin
 o yMax
 public static float yMax
 o xMax
 public static float xMax
 o yMin
 public static float yMin

Constructors

 o Fractals
 public Fractals()

Methods

 o getColor
 public int getColor(float pixelr,
                     float pixeli)
 o mandelbrot
 public void mandelbrot(short r[][],
                        short g[][],
                        short b[][])

All Packages  Class Hierarchy  This Package  Previous  Next  Index