com.croftsoft.apps.backpropxor
Interface BackpropXorConstants

All Known Implementing Classes:
BackpropXor, BackpropXorApplet

public interface BackpropXorConstants

BackpropXor constants.

Since:
2002-02-28
Version:
2002-02-28
Author:
David Wallace Croft

Field Summary
static String APPLET_INFO
           
static int FONT_SIZE
           
static Dimension FRAME_SIZE
           
static String[] FUNCTION_NAMES
           
static int INITIAL_FUNCTION
           
static int ITERATIONS_PER_EPOCH
           
static int OVAL_SIZE
           
static long REPAINT_PERIOD
           
static String SHUTDOWN_CONFIRMATION_PROMPT
           
static Dimension SIZE
           
static String TITLE
           
static String VERSION
           
static int XTAB
           
static int Y
           
static int YTAB
           
 

Field Detail

VERSION

static final String VERSION
See Also:
Constant Field Values

TITLE

static final String TITLE
See Also:
Constant Field Values

APPLET_INFO

static final String APPLET_INFO
See Also:
Constant Field Values

REPAINT_PERIOD

static final long REPAINT_PERIOD
See Also:
Constant Field Values

SHUTDOWN_CONFIRMATION_PROMPT

static final String SHUTDOWN_CONFIRMATION_PROMPT
See Also:
Constant Field Values

FRAME_SIZE

static final Dimension FRAME_SIZE

SIZE

static final Dimension SIZE

OVAL_SIZE

static final int OVAL_SIZE
See Also:
Constant Field Values

ITERATIONS_PER_EPOCH

static final int ITERATIONS_PER_EPOCH
See Also:
Constant Field Values

FUNCTION_NAMES

static final String[] FUNCTION_NAMES

INITIAL_FUNCTION

static final int INITIAL_FUNCTION
See Also:
Constant Field Values

FONT_SIZE

static final int FONT_SIZE
See Also:
Constant Field Values

Y

static final int Y
See Also:
Constant Field Values

XTAB

static final int XTAB
See Also:
Constant Field Values

YTAB

static final int YTAB
See Also:
Constant Field Values

CroftSoft Javadoc

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