|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gesture | |
rubine |
Uses of Gesture in rubine |
Methods in rubine that return Gesture | |
Gesture |
GestureStateMachine.newGesture()
Builds a new gesture. |
Gesture |
Gesture.addPoint(double x,
double y)
Adds a point to this gesture. |
Gesture |
Classifier.newGesture()
Builds a new gesture to classify with this classifier. |
Methods in rubine with parameters of type Gesture | |
void |
GestureStateMachine.processEvent(int modifier,
java.awt.geom.Point2D p,
Gesture g)
Classifies a gesture and fires a gesture event to this state machine. |
void |
GestureClass.addExample(Gesture g)
Adds a gesture as an example of this class of gestures. |
GestureClass |
Classifier.classify(Gesture g)
Recognizes a gesture. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |