de.lmu.ifi.mfchords.utils
Class HandModel

java.lang.Object
  extended by de.lmu.ifi.mfchords.utils.HandModel

public class HandModel
extends java.lang.Object

This class keeps track of the hands approximate position and orientation over the tablet's surface


Method Summary
 java.util.ArrayList<de.lmu.ifi.mfchords.utils.Finger> getAllFingers()
           
 java.lang.String getChordBasis()
           
 java.lang.String getRecognizedHandPosture()
           
 void setChordBasis(java.lang.String cb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRecognizedHandPosture

public java.lang.String getRecognizedHandPosture()

getAllFingers

public java.util.ArrayList<de.lmu.ifi.mfchords.utils.Finger> getAllFingers()

getChordBasis

public java.lang.String getChordBasis()

setChordBasis

public void setChordBasis(java.lang.String cb)