Bartosz Firyn (SarXos)

Uses of Class
com.github.sarxos.webcam.WebcamEventType

Packages that use WebcamEventType
com.github.sarxos.webcam   
 

Uses of WebcamEventType in com.github.sarxos.webcam
 

Methods in com.github.sarxos.webcam that return WebcamEventType
 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.
 

Constructors in com.github.sarxos.webcam with parameters of type WebcamEventType
WebcamEvent(WebcamEventType type, Webcam w)
          Webcam event.
WebcamEvent(WebcamEventType type, Webcam w, BufferedImage image)
          Webcam event.
 


Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.