|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.video.producers.FileCameraSource
public class FileCameraSource
Constructor Summary | |
---|---|
FileCameraSource(java.io.File directory,
double seconds)
|
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. |
static void |
main(java.lang.String[] args)
|
boolean |
open()
Open the camera source for subsequent use via call-backs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileCameraSource(java.io.File directory, double seconds)
Method Detail |
---|
public void add(ImageListener il)
CameraSource
add
in interface CameraSource
public boolean open()
CameraSource
open
in interface CameraSource
public void close()
CameraSource
close
in interface CameraSource
public java.awt.Image getImage()
CameraSource
getImage
in interface CameraSource
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |