Class GripperCamera.GripperCameraOverlay
java.lang.Object
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.
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 |
theFrameGrabber
private FrameGrabber theFrameGrabber
theFibre
private Fibre theFibre
fibreCentroid
private java.awt.Point fibreCentroid
GripperCamera.GripperCameraOverlay
GripperCamera.GripperCameraOverlay(Fibre theFibre,
java.awt.Point fibreCentroid)
- Construct a gripper camera overlay object
- Parameters:
theFibre
- The fibrefibreCentroid
- The fibre centroid
GripperCamera.GripperCameraOverlay
GripperCamera.GripperCameraOverlay(java.awt.Point fibreCentroid)
- Construct a gripper camera overlay object
- Parameters:
fibreCentroid
- The fibre centroid
run
public void run()
- Run the thread to perform the camera display overlay
- Specified by:
run
in interface java.lang.Runnable