devs.visionpackage.roebi
Class ImProcessor

java.lang.Object
  extended by devs.visionpackage.roebi.ImProcessor
All Implemented Interfaces:
java.lang.Runnable

public class ImProcessor
extends java.lang.Object
implements java.lang.Runnable

Author:
Reto

Constructor Summary
ImProcessor(ImPanel inputImage, ImPanel outputImage, ImUpdate imageUpdate)
          Creates a new instance of ImProcessor
ImProcessor(ImPanel inputImage, ImPanel outputImage, ImUpdate imageUpdate, ManProcessor manualprocessor)
           
 
Method Summary
 void run()
           
 void setManSize(int Value)
           
 void setManX(int Value)
           
 void setManY(int Value)
           
 void setSleep(int tSleep)
           
 void singleProcessing()
           
 void startProcessing()
           
 void stopProcessing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImProcessor

public ImProcessor(ImPanel inputImage,
                   ImPanel outputImage,
                   ImUpdate imageUpdate)
Creates a new instance of ImProcessor


ImProcessor

public ImProcessor(ImPanel inputImage,
                   ImPanel outputImage,
                   ImUpdate imageUpdate,
                   ManProcessor manualprocessor)
Method Detail

startProcessing

public void startProcessing()

stopProcessing

public void stopProcessing()

singleProcessing

public void singleProcessing()

setSleep

public void setSleep(int tSleep)

setManX

public void setManX(int Value)

setManY

public void setManY(int Value)

setManSize

public void setManSize(int Value)

run

public void run()
Specified by:
run in interface java.lang.Runnable