com.croftsoft.apps.cyborg
Class CyborgConfig

java.lang.Object
  extended by com.croftsoft.apps.cyborg.CyborgConfig

public class CyborgConfig
extends Object

Configuration.

Since:
2005-08-12
Version:
$Id: CyborgConfig.java,v 1.30 2005/12/19 02:31:00 croft Exp $
Author:
David Wallace Croft

Field Summary
static String ACTION_COMMAND_ANIMATE
           
static String ACTION_COMMAND_AUTOMATIC
           
static String ACTION_COMMAND_FORCE_LENGTH
           
static String ACTION_COMMAND_MANUAL
           
static String ACTION_COMMAND_PAUSE
           
static String ACTION_COMMAND_REALTIME
           
static String ACTION_COMMAND_RESET
           
static String ACTION_COMMAND_RESUME
           
static int COMPONENT_MIN_HEIGHT
           
static int COMPONENT_MIN_WIDTH
           
static Cursor CURSOR
           
static double DEFAULT_MAX
           
static double DELTA
           
static Font FONT
           
static int FRAME_HEIGHT
           
static String FRAME_ICON
           
static int FRAME_RATE
           
static Dimension FRAME_SIZE
           
static String FRAME_TITLE
           
static int FRAME_WIDTH
           
static double GAIN_SCALE
           
static String INFO
           
static CyborgConfig INSTANCE
           
static String JOYSTICK_TRANSFORM_OPTION_CUMULATIVE
           
static String JOYSTICK_TRANSFORM_OPTION_EXPONENTIAL
           
static String JOYSTICK_TRANSFORM_OPTION_LINEAR
           
static String JOYSTICK_TRANSFORM_OPTION_LOGARITHMIC
           
static String JOYSTICK_TRANSFORM_OPTION_SIGMOIDAL
           
static String[] JOYSTICK_TRANSFORM_OPTIONS
           
static double OFFSET_SCALE
           
static long OPERATOR_DELAY_MILLIS
           
static double OPERATOR_DELTA
           
static int PLOT_SIZE
           
static String SHUTDOWN
           
static String TITLE
           
static String VERSION
           
 
Method Summary
 Log getLog()
           
 void setLog(Log log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CyborgConfig INSTANCE

VERSION

public static final String VERSION
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

INFO

public static final String INFO
See Also:
Constant Field Values

FRAME_TITLE

public static final String FRAME_TITLE
See Also:
Constant Field Values

COMPONENT_MIN_WIDTH

public static final int COMPONENT_MIN_WIDTH
See Also:
Constant Field Values

COMPONENT_MIN_HEIGHT

public static final int COMPONENT_MIN_HEIGHT
See Also:
Constant Field Values

FRAME_WIDTH

public static final int FRAME_WIDTH
See Also:
Constant Field Values

FRAME_HEIGHT

public static final int FRAME_HEIGHT
See Also:
Constant Field Values

FRAME_SIZE

public static final Dimension FRAME_SIZE

FRAME_RATE

public static final int FRAME_RATE
See Also:
Constant Field Values

SHUTDOWN

public static final String SHUTDOWN

FRAME_ICON

public static final String FRAME_ICON

CURSOR

public static final Cursor CURSOR

FONT

public static final Font FONT

ACTION_COMMAND_ANIMATE

public static final String ACTION_COMMAND_ANIMATE
See Also:
Constant Field Values

ACTION_COMMAND_AUTOMATIC

public static final String ACTION_COMMAND_AUTOMATIC
See Also:
Constant Field Values

ACTION_COMMAND_FORCE_LENGTH

public static final String ACTION_COMMAND_FORCE_LENGTH
See Also:
Constant Field Values

ACTION_COMMAND_MANUAL

public static final String ACTION_COMMAND_MANUAL
See Also:
Constant Field Values

ACTION_COMMAND_PAUSE

public static final String ACTION_COMMAND_PAUSE
See Also:
Constant Field Values

ACTION_COMMAND_REALTIME

public static final String ACTION_COMMAND_REALTIME
See Also:
Constant Field Values

ACTION_COMMAND_RESET

public static final String ACTION_COMMAND_RESET
See Also:
Constant Field Values

ACTION_COMMAND_RESUME

public static final String ACTION_COMMAND_RESUME
See Also:
Constant Field Values

JOYSTICK_TRANSFORM_OPTION_CUMULATIVE

public static final String JOYSTICK_TRANSFORM_OPTION_CUMULATIVE
See Also:
Constant Field Values

JOYSTICK_TRANSFORM_OPTION_EXPONENTIAL

public static final String JOYSTICK_TRANSFORM_OPTION_EXPONENTIAL
See Also:
Constant Field Values

JOYSTICK_TRANSFORM_OPTION_LINEAR

public static final String JOYSTICK_TRANSFORM_OPTION_LINEAR
See Also:
Constant Field Values

JOYSTICK_TRANSFORM_OPTION_LOGARITHMIC

public static final String JOYSTICK_TRANSFORM_OPTION_LOGARITHMIC
See Also:
Constant Field Values

JOYSTICK_TRANSFORM_OPTION_SIGMOIDAL

public static final String JOYSTICK_TRANSFORM_OPTION_SIGMOIDAL
See Also:
Constant Field Values

JOYSTICK_TRANSFORM_OPTIONS

public static final String[] JOYSTICK_TRANSFORM_OPTIONS

DEFAULT_MAX

public static final double DEFAULT_MAX
See Also:
Constant Field Values

DELTA

public static final double DELTA
See Also:
Constant Field Values

OPERATOR_DELTA

public static final double OPERATOR_DELTA
See Also:
Constant Field Values

PLOT_SIZE

public static final int PLOT_SIZE
See Also:
Constant Field Values

GAIN_SCALE

public static final double GAIN_SCALE
See Also:
Constant Field Values

OFFSET_SCALE

public static final double OFFSET_SCALE
See Also:
Constant Field Values

OPERATOR_DELAY_MILLIS

public static final long OPERATOR_DELAY_MILLIS
See Also:
Constant Field Values
Method Detail

getLog

public Log getLog()

setLog

public void setLog(Log log)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)