|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2d.video.producers.ImagePipelineProcessorStack
public class ImagePipelineProcessorStack
The ImagePipeLineProcessor can process images and update the listeners as the images are processed.
| Constructor Summary | |
|---|---|
ImagePipelineProcessorStack(ImageProcessorStack ips)
Construct the ImagePiplineProcessorStack with an ImageProcessorStack. |
|
| 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. |
java.awt.Image |
process(java.awt.Image image)
a basic garbage in, garbage out processor. |
void |
update()
|
void |
update(java.awt.Image image)
Used send the image to the listening application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImagePipelineProcessorStack(ImageProcessorStack ips)
ips - a stack of image processors| Method Detail |
|---|
public java.awt.Image process(java.awt.Image image)
ImageProcessorInterface
process in interface ImageProcessorInterfaceimage - input image
public void update()
public java.awt.Image getImage()
ImagePipelineProcessor
getImage in interface ImagePipelineProcessorpublic void add(ImageListener il)
ImagePipelineProcessor
add in interface ImagePipelineProcessorpublic void update(java.awt.Image image)
ImageListener
update in interface ImageListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||