devs.visionpackage.roebi
Class ImPlayer

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

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

Author:
Reto

Field Summary
(package private)  int h
           
(package private)  int w
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
ImPlayer(FrameGrabber Source, ImPanel ImageOut)
          Creates a new instance of ImProcessor
 
Method Summary
 void run()
           
 void setSleep(int tSleep)
           
 void startPlaying()
           
 void stopPlaying()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

w

int w

h

int h
Constructor Detail

ImPlayer

public ImPlayer(FrameGrabber Source,
                ImPanel ImageOut)
Creates a new instance of ImProcessor

Method Detail

startPlaying

public void startPlaying()

stopPlaying

public void stopPlaying()

setSleep

public void setSleep(int tSleep)

run

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