© 2006-2007 ETH Zurich

Uses of Interface
org.ximtec.igesture.io.GestureDevice

Packages that use GestureDevice
org.ximtec.igesture.algorithm.rubine3d.tools   
org.ximtec.igesture.core The core iGesture classes. 
org.ximtec.igesture.io Input devices. 
org.ximtec.igesture.io.mouseclient   
org.ximtec.igesture.io.tuio   
org.ximtec.igesture.tool.gesturevisualisation   
org.ximtec.igesture.tool.locator   
org.ximtec.igesture.tool.service   
org.ximtec.igesture.tool.view.admin.action   
org.ximtec.igesture.tool.view.devicemanager   
org.ximtec.igesture.tool.view.testset.action   
 

Uses of GestureDevice in org.ximtec.igesture.algorithm.rubine3d.tools
 

Classes in org.ximtec.igesture.algorithm.rubine3d.tools that implement GestureDevice
 class WiiReader
           
 

Uses of GestureDevice in org.ximtec.igesture.core
 

Methods in org.ximtec.igesture.core that return GestureDevice
 GestureDevice<?,?> GestureSample3D.getSource()
           
 GestureDevice<?,?> GestureSample.getSource()
           
 GestureDevice<?,?> Gesture.getSource()
          Get the source device of the gesture.
 

Methods in org.ximtec.igesture.core with parameters of type GestureDevice
 void GestureSample3D.setSource(GestureDevice<?,?> device)
           
 void GestureSample.setSource(GestureDevice<?,?> device)
           
 void Gesture.setSource(GestureDevice<?,?> device)
          Set the source device of the gesture.
 

Constructors in org.ximtec.igesture.core with parameters of type GestureDevice
GestureSample(GestureDevice<?,?> device, String name, org.sigtec.ink.Note gesture)
           
GestureSample3D(GestureDevice<?,?> device, String name, RecordedGesture3D gesture)
          Constructs a new GestureSample3D.
 

Uses of GestureDevice in org.ximtec.igesture.io
 

Classes in org.ximtec.igesture.io that implement GestureDevice
 class AbstractGestureDevice<E,F>
          Comment
 

Methods in org.ximtec.igesture.io with parameters of type GestureDevice
 IUser IDeviceManager.getAssociatedUser(GestureDevice<?,?> device)
          Get the user that is associated with device
 

Uses of GestureDevice in org.ximtec.igesture.io.mouseclient
 

Classes in org.ximtec.igesture.io.mouseclient that implement GestureDevice
 class MouseReader
          A mouse reader.
 class SwingMouseReader
          Comment
 

Uses of GestureDevice in org.ximtec.igesture.io.tuio
 

Classes in org.ximtec.igesture.io.tuio that implement GestureDevice
 class TuioReader
          Reader that initializes the TuioConnection and handles the events caused by the TuioConnection.
 class TuioReader2D
          Reader that initializes the TuioConnection and handles the events caused by the TuioConnection.
 class TuioReader3D
          Reader that initializes the TuioConnection and handles the events caused by the TuioConnection.
 

Uses of GestureDevice in org.ximtec.igesture.tool.gesturevisualisation
 

Methods in org.ximtec.igesture.tool.gesturevisualisation with parameters of type GestureDevice
static InputPanel InputPanelFactory.createInputPanel(GestureDevice<?,?> gestureDevice)
          Creates a new input panel.
static GestureDevicePanel InputPanelFactory.createPanel(GestureDevice<?,?> gestureDevice)
           
 void SwingMouseReaderPanel.init(GestureDevice<?,?> gestureDevice)
           
 void NotSupportedInputPanel.init(GestureDevice<?,?> gestureDevice)
           
 void InputPanel.init(GestureDevice<?,?> gestureDevice)
          Initializes the input panel with a gesture device.
 

Uses of GestureDevice in org.ximtec.igesture.tool.locator
 

Methods in org.ximtec.igesture.tool.locator that return GestureDevice
 GestureDevice<?,?> Locator.getSharedDevice(String identifier)
           
 

Methods in org.ximtec.igesture.tool.locator with parameters of type GestureDevice
 void Locator.setSharedDevice(String identifier, GestureDevice<?,?> device)
           
 

Uses of GestureDevice in org.ximtec.igesture.tool.service
 

Classes in org.ximtec.igesture.tool.service that implement GestureDevice
 class SwingMouseReaderService
          Service Wrapper for InputDeviceClient
 

Uses of GestureDevice in org.ximtec.igesture.tool.view.admin.action
 

Constructors in org.ximtec.igesture.tool.view.admin.action with parameters of type GestureDevice
AddGestureSampleAction(Controller controller, DefaultSampleDescriptor descriptor, GestureDevice<?,?> device)
           
ClearGestureSampleAction(Controller controller, GestureDevice<?,?> device)
           
 

Uses of GestureDevice in org.ximtec.igesture.tool.view.devicemanager
 

Classes in org.ximtec.igesture.tool.view.devicemanager that implement GestureDevice
 class BlueToothReader
          Dummy BlueTooth Device
 

Methods in org.ximtec.igesture.tool.view.devicemanager with parameters of type GestureDevice
 IUser DeviceManagerController.getAssociatedUser(GestureDevice<?,?> device)
           
 

Uses of GestureDevice in org.ximtec.igesture.tool.view.testset.action
 

Constructors in org.ximtec.igesture.tool.view.testset.action with parameters of type GestureDevice
AddSampleAction(Controller controller, TestClass descriptor, GestureDevice<?,?> device)
           
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.