edu.dhbw.andopenglcam
Class R.string

java.lang.Object
  extended by edu.dhbw.andopenglcam.R.string
Enclosing class:
R

public static final class R.string
extends java.lang.Object


Field Summary
static int app_name
           
static int description
           
static int error_unkown_pixel_format
           
static int mode_bin
           
static int mode_contours
           
static int mode_edges
           
static int mode_gray
           
static int mode_rgb
           
static int screenshotfailed
           
static int screenshotsaved
           
static int takescreenshot
           
 
Constructor Summary
R.string()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

app_name

public static final int app_name
See Also:
Constant Field Values

description

public static final int description
See Also:
Constant Field Values

error_unkown_pixel_format

public static final int error_unkown_pixel_format
See Also:
Constant Field Values

mode_bin

public static final int mode_bin
See Also:
Constant Field Values

mode_contours

public static final int mode_contours
See Also:
Constant Field Values

mode_edges

public static final int mode_edges
See Also:
Constant Field Values

mode_gray

public static final int mode_gray
See Also:
Constant Field Values

mode_rgb

public static final int mode_rgb
See Also:
Constant Field Values

screenshotfailed

public static final int screenshotfailed
See Also:
Constant Field Values

screenshotsaved

public static final int screenshotsaved
See Also:
Constant Field Values

takescreenshot

public static final int takescreenshot
See Also:
Constant Field Values
Constructor Detail

R.string

public R.string()