| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2d.video.producers.ScreenCameraSource
public class ScreenCameraSource
Created by IntelliJ IDEA. User: dlyon Date: Oct 1, 2008 Time: 6:20:31 PM
| Constructor Summary | |
|---|---|
| ScreenCameraSource(long sleepTime) | |
| Method Summary | |
|---|---|
|  void | add(ImageListener il)Images captured by the camera are sent to the ImageListeners. | 
|  void | close()Close the camera source. | 
|  java.awt.Image | getImage()used to get the image for asynchronized capture and initialization. | 
|  java.awt.Image | getScreenImage() | 
| static void | main(java.lang.String[] args) | 
|  boolean | open()Open the camera source for subsequent use via call-backs. | 
|  void | update() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ScreenCameraSource(long sleepTime)
| Method Detail | 
|---|
public java.awt.Image getScreenImage()
public void add(ImageListener il)
CameraSource
add in interface CameraSourcepublic void update()
public boolean open()
CameraSource
open in interface CameraSourcepublic void close()
CameraSource
close in interface CameraSourcepublic java.awt.Image getImage()
CameraSource
getImage in interface CameraSourcepublic static void main(java.lang.String[] args)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||