math.fractal
Class CarlFunction

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

public class CarlFunction
extends java.lang.Object
implements ColorFunctionInterface


Constructor Summary
CarlFunction(float t)
           
 
Method Summary
 int getColor(float x, float y)
           
 int getColorBusted(float x, float y)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarlFunction

public CarlFunction(float t)
Method Detail

getColorBusted

public int getColorBusted(float x,
                          float y)

getColor

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

main

public static void main(java.lang.String[] args)