com.kccoder.fracture.example
Class MandelbrodtExample
java.lang.Object
com.kccoder.fracture.example.MandelbrodtExample
public class MandelbrodtExample
- extends java.lang.Object
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 |
MandelbrodtExample
public MandelbrodtExample()
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)