public class Settings extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ActionLogs |
static 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 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 String BundlePath
public static boolean ShowActions
public static float SlowMotionDelay
public static float MoveMouseDelay
public static String OcrDataPath
public static int ObserveMinChangedPixels
public static boolean ActionLogs
public static boolean InfoLogs
public static boolean DebugLogs
public static boolean ProfileLogs