Package | Description |
---|---|
org.sikuli.natives | |
org.sikuli.script | |
org.sikuli.script.compare | |
org.sikuli.util |
Class and Description |
---|
App.AppEntry |
Class and Description |
---|
App
App implements features to manage (open, switch to, close) applications.
|
App.AppEntry |
App.Type |
Finder
implements the process to find one image in another image
this is the historical implementation based on the C++ JNI access to the native OpenCV libraries It is being replaced by ImageFinder, that implements the Finder features completely in Java using the OpenCV newly provided JAVA interface At time of realisation the Finder API will be redirected to ImageFinder |
FindFailed
implements the SikuliX FindFailed exception class
and defines constants and settings for the feature FindFailedResponse
|
FindFailedResponse
INTERNAL USE
|
Image
This class hides the complexity behind image names given as string.
|
ImageFind
EXPERIMENTAL --- INTERNAL USE ONLY
is not official API --- will not be in version 2 |
ImageGroup
EXPERIMENTAL --- INTERNAL USE ONLY
is not official API --- will not be in version 2 |
ImagePath.PathEntry
represents an imagepath entry
|
IRobot
INTERNAL USE
function template for (alternative) Robot implementations |
IRobot.KeyMode |
IScreen
INTERNAL USE
function template for (alternative) Screen implementations
|
Location
A point like AWT.Point using global coordinates (x, y).
|
Match
holds the result of a find operation, is itself the region on the screen,
where the image was found and hence inherits all methods from
Region . |
ObserveEvent
provides information about the observed event being in the
ObserverCallBack |
ObserveEvent.Type |
Pattern
to define a more complex search target
- non-standard minimum similarity - click target other than center - image as in-memory image |
Region
A Region is a rectengular area and lies always completely inside its parent screen
|
RunTime
INTERNAL USE --- NOT official API
not as is in version 2 Intended to concentrate all, that is needed at startup of sikulix or sikulixapi and may be at runtime by SikuliX or any caller |
RunTime.Type |
Screen
A screen represents a physical monitor with its coordinates and size according to the global
point system: the screen areas are grouped around a point (0,0) like in a cartesian system (the
top left corner and the points contained in the screen area might have negative x and/or y values)
The screens are arranged in an array (index = id) and each screen is always the same object (not possible to create new objects). |
ScreenImage
CANDIDATE FOR DEPRECATION
stores a BufferedImage usually ceated by screen capture,
the screen rectangle it was taken from and
the filename, where it is stored as PNG (only if requested)
This will be replaced by Image in the long run
|
ScreenUnion
CANDIDATE FOR DEPRECATION
INTERNAL USE
An extension of DesktopScreen, that uses all active monitors as one big screen
TO BE EVALUATED: is this really needed?
|
SikuliEventObserver
Deprecated.
|
SikuliException
INTERNAL USE
|
SikulixForJython
Can be used in pure Jython environments to add the Sikuli Python API to sys.path
Usage: (before any Sikuli features are used) import org.sikuli.script.SikulixForJython from sikuli import * |
TextRecognizer
INTERNAL USE --- NOT part of official API
Will be rewritten for use of Tess4J - Java only implementation
|
TextRecognizer.ListTextMode |
Class and Description |
---|
Location
A point like AWT.Point using global coordinates (x, y).
|
Region
A Region is a rectengular area and lies always completely inside its parent screen
|
Class and Description |
---|
IRobot
INTERNAL USE
function template for (alternative) Robot implementations |
IRobot.KeyMode |
IScreen
INTERNAL USE
function template for (alternative) Screen implementations
|
Location
A point like AWT.Point using global coordinates (x, y).
|
Region
A Region is a rectengular area and lies always completely inside its parent screen
|
ScreenImage
CANDIDATE FOR DEPRECATION
stores a BufferedImage usually ceated by screen capture,
the screen rectangle it was taken from and
the filename, where it is stored as PNG (only if requested)
This will be replaced by Image in the long run
|
Copyright © 2017. All rights reserved.