edu.dhbw.andar
Class Config

java.lang.Object
  extended by edu.dhbw.andar.Config

public class Config
extends java.lang.Object


Field Summary
static boolean DEBUG
           
static boolean USE_ONE_SHOT_PREVIEW
          shall the one_shot_preview callback be used
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_ONE_SHOT_PREVIEW

public static final boolean USE_ONE_SHOT_PREVIEW
shall the one_shot_preview callback be used

See Also:
Constant Field Values

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

Config

public Config()