All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mandel.MandelTask

java.lang.Object
   |
   +----gestalt.Task
           |
           +----mandel.MandelTask

public class MandelTask
extends Task

Variable Index

 o area
 o cksum
 o data
 o loc
 o res

Constructor Index

 o MandelTask(Connection, Point, Boundary, Point)
 o MandelTask(TaskID, Point, Boundary, Point)

Method Index

 o run()

Variables

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

Constructors

 o MandelTask
 public MandelTask(TaskID id,
                   Point res,
                   Boundary area,
                   Point loc)
 o MandelTask
 public MandelTask(Connection c,
                   Point res,
                   Boundary area,
                   Point loc)

Methods

 o run
 public void run()
Overrides:
run in class Task

All Packages  Class Hierarchy  This Package  Previous  Next  Index