Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Package Functions | Package Attributes | Static Package Attributes | Static Private Member Functions
svm_toy Class Reference

List of all members.

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< pointpoint_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)

Detailed Description

Definition at line 8 of file svm_toy.java.


Member Function Documentation

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.


Member Data Documentation

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]
Initial value:
        {
          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.


The documentation for this class was generated from the following file:


target_obejct_detector
Author(s): CIR-KIT
autogenerated on Thu Jun 6 2019 20:19:57