|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.github.sarxos.webcam.WebcamEvent
public class WebcamEvent
Webcam event.
| Constructor Summary | |
|---|---|
WebcamEvent(WebcamEventType type,
Webcam w)
Webcam event. |
|
WebcamEvent(WebcamEventType type,
Webcam w,
BufferedImage image)
Webcam event. |
|
| Method Summary | |
|---|---|
BufferedImage |
getImage()
Return image acquired by webcam. |
Webcam |
getSource()
|
WebcamEventType |
getType()
Return event type. |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebcamEvent(WebcamEventType type,
Webcam w)
type - the event typew - the webcam object
public WebcamEvent(WebcamEventType type,
Webcam w,
BufferedImage image)
type - the event typew - the webcam objectimage - the image acquired from webcam| Method Detail |
|---|
public Webcam getSource()
getSource in class EventObjectpublic BufferedImage getImage()
public WebcamEventType getType()
WebcamEventType
|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||