j2d.video.producers
Interface ImagePipelineProcessor

All Superinterfaces:
ImageListener, ImageProcessorInterface, java.io.Serializable
All Known Implementing Classes:
ImagePipelineProcessorStack

public interface ImagePipelineProcessor
extends ImageListener, ImageProcessorInterface


Method Summary
 void add(ImageListener il)
          Images captured by the camera are sent to the ImageListeners.
 java.awt.Image getImage()
          used to get the image for asynchronized capture and initialization.
 
Methods inherited from interface j2d.video.ImageListener
update
 
Methods inherited from interface j2d.ImageProcessorInterface
process
 

Method Detail

add

void add(ImageListener il)
Images captured by the camera are sent to the ImageListeners.


getImage

java.awt.Image getImage()
used to get the image for asynchronized capture and initialization.