|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrubine.GestureClass
A class of gestures.
| Constructor Summary | |
GestureClass(java.lang.String n)
Builds a new labeled class of gestures. |
|
| Method Summary | |
void |
addExample(Gesture g)
Adds a gesture as an example of this class of gestures. |
java.lang.String |
getName()
Returns the name of this class of gestures. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GestureClass(java.lang.String n)
n - The label of the class of gestures.| Method Detail |
public java.lang.String getName()
public void addExample(Gesture g)
g - The gesture to add as an example.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||