All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mandel.MandelTest

java.lang.Object
   |
   +----mandel.MandelTest

public class MandelTest
extends Object

Variable Index

 o area
 o data
 o loc
 o res

Constructor Index

 o MandelTest(Point, Boundary, Point)

Method Index

 o main(String[])
 o run()

Variables

 o res
 protected Point res
 o loc
 protected Point loc
 o area
 protected Boundary area
 o data
 protected int data[][]

Constructors

 o MandelTest
 public MandelTest(Point res,
                   Boundary area,
                   Point loc)

Methods

 o run
 public void run()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index