Class Smooth

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

public class Smooth
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
Smooth()
           
Smooth(int id, int xCoord, int yCoord, int xLen, int yLen, java.lang.Object input)
           
 
Method Summary
 java.lang.Object compute()
           
 java.lang.String name()
           
 
Methods inherited from class Task
execute, finalize, keepData, mergeResult, reportResult
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Smooth

public Smooth()

Smooth

public Smooth(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

name

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