Class Histogram

java.lang.Object
  |
  +--Task
        |
        +--ImagePTask
              |
              +--Histogram
All Implemented Interfaces:
net.jini.core.entry.Entry, java.io.Serializable

public class Histogram
extends ImagePTask

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ImagePTask
x, xlen, y, ylen
 
Fields inherited from class Task
data, done, id, result
 
Constructor Summary
Histogram()
           
Histogram(int id, int xCoord, int yCoord, int xLen, int yLen, java.lang.Object input)
           
 
Method Summary
 java.lang.Object compute()
           
 boolean keepData()
           
 java.lang.String name()
           
 
Methods inherited from class Task
execute, finalize, mergeResult, reportResult
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram

public Histogram()

Histogram

public Histogram(int id,
                 int xCoord,
                 int yCoord,
                 int xLen,
                 int yLen,
                 java.lang.Object input)
Method Detail

compute

public java.lang.Object compute()
Overrides:
compute in class Task

keepData

public boolean keepData()
Overrides:
keepData in class Task

name

public java.lang.String name()
Overrides:
name in class Task