Uses of Interface
edu.berkeley.guir.papier_mache.input.InputDevice

Packages that use InputDevice
edu.berkeley.guir.papier_mache.event   
edu.berkeley.guir.papier_mache.input   
edu.berkeley.guir.papier_mache.rfid   
 

Uses of InputDevice in edu.berkeley.guir.papier_mache.event
 

Constructors in edu.berkeley.guir.papier_mache.event with parameters of type InputDevice
InputDataEvent(InputDevice source, java.lang.Object data)
           
DeviceEvent(InputDevice source)
           
 

Uses of InputDevice in edu.berkeley.guir.papier_mache.input
 

Classes in edu.berkeley.guir.papier_mache.input that implement InputDevice
 class CameraImageInput
           
 class FilesImageInput
          A "Wizard of Oz" proxy for a camera that uses jpeg files to drive the vision system.
 class ImageInputDevice
           
 class TWAINImageInput
          Supports input from a TWAIN source (such as a scanner or a digital camera).
 

Methods in edu.berkeley.guir.papier_mache.input with parameters of type InputDevice
 void InputDeviceManager.fireDeviceAttachedEvent(InputDevice source)
           
 void InputDeviceManager.fireDeviceDetachedEvent(InputDevice source)
           
 

Uses of InputDevice in edu.berkeley.guir.papier_mache.rfid
 

Classes in edu.berkeley.guir.papier_mache.rfid that implement InputDevice
 class RFIDInputDevice
          An RFID input device based on the Phidgets toolkit to be passed into the RFIDPhobProducer.
 class RFIDPhobProducer