math.fractal
Class Mandelbrot
java.lang.Object
   math.fractal.Mandelbrot
math.fractal.Mandelbrot
- public class Mandelbrot 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Mandelbrot
public Mandelbrot(ColorFunctionInterface cfi)
testMandelbrot
public void testMandelbrot()
- 
 
getImage
public java.awt.Image getImage(int w,
                               int h)
- 
 
mandelbrot
public void mandelbrot(short[][] r,
                       short[][] g,
                       short[][] b)
- 
 
getMaxIter
public int getMaxIter()
- 
 
setMaxIter
public void setMaxIter(int maxIter)
- 
 
getAns
public Answers getAns()
- 
 
getMandleBrotDimensions
public MandleBrotDimensions getMandleBrotDimensions()
- 
 
main
public static void main(java.lang.String[] args)
-