jagafa.flags
Class TestingFlags

java.lang.Object
  extended by jagafa.flags.TestingFlags

public abstract class TestingFlags
extends java.lang.Object


Field Summary
static boolean aiStrategyDump_
           
static boolean automatedTest_
           
static int CARD_HEIGHT
           
static int CARD_OVERLAP
           
static double CARD_RATIO
           
static java.lang.String EMPTY_IMAGE
           
static int FAST_AI_DELAY
           
static int FAST_UI_REFRESH_DELAY
           
static java.lang.String IMAGE_EXTENSION
           
static int maxRepeats_
           
static int NORMAL_AI_DELAY
           
static boolean paused_
           
static boolean[] playerIsHuman_
           
static boolean probAIDump_
           
static boolean probTableDump_
           
static boolean redirectSystemOut_
           
static boolean repeatedTest_
           
static int repeats_
           
static java.lang.String RESOURCE_DIR
           
static java.lang.String RESOURCE_DIR2
           
static int RESTART_DELAY
           
static boolean ruleSetChoiceDump_
           
static boolean showAllHands_
           
static boolean[] showHand_
           
static boolean showRoundStats_
           
static boolean silentTest_
           
static boolean speedUp_
           
static int UI_REFRESH_DELAY
           
 
Constructor Summary
TestingFlags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showRoundStats_

public static boolean showRoundStats_

showAllHands_

public static boolean showAllHands_

paused_

public static boolean paused_

ruleSetChoiceDump_

public static boolean ruleSetChoiceDump_

probTableDump_

public static boolean probTableDump_

probAIDump_

public static boolean probAIDump_

aiStrategyDump_

public static boolean aiStrategyDump_

showHand_

public static boolean[] showHand_

playerIsHuman_

public static boolean[] playerIsHuman_

automatedTest_

public static boolean automatedTest_

repeatedTest_

public static boolean repeatedTest_

silentTest_

public static boolean silentTest_

speedUp_

public static boolean speedUp_

redirectSystemOut_

public static boolean redirectSystemOut_

repeats_

public static int repeats_

maxRepeats_

public static int maxRepeats_

FAST_AI_DELAY

public static final int FAST_AI_DELAY
See Also:
Constant Field Values

NORMAL_AI_DELAY

public static final int NORMAL_AI_DELAY
See Also:
Constant Field Values

RESTART_DELAY

public static final int RESTART_DELAY
See Also:
Constant Field Values

UI_REFRESH_DELAY

public static final int UI_REFRESH_DELAY
See Also:
Constant Field Values

FAST_UI_REFRESH_DELAY

public static final int FAST_UI_REFRESH_DELAY
See Also:
Constant Field Values

RESOURCE_DIR

public static final java.lang.String RESOURCE_DIR
See Also:
Constant Field Values

RESOURCE_DIR2

public static final java.lang.String RESOURCE_DIR2
See Also:
Constant Field Values

EMPTY_IMAGE

public static final java.lang.String EMPTY_IMAGE
See Also:
Constant Field Values

IMAGE_EXTENSION

public static final java.lang.String IMAGE_EXTENSION
See Also:
Constant Field Values

CARD_RATIO

public static final double CARD_RATIO
See Also:
Constant Field Values

CARD_HEIGHT

public static final int CARD_HEIGHT
See Also:
Constant Field Values

CARD_OVERLAP

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

TestingFlags

public TestingFlags()


Copyright 2005 MA Software. All Rights Reserved.