| Classes | |
| class | point | 
| Public Member Functions | |
| Dimension | getPreferredSize () | 
| void | init () | 
| void | paint (Graphics g) | 
| void | setSize (Dimension d) | 
| void | setSize (int w, int h) | 
| Static Public Member Functions | |
| static void | main (String[] argv) | 
| Protected Member Functions | |
| void | processMouseEvent (MouseEvent e) | 
| Package Functions | |
| void | button_change_clicked () | 
| void | button_clear_clicked () | 
| void | button_load_clicked () | 
| void | button_run_clicked (String args) | 
| void | button_save_clicked (String args) | 
| void | clear_all () | 
| void | draw_all_points () | 
| void | draw_point (point p) | 
| Package Attributes | |
| Image | buffer | 
| Graphics | buffer_gc | 
| byte | current_value = 1 | 
| Vector< point > | point_list = new Vector<point>() | 
| int | XLEN | 
| int | YLEN | 
| Static Package Attributes | |
| static final Color | colors [] | 
| static final String | DEFAULT_PARAM = "-t 2 -c 100" | 
| Static Private Member Functions | |
| static double | atof (String s) | 
| static int | atoi (String s) | 
Definition at line 8 of file svm_toy.java.
| static double svm_toy.atof | ( | String | s | ) |  [inline, static, private] | 
Definition at line 149 of file svm_toy.java.
| static int svm_toy.atoi | ( | String | s | ) |  [inline, static, private] | 
Definition at line 154 of file svm_toy.java.
| void svm_toy.button_change_clicked | ( | ) |  [inline, package] | 
Definition at line 143 of file svm_toy.java.
| void svm_toy.button_clear_clicked | ( | ) |  [inline, package] | 
Definition at line 366 of file svm_toy.java.
| void svm_toy.button_load_clicked | ( | ) |  [inline, package] | 
Definition at line 409 of file svm_toy.java.
| void svm_toy.button_run_clicked | ( | String | args | ) |  [inline, package] | 
Definition at line 159 of file svm_toy.java.
| void svm_toy.button_save_clicked | ( | String | args | ) |  [inline, package] | 
Definition at line 371 of file svm_toy.java.
| void svm_toy.clear_all | ( | ) |  [inline, package] | 
Definition at line 125 of file svm_toy.java.
| void svm_toy.draw_all_points | ( | ) |  [inline, package] | 
Definition at line 136 of file svm_toy.java.
| void svm_toy.draw_point | ( | point | p | ) |  [inline, package] | 
Definition at line 114 of file svm_toy.java.
| Dimension svm_toy.getPreferredSize | ( | ) |  [inline] | 
Definition at line 470 of file svm_toy.java.
| void svm_toy.init | ( | ) |  [inline] | 
Definition at line 46 of file svm_toy.java.
| static void svm_toy.main | ( | String[] | argv | ) |  [inline, static] | 
Definition at line 480 of file svm_toy.java.
| void svm_toy.paint | ( | Graphics | g | ) |  [inline] | 
Definition at line 458 of file svm_toy.java.
| void svm_toy.processMouseEvent | ( | MouseEvent | e | ) |  [inline, protected] | 
Definition at line 445 of file svm_toy.java.
| void svm_toy.setSize | ( | Dimension | d | ) |  [inline] | 
Definition at line 472 of file svm_toy.java.
| void svm_toy.setSize | ( | int | w, | 
| int | h | ||
| ) |  [inline] | 
Definition at line 473 of file svm_toy.java.
| Image svm_toy.buffer  [package] | 
Definition at line 16 of file svm_toy.java.
| Graphics svm_toy.buffer_gc  [package] | 
Definition at line 17 of file svm_toy.java.
| final Color svm_toy.colors[]  [static, package] | 
        {
          new Color(0,0,0),
          new Color(0,120,120),
          new Color(120,120,0),
          new Color(120,0,120),
          new Color(0,200,200),
          new Color(200,200,0),
          new Color(200,0,200)
        }
Definition at line 21 of file svm_toy.java.
| byte svm_toy.current_value = 1  [package] | 
Definition at line 44 of file svm_toy.java.
| final String svm_toy.DEFAULT_PARAM = "-t 2 -c 100"  [static, package] | 
Definition at line 10 of file svm_toy.java.
| Vector<point> svm_toy.point_list = new Vector<point>()  [package] | 
Definition at line 43 of file svm_toy.java.
| int svm_toy.XLEN  [package] | 
Definition at line 11 of file svm_toy.java.
| int svm_toy.YLEN  [package] | 
Definition at line 12 of file svm_toy.java.