JSci.instruments
Interface ImageSource

All Superinterfaces:
Control, Dimensions
All Known Subinterfaces:
ImageFilter, ParticleTracker
All Known Implementing Classes:
ImageFilterAdapter, PTCroquette, PTTemplate, PTTemplate.SimulatedBarycentreSource, PTTwoDBarycentre, PTTwoDBarycentre.SimulatedBarycentreSource, Simulated, TestImageSource

public interface ImageSource
extends Control, Dimensions

An object that delivers frames (typically, a framegrabber)


Method Summary
 void setSink(ImageSink fs)
          set the object that must read the frames through receive() method.
 
Methods inherited from interface JSci.instruments.Control
getControlComponent
 
Methods inherited from interface JSci.instruments.Dimensions
getHeight, getSize, getWidth
 

Method Detail

setSink

public void setSink(ImageSink fs)
set the object that must read the frames through receive() method.

Parameters:
fs - the object that reads the frames