devs.visionpackage.roebi
Class ImWindow

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

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

Author:
Reto

Constructor Summary
ImWindow(ImPanel inputImage, ImPanel outputImage)
          Creates a new instance of ImProcesser
 
Method Summary
 void run()
           
 void setPosition(int x_pos, int y_pos)
           
 void setSleep(int tSleep)
           
 void startProcessing()
           
 void stopProcessing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImWindow

public ImWindow(ImPanel inputImage,
                ImPanel outputImage)
Creates a new instance of ImProcesser

Method Detail

startProcessing

public void startProcessing()

stopProcessing

public void stopProcessing()

setSleep

public void setSleep(int tSleep)

setPosition

public void setPosition(int x_pos,
                        int y_pos)

run

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