Public Member Functions | |
| GestureDatabase (String databaseName) | |
| void | actionPerformed (ActionEvent e) |
| void | autotest () |
| void | autotest (ArrayList< Gesture > gestures) |
| void | command (int option) throws IOException |
| void | createBestImage () |
| void | determineClassParameters () |
| void | display (ShapeContext context, double w, double h) |
| void | focusGained (FocusEvent arg0) |
| void | focusLost (FocusEvent arg0) |
| void | generateGesture () |
| PenGestureListener | getListener () |
| void | labelGestures () |
| void | leaveOneOutOptimizeCostWeighting () |
| void | quillWrite (Writer writer) throws IOException |
| void | Save (Writer writer) throws IOException |
| String | test (ShapeContext context, boolean verbose) |
| String | test (ShapeContext context, boolean verbose, ArrayList< Gesture > gestures) |
Static Public Member Functions | |
| static void | makeCompactGrid (Container parent, int rows, int cols, int initialX, int initialY, int xPad, int yPad) |
Static Package Functions | |
| static JFrame | getInkDisplay () |
Package Attributes | |
| String | databaseName |
| ArrayList< Gesture > | gestures = new ArrayList<Gesture>() |
| PenGestureListener | listener |
| ArrayList< Gesture > | testGestures = new ArrayList<Gesture>() |
| ArrayList< ShapeContext > | unlabeledContexts = new ArrayList<ShapeContext>() |
Static Package Attributes | |
| static transient GestureDatabase | instance |
Definition at line 41 of file GestureDatabase.java.
1.4.7