|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrubine.Gesture
A gesture.
| Constructor Summary | |
Gesture()
Builds a new gesture. |
|
Gesture(Classifier c)
Builds a new gesture to classify with a given classifier. |
|
| Method Summary | |
Gesture |
addPoint(double x,
double y)
Adds a point to this gesture. |
void |
reset()
Resets this gesture (i.e. removes any point). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Gesture()
public Gesture(Classifier c)
c - The classifier.| Method Detail |
public void reset()
public Gesture addPoint(double x,
double y)
x - The x coordinate of the point to add.y - The y coordinate of the point to add.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||