Class GripperCamera.GripperCameraOverlay

java.lang.Object
  extended by GripperCamera.GripperCameraOverlay
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GripperCamera

 class GripperCamera.GripperCameraOverlay
extends java.lang.Object
implements java.lang.Runnable

The gripper camera overlay class. Allows the overlays to be performed in a thread.


Field Summary
private  java.awt.Point fibreCentroid
           
private  Fibre theFibre
           
private  FrameGrabber theFrameGrabber
           
 
Constructor Summary
GripperCamera.GripperCameraOverlay(Fibre theFibre, java.awt.Point fibreCentroid)
          Construct a gripper camera overlay object
GripperCamera.GripperCameraOverlay(java.awt.Point fibreCentroid)
          Construct a gripper camera overlay object
 
Method Summary
 void run()
          Run the thread to perform the camera display overlay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theFrameGrabber

private FrameGrabber theFrameGrabber

theFibre

private Fibre theFibre

fibreCentroid

private java.awt.Point fibreCentroid
Constructor Detail

GripperCamera.GripperCameraOverlay

GripperCamera.GripperCameraOverlay(Fibre theFibre,
                                   java.awt.Point fibreCentroid)
Construct a gripper camera overlay object

Parameters:
theFibre - The fibre
fibreCentroid - The fibre centroid

GripperCamera.GripperCameraOverlay

GripperCamera.GripperCameraOverlay(java.awt.Point fibreCentroid)
Construct a gripper camera overlay object

Parameters:
fibreCentroid - The fibre centroid
Method Detail

run

public void run()
Run the thread to perform the camera display overlay

Specified by:
run in interface java.lang.Runnable