public class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ActionLogs |
static java.lang.String |
BundlePath |
static boolean |
DebugLogs |
static double |
DelayAfterDrag |
static double |
DelayBeforeDrop |
static boolean |
InfoLogs |
static double |
MinSimilarity |
static float |
MoveMouseDelay |
static int |
ObserveMinChangedPixels |
static float |
ObserveScanRate |
static java.lang.String |
OcrDataPath |
static boolean |
ProfileLogs |
static boolean |
ShowActions |
static float |
SlowMotionDelay |
static float |
WaitScanRate |
Constructor and Description |
---|
Settings() |
public static float WaitScanRate
public static float ObserveScanRate
public static double MinSimilarity
public static double DelayBeforeDrop
public static double DelayAfterDrag
public static java.lang.String BundlePath
public static boolean ShowActions
public static float SlowMotionDelay
public static float MoveMouseDelay
public static java.lang.String OcrDataPath
public static int ObserveMinChangedPixels
public static boolean ActionLogs
public static boolean InfoLogs
public static boolean DebugLogs
public static boolean ProfileLogs