© 2006-2007 ETH Zurich

Uses of Package
org.ximtec.igesture.core

Packages that use org.ximtec.igesture.core
hacks   
org.igesture.app.keyboard Mapping gestures to keystrokes (for example copy/paste). 
org.ximtec.igesture Root package containing the iGesture recogniser component. 
org.ximtec.igesture.algorithm Algorithm interfaces to be implemented by new recognition algorithms. 
org.ximtec.igesture.algorithm.myscript Algorithm for intelligent character recognition (ICR) based on MyScript. 
org.ximtec.igesture.algorithm.rubine The Rubine gesture recognition algorithm. 
org.ximtec.igesture.algorithm.rubine3d   
org.ximtec.igesture.algorithm.rubine3d.tools   
org.ximtec.igesture.algorithm.rubinebd The Rubine gesture recognition algorithm. 
org.ximtec.igesture.algorithm.siger The Rubine gesture recognition algorithm. 
org.ximtec.igesture.algorithm.signature A signature-based gesture recognition algorithm. 
org.ximtec.igesture.app.helloworld A Hello World gesture recognition application. 
org.ximtec.igesture.app.showcaseapp A drawing application. 
org.ximtec.igesture.app.showcaseapp.descriptor Descriptors for classes to be identified by the drawing application. 
org.ximtec.igesture.app.showcaseapp.eventhandler Event handlers for the drawing application. 
org.ximtec.igesture.batch Batch processing functionality for algorithm evaluation. 
org.ximtec.igesture.configuration Algorithm configuration. 
org.ximtec.igesture.core The core iGesture classes. 
org.ximtec.igesture.core.composite   
org.ximtec.igesture.core.jdom XML import and export functionality for core iGesture classes. 
org.ximtec.igesture.event Different iGesture events. 
org.ximtec.igesture.event.example Different types of events. 
org.ximtec.igesture.geco.action   
org.ximtec.igesture.geco.dialog   
org.ximtec.igesture.geco.gui   
org.ximtec.igesture.geco.gui.action   
org.ximtec.igesture.geco.mapping   
org.ximtec.igesture.geco.xml   
org.ximtec.igesture.io Input devices. 
org.ximtec.igesture.io.mouseclient   
org.ximtec.igesture.io.tuio   
org.ximtec.igesture.io.wiimote   
org.ximtec.igesture.storage Different persistent storage containers. 
org.ximtec.igesture.tool.binding   
org.ximtec.igesture.tool.gesturevisualisation   
org.ximtec.igesture.tool.util   
org.ximtec.igesture.tool.view   
org.ximtec.igesture.tool.view.admin.action   
org.ximtec.igesture.tool.view.admin.panel   
org.ximtec.igesture.tool.view.admin.wrapper   
org.ximtec.igesture.tool.view.batch   
org.ximtec.igesture.tool.view.devicemanager   
org.ximtec.igesture.tool.view.testbench.panel   
org.ximtec.igesture.tool.view.testbench.wrapper   
org.ximtec.igesture.tool.view.testset.action   
org.ximtec.igesture.tool.view.testset.panel   
org.ximtec.igesture.tool.view.testset.wrapper   
org.ximtec.igesture.util Some utilities. 
 

Classes in org.ximtec.igesture.core used by hacks
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
 

Classes in org.ximtec.igesture.core used by org.igesture.app.keyboard
Gesture
          Gesture interface to be implemented by any gesture handling component.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureSet
          Container to manage a set of gesture classes.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm
DefaultSampleDescriptor
          Describes a gesture by a set of gesture samples.
Descriptor
          Interface to be implemented by any gesture class descriptor.
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.myscript
Gesture
          Gesture interface to be implemented by any gesture handling component.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.rubine
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.rubine3d
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureSample3D
           
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.rubine3d.tools
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSample3D
           
GestureSet
          Container to manage a set of gesture classes.
ResultSet
          Class representing a set of result objects.
TestSet
          Set of gesture samples used to evaluate algorithms.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.rubinebd
Gesture
          Gesture interface to be implemented by any gesture handling component.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.siger
Gesture
          Gesture interface to be implemented by any gesture handling component.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.algorithm.signature
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.app.helloworld
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.app.showcaseapp
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.app.showcaseapp.descriptor
DataObject
          Interface to be implemented by any persistent-capable object.
DefaultDataObject
          Default implementation of the DataObject interface.
DefaultDescriptor
          Default implementation of a descriptor.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
Descriptor
          Interface to be implemented by any gesture class descriptor.
DigitalDescriptor
          Digital descriptor of a gesture class.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.app.showcaseapp.eventhandler
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.batch
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
TestSet
          Set of gesture samples used to evaluate algorithms.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.configuration
DataObject
          Interface to be implemented by any persistent-capable object.
DefaultDataObject
          Default implementation of the DataObject interface.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
GestureSet
          Container to manage a set of gesture classes.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
Visitor
          Visitor interface.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.core
DataObject
          Interface to be implemented by any persistent-capable object.
DefaultDataObject
          Default implementation of the DataObject interface.
DefaultDescriptor
          Default implementation of a descriptor.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
DefaultSampleDescriptor
          Describes a gesture by a set of gesture samples.
Descriptor
          Interface to be implemented by any gesture class descriptor.
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSample
          Represents a gesture sample as for example used by the Rubine algorithm.
GestureSet
          Container to manage a set of gesture classes.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
Result
          A single result of the recognition process.
SampleDescriptor
          Describes a gesture by a set of gesture samples.
TestClass
          Comment
TestSet
          Set of gesture samples used to evaluate algorithms.
Visitor
          Visitor interface.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.core.composite
DataObject
          Interface to be implemented by any persistent-capable object.
DefaultDataObject
          Default implementation of the DataObject interface.
DefaultDescriptor
          Default implementation of a descriptor.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
Descriptor
          Interface to be implemented by any gesture class descriptor.
Gesture
          Gesture interface to be implemented by any gesture handling component.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.core.jdom
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSample
          Represents a gesture sample as for example used by the Rubine algorithm.
GestureSet
          Container to manage a set of gesture classes.
IconDescriptor
          Comment
SampleDescriptor
          Describes a gesture by a set of gesture samples.
SampleDescriptor3D
          Describes a gesture by a set of gesture samples.
TestClass
          Comment
TestSet
          Set of gesture samples used to evaluate algorithms.
TextDescriptor
          Textual descriptor.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.event
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.event.example
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.geco.action
ResultSet
          Class representing a set of result objects.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.geco.dialog
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.geco.gui
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.geco.gui.action
GestureSet
          Container to manage a set of gesture classes.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.geco.mapping
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.geco.xml
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.io
DataObject
          Interface to be implemented by any persistent-capable object.
DefaultDataObject
          Default implementation of the DataObject interface.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
Gesture
          Gesture interface to be implemented by any gesture handling component.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.io.mouseclient
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.io.tuio
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureSample
          Represents a gesture sample as for example used by the Rubine algorithm.
GestureSample3D
           
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.io.wiimote
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.storage
DataObject
          Interface to be implemented by any persistent-capable object.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.binding
DataObject
          Interface to be implemented by any persistent-capable object.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.gesturevisualisation
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.util
DataObject
          Interface to be implemented by any persistent-capable object.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSample
          Represents a gesture sample as for example used by the Rubine algorithm.
GestureSet
          Container to manage a set of gesture classes.
SampleDescriptor
          Describes a gesture by a set of gesture samples.
TestSet
          Set of gesture samples used to evaluate algorithms.
Visitor
          Visitor interface.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view
TestSet
          Set of gesture samples used to evaluate algorithms.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.admin.action
DefaultSampleDescriptor
          Describes a gesture by a set of gesture samples.
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.admin.panel
DefaultDescriptor
          Default implementation of a descriptor.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
SampleDescriptor
          Describes a gesture by a set of gesture samples.
SampleDescriptor3D
          Describes a gesture by a set of gesture samples.
TextDescriptor
          Textual descriptor.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.admin.wrapper
DataObject
          Interface to be implemented by any persistent-capable object.
DataObjectWrapper
          Interface for components that handle data objects.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
GestureSet
          Container to manage a set of gesture classes.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.batch
GestureSet
          Container to manage a set of gesture classes.
TestSet
          Set of gesture samples used to evaluate algorithms.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.devicemanager
Gesture
          Gesture interface to be implemented by any gesture handling component.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.testbench.panel
Result
          A single result of the recognition process.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.testbench.wrapper
DataObject
          Interface to be implemented by any persistent-capable object.
DataObjectWrapper
          Interface for components that handle data objects.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.testset.action
Gesture
          Gesture interface to be implemented by any gesture handling component.
TestClass
          Comment
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.testset.panel
TestClass
          Comment
TestSet
          Set of gesture samples used to evaluate algorithms.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.tool.view.testset.wrapper
DataObject
          Interface to be implemented by any persistent-capable object.
DataObjectWrapper
          Interface for components that handle data objects.
DefaultPropertyChangeNotifier
          Default implementation of the PropertyChangeNotifier interface.
PropertyChangeNotifier
          Interface to be implemented by classes that offer a property change notification.
TestSet
          Set of gesture samples used to evaluate algorithms.
 

Classes in org.ximtec.igesture.core used by org.ximtec.igesture.util
DataObject
          Interface to be implemented by any persistent-capable object.
Gesture
          Gesture interface to be implemented by any gesture handling component.
GestureClass
          This class represents the concept of a specific gesture (e.g. circle, rectangle, triangle).
GestureSet
          Container to manage a set of gesture classes.
TestSet
          Set of gesture samples used to evaluate algorithms.
 


© 2006-2007 ETH Zurich

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