Package | Description |
---|---|
com.github.sarxos.webcam |
Modifier and Type | Method and Description |
---|---|
WebcamEventType |
WebcamEvent.getType()
Return event type.
|
static WebcamEventType |
WebcamEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebcamEventType[] |
WebcamEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WebcamEvent(WebcamEventType type,
Webcam w)
Webcam event.
|
WebcamEvent(WebcamEventType type,
Webcam w,
BufferedImage image)
Webcam event.
|
Copyright © 2012-2014 Bartosz Firyn (SarXos). All Rights Reserved.