All Packages Class Hierarchy This Package Previous Next Index
Class pinball.player.standardV2.Input
java.lang.Object
|
+----java.lang.Thread
|
+----pinball.player.FrameGrabber
|
+----pinball.player.standardV2.Input
- public class Input
- extends FrameGrabber
Gather the system inputs, currently takes images from the camera.
-
buffer
- The current infomation buffer.
-
buffinfo
- The contents of the buffer.
-
edited
- Amount of buffers adjusted.
-
frameNumber
- The current frame number.
-
inputDevices
-
-
resized
- Did the resize of the camera take place.
-
resizing
- Is the image to be resized.
-
X
- Image location.
-
XOffset
- Image location.
-
Y
- Image location.
-
YOffset
- Image location.
-
Input()
- For extended classes.
-
Input(Buffer, StandardInputs)
- Make a new frame grabber thread.
-
resize()
- Setup the resize.
-
resizeImage()
-
Check to see if resize of the images is needed.
-
run()
- Grab images from the camera.
-
toString()
- Get the name of the object.
inputDevices
protected StandardInputs inputDevices
frameNumber
protected int frameNumber
- The current frame number.
buffer
protected Buffer buffer
- The current infomation buffer.
buffinfo
protected BufferInfo buffinfo
- The contents of the buffer.
resized
protected boolean resized
- Did the resize of the camera take place.
edited
protected int edited
- Amount of buffers adjusted.
X
protected int X
- Image location.
Y
protected int Y
- Image location.
XOffset
protected int XOffset
- Image location.
YOffset
protected int YOffset
- Image location.
resizing
protected boolean resizing
- Is the image to be resized.
Input
public Input(Buffer buffer,
StandardInputs devices)
- Make a new frame grabber thread.
- Parameters:
- buffer - first buffer in the series of buffers.
- devices - the devices for the system.
Input
public Input()
- For extended classes.
toString
public String toString()
- Get the name of the object.
- Parameters:
- name - of the object.
- Overrides:
- toString in class FrameGrabber
run
public void run()
- Grab images from the camera.
- Overrides:
- run in class FrameGrabber
resizeImage
protected void resizeImage()
- Check to see if resize of the images is needed.
- Overrides:
- resizeImage in class FrameGrabber
resize
protected void resize()
- Setup the resize.
- Overrides:
- resize in class FrameGrabber
All Packages Class Hierarchy This Package Previous Next Index