math.fractal
Class MandelbrotFunction

java.lang.Object
  extended by math.fractal.MandelbrotFunction
All Implemented Interfaces:
ColorFunctionInterface

public class MandelbrotFunction
extends java.lang.Object
implements ColorFunctionInterface


Constructor Summary
MandelbrotFunction()
           
 
Method Summary
 int getColor(float x, float y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MandelbrotFunction

public MandelbrotFunction()
Method Detail

getColor

public int getColor(float x,
                    float y)
Specified by:
getColor in interface ColorFunctionInterface