A E F G H L R S U

A

addFrameListener(FrameListener) - Method in class mit.ai.vision.framegrabber.FrameGrabber
This method adds a new FrameListener to this FrameGrabber.

E

endGrabbing() - Method in class mit.ai.vision.framegrabber.FrameGrabber
This exits the grabbing process and cleans up the native thread that controls it.

F

finalize() - Method in class mit.ai.vision.framegrabber.FrameGrabber
Calls endGrabbing () to kill the grabbing thread cleanly.
FRAME_COLUMNS - Static variable in class mit.ai.vision.framegrabber.FrameGrabber
The number of columns in the frames.
FRAME_ROWS - Static variable in class mit.ai.vision.framegrabber.FrameGrabber
The number of rows in the frames.
FrameGrabber - class mit.ai.vision.framegrabber.FrameGrabber.
 
FrameGrabber() - Constructor for class mit.ai.vision.framegrabber.FrameGrabber
This is the FrameGrabber constructor.
FrameGrabberColorModel - class mit.ai.vision.framegrabber.FrameGrabberColorModel.
 
FrameGrabberColorModel(int) - Constructor for class mit.ai.vision.framegrabber.FrameGrabberColorModel
 
FrameListener - interface mit.ai.vision.framegrabber.FrameListener.
 
freezeFrame() - Method in class mit.ai.vision.framegrabber.FrameGrabber
This stops the grabbing until unfreezeFrame () is called.

G

getAbsolutePathname() - Method in class mit.ai.mgross.util.LocalFileName
 
getAlpha(int) - Method in class mit.ai.vision.framegrabber.FrameGrabberColorModel
 
getBlue(int) - Method in class mit.ai.vision.framegrabber.FrameGrabberColorModel
 
getGreen(int) - Method in class mit.ai.vision.framegrabber.FrameGrabberColorModel
 
getRed(int) - Method in class mit.ai.vision.framegrabber.FrameGrabberColorModel
 
getURLString() - Method in class mit.ai.mgross.util.LocalFileName
 

H

handleFrame(Image) - Method in interface mit.ai.vision.framegrabber.FrameListener
This method must be defined for any FrameListener implementation.

L

LocalFileName - class mit.ai.mgross.util.LocalFileName.
 
LocalFileName(String) - Constructor for class mit.ai.mgross.util.LocalFileName
 

R

run() - Method in class mit.ai.vision.framegrabber.FrameGrabber
This should never be called directly by the user.

S

startGrabbing() - Method in class mit.ai.vision.framegrabber.FrameGrabber
Creates the native thread that communicates with the frame server.

U

unfreezeFrame() - Method in class mit.ai.vision.framegrabber.FrameGrabber
This restarts the grabbing thread after a freezeFrame () call.

A E F G H L R S U