Package-level declarations

Types

Link copied to clipboard
class FileTemplate(path: Path, val threshold: Double? = null) : ITemplate

Represents a file based template

Link copied to clipboard
typealias FT = FileTemplate
Link copied to clipboard
class ImageTemplate(image: BufferedImage, val threshold: Double? = null) : ITemplate
Link copied to clipboard
typealias IT = ImageTemplate
Link copied to clipboard
interface ITemplate

Template that will be used for matching on screen elements

Link copied to clipboard

Interface class to implement for custom template matchers