com.kccoder.fracture.example
Class MandelbrodtExample

java.lang.Object
  extended by com.kccoder.fracture.example.MandelbrodtExample

public class MandelbrodtExample
extends java.lang.Object


Constructor Summary
MandelbrodtExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void mandelbrot(int sx)
           
static void run1()
           
static void run2()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MandelbrodtExample

public MandelbrodtExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

run1

public static void run1()

run2

public static void run2()

mandelbrot

public static void mandelbrot(int sx)