All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sikuli.script.Constants Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
/*
 * Copyright (c) 2010-2019, sikuli.org, sikulix.com - MIT license
 */
package org.sikuli.script;

/**
 * reasonable symbolic constants to be used with Sikuli features
 */
public class Constants {

	/**
	 * use it for a very long time value
	 */
	public static double FOREVER = Double.POSITIVE_INFINITY;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy