Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- abort() - Method in interface org.sikuli.script.support.IScriptRunner
-
Aborts the current running script.
- ABORT - org.sikuli.script.FindFailedResponse
- ABORT - Static variable in exception org.sikuli.script.FindFailed
-
FindFailedResponse ABORT: should abort the SikuliX application
- AbortableScriptRunnerWrapper - Class in org.sikuli.util
- AbortableScriptRunnerWrapper() - Constructor for class org.sikuli.util.AbortableScriptRunnerWrapper
- abortAll() - Static method in class org.sikuli.script.support.Runner
-
Aborts all runners by calling their abort() method.
- above() - Method in class org.sikuli.guide.Visual
- above() - Method in class org.sikuli.script.Region
-
create a region above the top side with same width
the new region extends to the top screen border
use grow() to include the current region - above(int) - Method in class org.sikuli.guide.Visual
- above(int) - Method in class org.sikuli.script.Location
-
creates a point at the given offset above, might be negative
might create a point outside of any screen, not checked - above(int) - Method in class org.sikuli.script.Region
-
create a region above the top side with same width and given height
negative height creates the top part with height inside the region use grow() to include the current region - aboveAt() - Method in class org.sikuli.script.Region
- aboveAt(int) - Method in class org.sikuli.script.Region
-
negative offset goes towards top of screen
might be off current screen - absdiff(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- absdiff(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- AbstractLocalFileScriptRunner - Class in org.sikuli.script.runners
- AbstractLocalFileScriptRunner() - Constructor for class org.sikuli.script.runners.AbstractLocalFileScriptRunner
- AbstractScriptRunner - Class in org.sikuli.script.runners
- AbstractScriptRunner() - Constructor for class org.sikuli.script.runners.AbstractScriptRunner
- accept(File) - Method in class org.sikuli.basics.FileManager.FileFilter
- accept(File, String) - Method in class org.sikuli.script.support.RunTime.oneFileFilter
- accumulate(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- accumulate(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- accumulateProduct(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- accumulateProduct(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- accumulateSquare(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- accumulateSquare(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- accumulateWeighted(Mat, Mat, double) - Static method in class org.opencv.imgproc.Imgproc
- accumulateWeighted(Mat, Mat, double, Mat) - Static method in class org.opencv.imgproc.Imgproc
- action(String, Object...) - Static method in class org.sikuli.basics.Debug
-
Sikuli messages from actions like click, ...
switch on/off: Settings.ActionLogs - ActionLogs - Static variable in class org.sikuli.basics.Settings
- actionPerformed(ActionEvent) - Method in class org.sikuli.guide.GlobalMouseMotionTracker
- actionPerformed(ActionEvent) - Method in class org.sikuli.guide.TimeoutTransition
- actionPerformed(ActionEvent) - Method in class org.sikuli.script.support.FindFailedDialog
- ADAPTIVE_THRESH_GAUSSIAN_C - Static variable in class org.opencv.imgproc.Imgproc
- ADAPTIVE_THRESH_MEAN_C - Static variable in class org.opencv.imgproc.Imgproc
- adaptiveThreshold(Mat, Mat, double, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
- ADBClient - Class in org.sikuli.android
-
Created by tg44 on 2016. 06. 26..
- ADBClient() - Constructor for class org.sikuli.android.ADBClient
- ADBDevice - Class in org.sikuli.android
- AdbDeviceResponder - Interface in se.vidstige.jadb.server
-
Created by vidstige on 20/03/14.
- adbExec - Static variable in class org.sikuli.android.ADBClient
- adbExecBase - Static variable in class org.sikuli.android.ADBClient
- AdbResponder - Interface in se.vidstige.jadb.server
-
Created by vidstige on 20/03/14.
- ADBRobot - Class in org.sikuli.android
-
Created by Törcsi on 2016. 06. 26.
- ADBRobot(ADBScreen, ADBDevice) - Constructor for class org.sikuli.android.ADBRobot
- ADBScreen - Class in org.sikuli.android
-
Created by Törcsi on 2016. 06. 26.
- ADBScreen() - Constructor for class org.sikuli.android.ADBScreen
- ADBScreen(int) - Constructor for class org.sikuli.android.ADBScreen
- ADBScreen(String) - Constructor for class org.sikuli.android.ADBScreen
- AdbServer - Class in se.vidstige.jadb.server
-
Created by vidstige on 2014-03-20
- AdbServer(AdbResponder) - Constructor for class se.vidstige.jadb.server.AdbServer
- AdbServer(AdbResponder, int) - Constructor for class se.vidstige.jadb.server.AdbServer
- ADBTest - Class in org.sikuli.android
-
Created by RaiMan on 12.07.16.
- ADBTest() - Constructor for class org.sikuli.android.ADBTest
- add(int, int, int, int) - Method in class org.sikuli.script.Region
-
resize the region using the given padding values
might be negative - add(String) - Static method in class org.sikuli.script.ImagePath
-
create a new PathEntry from the given absolute path name and add it to the end of the current image path
for usage with jars see;ImagePath.add(String, String) - add(String, String) - Static method in class org.sikuli.script.ImagePath
-
create a new PathEntry from the given absolute path name and add it to the end of the current image path
for images stored in jars:
Set the primary image path to the top folder level of a jar based on the given class name (must be found on class path). - add(URL) - Static method in class org.sikuli.script.ImagePath
-
add entry to end of list (the given URL is not checked)
- add(List<Mat>) - Method in class org.opencv.features2d.DescriptorMatcher
- add(Mat) - Method in class org.opencv.features2d.BOWTrainer
- add(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- add(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- add(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- add(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- add(Mat, Scalar, Mat, Mat) - Static method in class org.opencv.core.Core
- add(Mat, Scalar, Mat, Mat, int) - Static method in class org.opencv.core.Core
- add(Location) - Method in class org.sikuli.script.Region
-
extend the region, so it contains the given point
but only the part inside the current screen - add(Region) - Method in class org.sikuli.script.Region
-
extend the region, so it contains the given region
but only the part inside the current screen - add(Region, ObserverCallBack, ObserveEvent.Type, Object) - Static method in class org.sikuli.script.support.Observing
- ADD - Static variable in class org.sikuli.hotkey.Keys
- ADD - Static variable in class org.sikuli.script.Key
- addAnimation(NewAnimator) - Method in class org.sikuli.guide.Visual
- addAnimationListener(AnimationListener) - Method in class org.sikuli.guide.Visual
- addBeam(Region) - Method in class org.sikuli.guide.Guide
- addButton(String) - Method in class org.sikuli.guide.TransitionDialog
- addCircleAnimation(Point, float) - Method in class org.sikuli.guide.Visual
- addClickable(SxClickable) - Method in class org.sikuli.guide.ClickableWindow
- addClickableRegion(Region, String) - Method in class org.sikuli.guide.ClickableWindow
- addComponent(JComponent) - Method in class org.sikuli.guide.Guide
- addComponent(Visual, int) - Method in class org.sikuli.guide.Guide
- addEvent(ObserveEvent) - Static method in class org.sikuli.script.support.Observing
- addFadeinAnimation() - Method in class org.sikuli.guide.Visual
- addFadeoutAnimation() - Method in class org.sikuli.guide.Visual
- addFollower(Visual) - Method in class org.sikuli.guide.Visual
- addHotkey(char, int, HotkeyListener) - Method in class org.sikuli.basics.HotkeyManager
-
install a hotkey listener.
- addHotkey(char, int, HotkeyListener) - Static method in class org.sikuli.script.Env
-
Deprecated.use Key. ... instead
- addHotkey(char, int, HotkeyListener) - Static method in class org.sikuli.script.Key
-
add a hotkey and listener
- addHotkey(String, int, HotkeyListener) - Method in class org.sikuli.basics.HotkeyManager
-
install a hotkey listener.
- addHotkey(String, int, HotkeyListener) - Static method in class org.sikuli.script.Env
-
Deprecated.use Key. ... instead
- addHotkey(String, int, HotkeyListener) - Static method in class org.sikuli.script.Key
-
add a hotkey and listener
- addHotkey(String, HotkeyListener) - Method in class org.sikuli.basics.HotkeyManager
-
install a hotkey listener for a global hotkey (capture, abort, ...)
- addHotkey(HotkeyListener, int, int) - Method in class org.sikuli.hotkey.HotkeyController
- addHotkey(HotkeyCallback, String...) - Method in class org.sikuli.hotkey.HotkeyController
-
install a hotkey listener for a global hotkey
- addHTTP(String) - Static method in class org.sikuli.script.ImagePath
-
create a new PathEntry from the given net resource folder accessible via HTTP at end of the current image path
BE AWARE:
Files stored in the given remote folder must allow HTTP HEAD-requests (checked)
redirections are not followed (suppressed) - addImageFacts(Image, Rectangle, double) - Method in class org.sikuli.script.support.ImageGroup
- addJar(String, String) - Static method in class org.sikuli.script.ImagePath
- addLandmark(Visual) - Method in class org.sikuli.guide.SxArea
- addListener(GlobalMouseMotionListener) - Method in class org.sikuli.guide.GlobalMouseMotionTracker
- addListener(SxAnchor.AnchorListener) - Method in class org.sikuli.guide.SxAnchor
- addMoveAnimation(Point, Point) - Method in class org.sikuli.guide.Visual
- addObserver(EventObserver) - Method in interface org.sikuli.util.EventSubject
- addObserver(EventObserver) - Method in class org.sikuli.util.OverlayCapturePrompt
- addObserver(EventObserver) - Method in class org.sikuli.util.OverlayTransparentWindow
- addObserver(PSC, ObserverCallBack, String, ObserveEvent.Type) - Method in class org.sikuli.script.support.Observer
- addPreferenceChangeListener(PreferenceChangeListener) - Method in class org.sikuli.basics.PreferencesUser
- addRegion(Region) - Method in class org.sikuli.guide.SxArea
- addResizeAnimation(Dimension, Dimension) - Method in class org.sikuli.guide.Visual
- addRunningObserver(Region) - Static method in class org.sikuli.script.support.Observing
- addSitePackages() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- addSlideAnimation(Point, Visual.Layout) - Method in class org.sikuli.guide.Visual
- addSysPath(File) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- addSysPath(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- addTarget(Pattern) - Method in class org.sikuli.guide.SxMagnet
- addToClasspath(String) - Method in class org.sikuli.script.support.RunTime
- addToClasspath(String, String) - Method in class org.sikuli.script.support.RunTime
- addToFront(JComponent) - Method in class org.sikuli.guide.Guide
- addToFront(Visual) - Method in class org.sikuli.guide.Guide
- addTracker(Pattern, SxAnchor) - Method in class org.sikuli.guide.Guide
- addTracker(Pattern, Region, ArrayList<Visual>) - Method in class org.sikuli.guide.Guide
- addTracker(Pattern, Region, Visual) - Method in class org.sikuli.guide.Guide
- addTransition(Transition) - Method in class org.sikuli.guide.Guide
- addWeighted(Mat, double, Mat, double, double, Mat) - Static method in class org.opencv.core.Core
- addWeighted(Mat, double, Mat, double, double, Mat, int) - Static method in class org.opencv.core.Core
- adjustROI(int, int, int, int) - Method in class org.opencv.core.Mat
- afterStart(RunTime.Type, String[]) - Static method in class org.sikuli.script.support.RunTime
- afterWait - Variable in class org.sikuli.script.Mouse
- AGAST_5_8 - Static variable in class org.opencv.features2d.AgastFeatureDetector
- AGAST_7_12d - Static variable in class org.opencv.features2d.AgastFeatureDetector
- AGAST_7_12s - Static variable in class org.opencv.features2d.AgastFeatureDetector
- AgastFeatureDetector - Class in org.opencv.features2d
- AgastFeatureDetector(long) - Constructor for class org.opencv.features2d.AgastFeatureDetector
- aInput(String) - Method in class org.sikuli.script.Region
- AKAZE - Class in org.opencv.features2d
- AKAZE - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- AKAZE(long) - Constructor for class org.opencv.features2d.AKAZE
- aKey(int) - Method in class org.sikuli.script.Region
- Algorithm - Class in org.opencv.core
- Algorithm(long) - Constructor for class org.opencv.core.Algorithm
- all() - Static method in class org.opencv.core.Range
- all() - Static method in class org.sikuli.script.Screen
-
create a Screen (ScreenUnion) object as a united region of all available monitors
- all(double) - Static method in class org.opencv.core.Scalar
- ALL_MODIFIERS - Static variable in class org.sikuli.script.support.RobotDesktop
- alloc(int) - Method in class org.opencv.core.MatOfByte
- alloc(int) - Method in class org.opencv.core.MatOfDMatch
- alloc(int) - Method in class org.opencv.core.MatOfDouble
- alloc(int) - Method in class org.opencv.core.MatOfFloat
- alloc(int) - Method in class org.opencv.core.MatOfFloat4
- alloc(int) - Method in class org.opencv.core.MatOfFloat6
- alloc(int) - Method in class org.opencv.core.MatOfInt
- alloc(int) - Method in class org.opencv.core.MatOfInt4
- alloc(int) - Method in class org.opencv.core.MatOfKeyPoint
- alloc(int) - Method in class org.opencv.core.MatOfPoint
- alloc(int) - Method in class org.opencv.core.MatOfPoint2f
- alloc(int) - Method in class org.opencv.core.MatOfPoint3
- alloc(int) - Method in class org.opencv.core.MatOfPoint3f
- alloc(int) - Method in class org.opencv.core.MatOfRect
- alloc(int) - Method in class org.opencv.core.MatOfRect2d
- ALLOW_TEST_APK - Static variable in class se.vidstige.jadb.managers.PackageManager
- ALLOW_VERSION_DOWNGRADE - Static variable in class se.vidstige.jadb.managers.PackageManager
- allProcesses() - Static method in class org.sikuli.natives.WinUtil
- allTargetAnchored() - Method in class org.sikuli.guide.SxMagnet
- allWindows() - Static method in class org.sikuli.natives.WinUtil
- alreadyUsed - Variable in class org.opencv.highgui.ImageWindow
- ALT - Static variable in class org.sikuli.hotkey.Keys
- ALT - Static variable in class org.sikuli.hotkey.Keys.Modifier
- ALT - Static variable in class org.sikuli.script.Key
- ALT - Static variable in class org.sikuli.script.KeyModifier
- ALTGR - Static variable in class org.sikuli.hotkey.Keys
- ALTGR - Static variable in class org.sikuli.hotkey.Keys.Modifier
- ALTGR - Static variable in class org.sikuli.script.Key
- ALTGR - Static variable in class org.sikuli.script.KeyModifier
- AlwaysResize - Static variable in class org.sikuli.basics.Settings
- anchored() - Method in class org.sikuli.guide.SxAnchor
- anchored() - Method in interface org.sikuli.guide.SxAnchor.AnchorListener
- angle - Variable in class org.opencv.core.KeyPoint
-
Computed orientation of the keypoint (-1 if not applicable).
- angle - Variable in class org.opencv.core.RotatedRect
- animationCompleted() - Method in class org.sikuli.guide.Visual
- AnimationFactory - Class in org.sikuli.guide
- AnimationFactory() - Constructor for class org.sikuli.guide.AnimationFactory
- Animator - Class in org.sikuli.guide
- Animator - Interface in org.sikuli.basics
-
INTERNAL USE allows to implement timed animations (e.g. mouse move)
- Animator(Visual) - Constructor for class org.sikuli.guide.Animator
- AnimatorLinear - Class in org.sikuli.basics
- AnimatorLinear(float, float, long) - Constructor for class org.sikuli.basics.AnimatorLinear
- AnimatorLinearInterpolation - Class in org.sikuli.basics
- AnimatorLinearInterpolation(float, float, long) - Constructor for class org.sikuli.basics.AnimatorLinearInterpolation
- AnimatorOutQuarticEase - Class in org.sikuli.basics
- AnimatorOutQuarticEase(float, float, long) - Constructor for class org.sikuli.basics.AnimatorOutQuarticEase
- AnimatorPulse - Class in org.sikuli.basics
- AnimatorPulse(float, float, long, long) - Constructor for class org.sikuli.basics.AnimatorPulse
- AnimatorQuarticEase - Class in org.sikuli.basics
- AnimatorQuarticEase(float, float, long) - Constructor for class org.sikuli.basics.AnimatorQuarticEase
- AnimatorStopExtention - Class in org.sikuli.basics
- AnimatorStopExtention(AnimatorTimeValueFunction, long) - Constructor for class org.sikuli.basics.AnimatorStopExtention
- AnimatorTimeBased - Class in org.sikuli.basics
- AnimatorTimeBased(AnimatorTimeValueFunction) - Constructor for class org.sikuli.basics.AnimatorTimeBased
- AnimatorTimeValueFunction - Class in org.sikuli.basics
- AnimatorTimeValueFunction(float, float, long) - Constructor for class org.sikuli.basics.AnimatorTimeValueFunction
- API - org.sikuli.script.support.RunTime.Type
- App - Class in org.sikuli.script
-
App implements features to manage (open, switch to, close) applications. on the system we are running on and to access their assets like windows
TAKE CARE: function behavior differs depending on the running system (cosult the docs for more info) - App() - Constructor for class org.sikuli.script.App
- App(String) - Constructor for class org.sikuli.script.App
- App.Type - Enum in org.sikuli.script
- appDataMsg - Static variable in class org.sikuli.script.support.RunTime
- APPEAR - org.sikuli.script.ObserveEvent.Type
- appeared(ObserveEvent) - Method in class org.sikuli.script.ObserverCallBack
-
to be overwritten to handle appear events
- appendSysPath(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- AppleScriptRunner - Class in org.sikuli.script.runners
- AppleScriptRunner() - Constructor for class org.sikuli.script.runners.AppleScriptRunner
- apply(Pointer, X11.XErrorEvent) - Method in interface com.tulskiy.keymaster.x11.X11.XErrorHandler
- apply(Mat, Mat) - Method in class org.opencv.imgproc.CLAHE
- applyColorMap(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- applyColorMap(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- approxPolyDP(MatOfPoint2f, MatOfPoint2f, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
- arcLength(MatOfPoint2f, boolean) - Static method in class org.opencv.imgproc.Imgproc
- area() - Method in class org.opencv.core.Rect
- area() - Method in class org.opencv.core.Rect2d
- area() - Method in class org.opencv.core.Size
- AREA - org.sikuli.script.Image.Interpolation
- argname() - Method in enum org.sikuli.util.CommandArgsEnum
-
Returns the argname
- AROUND - org.sikuli.guide.Visual.Layout
- arrayToQuotedString(String[]) - Static method in class org.sikuli.script.support.RunTime
- arrow(Object, Object) - Method in class org.sikuli.guide.Guide
- arrowedLine(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- arrowedLine(Mat, Point, Point, Scalar, int, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
- as(int) - Static method in class org.sikuli.script.Screen
- asChar() - Method in class org.sikuli.script.OCR.Options
-
Configure Options to recognize a single character.
- asExtension(String) - Method in class org.sikuli.script.support.RunTime
- asFile(String) - Static method in class org.sikuli.script.support.RunTime
- asFolder(String) - Static method in class org.sikuli.script.support.RunTime
- asLine() - Method in class org.sikuli.script.OCR.Options
-
Configure Options to recognize a single line.
- asMask() - Method in class org.sikuli.script.Pattern
- asOffset() - Method in class org.sikuli.script.Region
-
create a Location object, that can be used as an offset taking the width and hight of this Region
- assignTo(Mat) - Method in class org.opencv.core.Mat
- assignTo(Mat, int) - Method in class org.opencv.core.Mat
- aSwipe(PFRML, PFRML) - Method in class org.sikuli.script.Region
- aSwipeDown() - Method in class org.sikuli.script.Region
- aSwipeLeft() - Method in class org.sikuli.script.Region
- aSwipeRight() - Method in class org.sikuli.script.Region
- aSwipeUp() - Method in class org.sikuli.script.Region
- asWord() - Method in class org.sikuli.script.OCR.Options
-
Configure Options to recognize a single word.
- at() - Static method in class org.sikuli.script.Mouse
- aTap(PFRML) - Method in class org.sikuli.script.Region
- atMouse() - Static method in class org.sikuli.script.Region
-
Deprecated.use
Mouse.at()instead - AUTO - org.sikuli.script.OCR.PSM
- AUTO_NAMING_OCR - Static variable in class org.sikuli.basics.PreferencesUser
- AUTO_NAMING_OFF - Static variable in class org.sikuli.basics.PreferencesUser
- AUTO_NAMING_TIMESTAMP - Static variable in class org.sikuli.basics.PreferencesUser
- AUTO_ONLY - org.sikuli.script.OCR.PSM
- AUTO_OSD - org.sikuli.script.OCR.PSM
- AutoDetectKeyboardLayout - Static variable in class org.sikuli.basics.Settings
- AutoWaitTimeout - Static variable in class org.sikuli.basics.Settings
B
- BACKSPACE - Static variable in class org.sikuli.hotkey.Keys
- BACKSPACE - Static variable in class org.sikuli.script.Key
- backup() - Method in class org.sikuli.script.Image
- BadAlign - Static variable in class org.opencv.core.Core
- BadAlphaChannel - Static variable in class org.opencv.core.Core
- BadCallBack - Static variable in class org.opencv.core.Core
- BadCOI - Static variable in class org.opencv.core.Core
- BadDataPtr - Static variable in class org.opencv.core.Core
- BadDepth - Static variable in class org.opencv.core.Core
- BadImageSize - Static variable in class org.opencv.core.Core
- BadModelOrChSeq - Static variable in class org.opencv.core.Core
- BadNumChannel1U - Static variable in class org.opencv.core.Core
- BadNumChannels - Static variable in class org.opencv.core.Core
- BadOffset - Static variable in class org.opencv.core.Core
- BadOrder - Static variable in class org.opencv.core.Core
- BadOrigin - Static variable in class org.opencv.core.Core
- BadROISize - Static variable in class org.opencv.core.Core
- BadStep - Static variable in class org.opencv.core.Core
- BadTileSize - Static variable in class org.opencv.core.Core
- BaseCascadeClassifier - Class in org.opencv.objdetect
- BaseCascadeClassifier(long) - Constructor for class org.opencv.objdetect.BaseCascadeClassifier
- Bash - Class in se.vidstige.jadb.managers
- batchDistance(Mat, Mat, Mat, int, Mat) - Static method in class org.opencv.core.Core
- batchDistance(Mat, Mat, Mat, int, Mat, int, int) - Static method in class org.opencv.core.Core
- batchDistance(Mat, Mat, Mat, int, Mat, int, int, Mat, int, boolean) - Static method in class org.opencv.core.Core
- BB - Static variable in class org.sikuli.script.Region
- beforeWait - Variable in class org.sikuli.script.Mouse
- below() - Method in class org.sikuli.guide.Visual
- below() - Method in class org.sikuli.script.Region
-
create a region below the bottom side with same width
the new region extends to the bottom screen border
use grow() to include the current region - below(int) - Method in class org.sikuli.guide.Visual
- below(int) - Method in class org.sikuli.script.Location
-
creates a point at the given offset below, might be negative
might create a point outside of any screen, not checked - below(int) - Method in class org.sikuli.script.Region
-
create a region below the bottom side with same width and given height
negative height creates the bottom part with height inside the region use grow() to include the current region - belowAt() - Method in class org.sikuli.script.Region
- belowAt(int) - Method in class org.sikuli.script.Region
-
positive offset goes towards bottom of screen
might be off current screen - bestDPI() - Method in class org.sikuli.script.OCR.Options
- bestDPI(int) - Method in class org.sikuli.script.OCR.Options
-
INTERNAL (under investigation).
- BFMatcher - Class in org.opencv.features2d
- BFMatcher() - Constructor for class org.opencv.features2d.BFMatcher
- BFMatcher(int, boolean) - Constructor for class org.opencv.features2d.BFMatcher
- BFMatcher(long) - Constructor for class org.opencv.features2d.BFMatcher
- BH - Static variable in class org.sikuli.script.Region
- bilateralFilter(Mat, Mat, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- bilateralFilter(Mat, Mat, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- bitwise_and(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_and(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_not(Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_not(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_or(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_or(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_xor(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- bitwise_xor(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- BL - Static variable in class org.sikuli.script.Region
- block() - Method in class org.sikuli.script.support.Device
-
to block the device globally
only the contained device methods without owner will be granted - block(Object) - Method in class org.sikuli.script.support.Device
-
to block the device globally for the given owner
only the contained mouse methods having the same owner will be granted - blur(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
- blur(Mat, Mat, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
- blur(Mat, Mat, Size, Point, int) - Static method in class org.opencv.imgproc.Imgproc
- BM - Static variable in class org.sikuli.script.Region
- BORDER_CONSTANT - Static variable in class org.opencv.core.Core
- BORDER_DEFAULT - Static variable in class org.opencv.core.Core
- BORDER_ISOLATED - Static variable in class org.opencv.core.Core
- BORDER_REFLECT - Static variable in class org.opencv.core.Core
- BORDER_REFLECT_101 - Static variable in class org.opencv.core.Core
- BORDER_REFLECT101 - Static variable in class org.opencv.core.Core
- BORDER_REPLICATE - Static variable in class org.opencv.core.Core
- BORDER_TRANSPARENT - Static variable in class org.opencv.core.Core
- BORDER_WRAP - Static variable in class org.opencv.core.Core
- borderInterpolate(int, int, int) - Static method in class org.opencv.core.Core
- BOTTOM - org.sikuli.guide.Visual.Layout
- BOTTOM - Static variable in class org.sikuli.script.Region
-
Flag for the
Region.create(Location, int, int, int, int)method. - BOUNDING - Static variable in class org.sikuli.guide.SxArea
- boundingRect() - Method in class org.opencv.core.RotatedRect
- boundingRect(MatOfPoint) - Static method in class org.opencv.imgproc.Imgproc
- BOWImgDescriptorExtractor - Class in org.opencv.features2d
- BOWImgDescriptorExtractor(long) - Constructor for class org.opencv.features2d.BOWImgDescriptorExtractor
- BOWKMeansTrainer - Class in org.opencv.features2d
- BOWKMeansTrainer(int) - Constructor for class org.opencv.features2d.BOWKMeansTrainer
- BOWKMeansTrainer(int, TermCriteria, int, int) - Constructor for class org.opencv.features2d.BOWKMeansTrainer
- BOWKMeansTrainer(long) - Constructor for class org.opencv.features2d.BOWKMeansTrainer
- BOWTrainer - Class in org.opencv.features2d
- BOWTrainer(long) - Constructor for class org.opencv.features2d.BOWTrainer
- boxFilter(Mat, Mat, int, Size) - Static method in class org.opencv.imgproc.Imgproc
- boxFilter(Mat, Mat, int, Size, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
- boxFilter(Mat, Mat, int, Size, Point, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
- boxPoints(RotatedRect, Mat) - Static method in class org.opencv.imgproc.Imgproc
- br() - Method in class org.opencv.core.Rect
- br() - Method in class org.opencv.core.Rect2d
- BR - Static variable in class org.sikuli.script.Region
- bracket() - Method in class org.sikuli.guide.Guide
- BRIEF - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- BRISK - Class in org.opencv.features2d
- BRISK - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- BRISK - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- BRISK(long) - Constructor for class org.opencv.features2d.BRISK
- BROWSER - org.sikuli.script.App.Type
- BRUTEFORCE - Static variable in class org.opencv.features2d.DescriptorMatcher
- BRUTEFORCE_HAMMING - Static variable in class org.opencv.features2d.DescriptorMatcher
- BRUTEFORCE_HAMMINGLUT - Static variable in class org.opencv.features2d.DescriptorMatcher
- BRUTEFORCE_L1 - Static variable in class org.opencv.features2d.DescriptorMatcher
- BRUTEFORCE_SL2 - Static variable in class org.opencv.features2d.DescriptorMatcher
- buildJar(String, String[], String[], String[], FileManager.JarFileFilter) - Static method in class org.sikuli.basics.FileManager
- buildJarFromFolder(String, String) - Static method in class org.sikuli.script.Sikulix
-
build a jar on the fly at runtime from a folder.
special for Jython: if the folder contains a __init__.py on first level, the folder will be copied to the jar root (hence preserving module folders) - buildVision() - Static method in class org.sikuli.util.LinuxSupport
- BundlePath - Static variable in class org.sikuli.basics.Settings
- button(String) - Method in class org.sikuli.guide.Guide
- Button - Class in org.sikuli.script
-
Defines the constants for use with the mouse actions for the button to use and the wheel direction
- Button() - Constructor for class org.sikuli.script.Button
- buttons - Variable in class org.sikuli.script.Mouse
- ByValue() - Constructor for class com.tulskiy.keymaster.osx.Carbon.EventHotKeyID.ByValue
C
- C_ADD - Static variable in class org.sikuli.hotkey.Keys
- C_ADD - Static variable in class org.sikuli.script.Key
- C_ALT - Static variable in class org.sikuli.hotkey.Keys
- C_ALT - Static variable in class org.sikuli.script.Key
- C_ALTGR - Static variable in class org.sikuli.hotkey.Keys
- C_ALTGR - Static variable in class org.sikuli.script.Key
- C_CAPS_LOCK - Static variable in class org.sikuli.hotkey.Keys
- C_CAPS_LOCK - Static variable in class org.sikuli.script.Key
- C_CMD - Static variable in class org.sikuli.hotkey.Keys
- C_CMD - Static variable in class org.sikuli.script.Key
- C_CONTEXT - Static variable in class org.sikuli.hotkey.Keys
- C_CONTEXT - Static variable in class org.sikuli.script.Key
- C_CTRL - Static variable in class org.sikuli.hotkey.Keys
- C_CTRL - Static variable in class org.sikuli.script.Key
- C_DECIMAL - Static variable in class org.sikuli.hotkey.Keys
- C_DECIMAL - Static variable in class org.sikuli.script.Key
- C_DELETE - Static variable in class org.sikuli.hotkey.Keys
- C_DELETE - Static variable in class org.sikuli.script.Key
- C_DIVIDE - Static variable in class org.sikuli.hotkey.Keys
- C_DIVIDE - Static variable in class org.sikuli.script.Key
- C_DOWN - Static variable in class org.sikuli.hotkey.Keys
- C_DOWN - Static variable in class org.sikuli.script.Key
- C_END - Static variable in class org.sikuli.hotkey.Keys
- C_END - Static variable in class org.sikuli.script.Key
- C_ESC - Static variable in class org.sikuli.hotkey.Keys
- C_ESC - Static variable in class org.sikuli.script.Key
- C_F1 - Static variable in class org.sikuli.hotkey.Keys
- C_F1 - Static variable in class org.sikuli.script.Key
- C_F10 - Static variable in class org.sikuli.hotkey.Keys
- C_F10 - Static variable in class org.sikuli.script.Key
- C_F11 - Static variable in class org.sikuli.hotkey.Keys
- C_F11 - Static variable in class org.sikuli.script.Key
- C_F12 - Static variable in class org.sikuli.hotkey.Keys
- C_F12 - Static variable in class org.sikuli.script.Key
- C_F13 - Static variable in class org.sikuli.hotkey.Keys
- C_F13 - Static variable in class org.sikuli.script.Key
- C_F14 - Static variable in class org.sikuli.hotkey.Keys
- C_F14 - Static variable in class org.sikuli.script.Key
- C_F15 - Static variable in class org.sikuli.hotkey.Keys
- C_F15 - Static variable in class org.sikuli.script.Key
- C_F2 - Static variable in class org.sikuli.hotkey.Keys
- C_F2 - Static variable in class org.sikuli.script.Key
- C_F3 - Static variable in class org.sikuli.hotkey.Keys
- C_F3 - Static variable in class org.sikuli.script.Key
- C_F4 - Static variable in class org.sikuli.hotkey.Keys
- C_F4 - Static variable in class org.sikuli.script.Key
- C_F5 - Static variable in class org.sikuli.hotkey.Keys
- C_F5 - Static variable in class org.sikuli.script.Key
- C_F6 - Static variable in class org.sikuli.hotkey.Keys
- C_F6 - Static variable in class org.sikuli.script.Key
- C_F7 - Static variable in class org.sikuli.hotkey.Keys
- C_F7 - Static variable in class org.sikuli.script.Key
- C_F8 - Static variable in class org.sikuli.hotkey.Keys
- C_F8 - Static variable in class org.sikuli.script.Key
- C_F9 - Static variable in class org.sikuli.hotkey.Keys
- C_F9 - Static variable in class org.sikuli.script.Key
- C_HOME - Static variable in class org.sikuli.hotkey.Keys
- C_HOME - Static variable in class org.sikuli.script.Key
- C_INSERT - Static variable in class org.sikuli.hotkey.Keys
- C_INSERT - Static variable in class org.sikuli.script.Key
- C_LEFT - Static variable in class org.sikuli.hotkey.Keys
- C_LEFT - Static variable in class org.sikuli.script.Key
- C_META - Static variable in class org.sikuli.hotkey.Keys
- C_META - Static variable in class org.sikuli.script.Key
- C_MINUS - Static variable in class org.sikuli.hotkey.Keys
- C_MINUS - Static variable in class org.sikuli.script.Key
- C_MULTIPLY - Static variable in class org.sikuli.hotkey.Keys
- C_MULTIPLY - Static variable in class org.sikuli.script.Key
- C_NEXT - Static variable in class org.sikuli.hotkey.Keys
- C_NEXT - Static variable in class org.sikuli.script.Key
- C_NUM_LOCK - Static variable in class org.sikuli.hotkey.Keys
- C_NUM_LOCK - Static variable in class org.sikuli.script.Key
- C_NUM0 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM0 - Static variable in class org.sikuli.script.Key
- C_NUM1 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM1 - Static variable in class org.sikuli.script.Key
- C_NUM2 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM2 - Static variable in class org.sikuli.script.Key
- C_NUM3 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM3 - Static variable in class org.sikuli.script.Key
- C_NUM4 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM4 - Static variable in class org.sikuli.script.Key
- C_NUM5 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM5 - Static variable in class org.sikuli.script.Key
- C_NUM6 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM6 - Static variable in class org.sikuli.script.Key
- C_NUM7 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM7 - Static variable in class org.sikuli.script.Key
- C_NUM8 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM8 - Static variable in class org.sikuli.script.Key
- C_NUM9 - Static variable in class org.sikuli.hotkey.Keys
- C_NUM9 - Static variable in class org.sikuli.script.Key
- C_PAGE_DOWN - Static variable in class org.sikuli.hotkey.Keys
- C_PAGE_DOWN - Static variable in class org.sikuli.script.Key
- C_PAGE_UP - Static variable in class org.sikuli.hotkey.Keys
- C_PAGE_UP - Static variable in class org.sikuli.script.Key
- C_PAUSE - Static variable in class org.sikuli.hotkey.Keys
- C_PAUSE - Static variable in class org.sikuli.script.Key
- C_PRINTSCREEN - Static variable in class org.sikuli.hotkey.Keys
- C_PRINTSCREEN - Static variable in class org.sikuli.script.Key
- C_RIGHT - Static variable in class org.sikuli.hotkey.Keys
- C_RIGHT - Static variable in class org.sikuli.script.Key
- C_SCROLL_LOCK - Static variable in class org.sikuli.hotkey.Keys
- C_SCROLL_LOCK - Static variable in class org.sikuli.script.Key
- C_SEPARATOR - Static variable in class org.sikuli.hotkey.Keys
- C_SEPARATOR - Static variable in class org.sikuli.script.Key
- C_SHIFT - Static variable in class org.sikuli.hotkey.Keys
- C_SHIFT - Static variable in class org.sikuli.script.Key
- C_UP - Static variable in class org.sikuli.hotkey.Keys
- C_UP - Static variable in class org.sikuli.script.Key
- C_WIN - Static variable in class org.sikuli.hotkey.Keys
- C_WIN - Static variable in class org.sikuli.script.Key
- C2 - Static variable in class org.sikuli.script.Region
- calcBackProject(List<Mat>, MatOfInt, Mat, Mat, MatOfFloat, double) - Static method in class org.opencv.imgproc.Imgproc
- calcCovarMatrix(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- calcCovarMatrix(Mat, Mat, Mat, int, int) - Static method in class org.opencv.core.Core
- calcHist(List<Mat>, MatOfInt, Mat, Mat, MatOfInt, MatOfFloat) - Static method in class org.opencv.imgproc.Imgproc
- calcHist(List<Mat>, MatOfInt, Mat, Mat, MatOfInt, MatOfFloat, boolean) - Static method in class org.opencv.imgproc.Imgproc
- call(String, Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
INTERNAL USE: call interface for JavaScript to be used with predefined functions
- callback - Variable in class org.sikuli.script.support.Device
- callback(Pointer, Pointer, Pointer) - Method in interface com.tulskiy.keymaster.osx.Carbon.EventHandlerProcPtr
- callback(Image) - Method in class org.sikuli.script.ImageCallback
- callout(String) - Method in class org.sikuli.guide.Guide
- canHandle(String) - Method in class org.sikuli.script.runners.AbstractLocalFileScriptRunner
- canHandle(String) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- canHandle(String) - Method in class org.sikuli.script.runners.NetworkRunner
- canHandle(String) - Method in class org.sikuli.script.runners.SikulixRunner
- canHandle(String) - Method in class org.sikuli.script.runners.ZipRunner
- canHandle(String) - Method in interface org.sikuli.script.support.IScriptRunner
-
Checks if this runner can handle the given identifier.
- canHandleFileEnding(String) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- Canny(Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
- Canny(Mat, Mat, double, double, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
- Canny(Mat, Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
- Canny(Mat, Mat, Mat, double, double, boolean) - Static method in class org.opencv.imgproc.Imgproc
- CAPS_LOCK - Static variable in class org.sikuli.hotkey.Keys
- CAPS_LOCK - Static variable in class org.sikuli.script.Key
- capture() - Method in class org.sikuli.android.ADBScreen
- capture() - Method in class org.sikuli.script.Screen
-
create a ScreenImage with the physical bounds of this screen
- capture() - Method in interface org.sikuli.script.support.IScreen
- capture() - Method in class org.sikuli.vnc.VNCScreen
- capture(int, int, int, int) - Method in class org.sikuli.android.ADBScreen
- capture(int, int, int, int) - Method in class org.sikuli.script.Screen
-
create a ScreenImage with given coordinates on this screen.
- capture(int, int, int, int) - Method in interface org.sikuli.script.support.IScreen
- capture(int, int, int, int) - Method in class org.sikuli.vnc.VNCScreen
- capture(Rectangle) - Method in class org.sikuli.android.ADBScreen
- capture(Rectangle) - Method in class org.sikuli.script.Screen
-
create a ScreenImage with given rectangle on this screen.
- capture(Rectangle) - Method in interface org.sikuli.script.support.IScreen
- capture(Rectangle) - Method in class org.sikuli.script.support.ScreenUnion
- capture(Rectangle) - Method in class org.sikuli.vnc.VNCScreen
- capture(Region) - Method in class org.sikuli.android.ADBScreen
- capture(Region) - Method in class org.sikuli.script.Screen
-
create a ScreenImage with given region on this screen
- capture(Region) - Method in interface org.sikuli.script.support.IScreen
- capture(Region) - Method in class org.sikuli.vnc.VNCScreen
- captureDeviceScreen() - Method in class org.sikuli.android.ADBDevice
- captureDeviceScreen(int, int, int, int) - Method in class org.sikuli.android.ADBDevice
- captureDeviceScreenMat(int, int, int, int) - Method in class org.sikuli.android.ADBDevice
- captureScreen() - Method in class org.sikuli.android.ADBDevice
- captureScreen(Rectangle) - Method in class org.sikuli.android.ADBDevice
- captureScreen(Rectangle) - Method in class org.sikuli.android.ADBRobot
- captureScreen(Rectangle) - Method in interface org.sikuli.script.support.IRobot
- captureScreen(Rectangle) - Method in class org.sikuli.script.support.RobotDesktop
- Carbon - Interface in com.tulskiy.keymaster.osx
-
Author: Denis Tulskiy Date: 6/15/11
- Carbon.EventHandlerProcPtr - Interface in com.tulskiy.keymaster.osx
- Carbon.EventHotKeyID - Class in com.tulskiy.keymaster.osx
- Carbon.EventHotKeyID.ByValue - Class in com.tulskiy.keymaster.osx
- Carbon.EventTypeSpec - Class in com.tulskiy.keymaster.osx
- CarbonProvider - Class in com.tulskiy.keymaster.osx
-
Author: Denis Tulskiy Date: 6/17/11
- CarbonProvider() - Constructor for class com.tulskiy.keymaster.osx.CarbonProvider
- cartToPolar(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- cartToPolar(Mat, Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
- CASCADE_DO_CANNY_PRUNING - Static variable in class org.opencv.objdetect.Objdetect
- CASCADE_DO_ROUGH_SEARCH - Static variable in class org.opencv.objdetect.Objdetect
- CASCADE_FIND_BIGGEST_OBJECT - Static variable in class org.opencv.objdetect.Objdetect
- CASCADE_SCALE_IMAGE - Static variable in class org.opencv.objdetect.Objdetect
- CascadeClassifier - Class in org.opencv.objdetect
- CascadeClassifier() - Constructor for class org.opencv.objdetect.CascadeClassifier
- CascadeClassifier(long) - Constructor for class org.opencv.objdetect.CascadeClassifier
- CascadeClassifier(String) - Constructor for class org.opencv.objdetect.CascadeClassifier
- CC_STAT_AREA - Static variable in class org.opencv.imgproc.Imgproc
- CC_STAT_HEIGHT - Static variable in class org.opencv.imgproc.Imgproc
- CC_STAT_LEFT - Static variable in class org.opencv.imgproc.Imgproc
- CC_STAT_MAX - Static variable in class org.opencv.imgproc.Imgproc
- CC_STAT_TOP - Static variable in class org.opencv.imgproc.Imgproc
- CC_STAT_WIDTH - Static variable in class org.opencv.imgproc.Imgproc
- CCL_DEFAULT - Static variable in class org.opencv.imgproc.Imgproc
- CCL_GRANA - Static variable in class org.opencv.imgproc.Imgproc
- CCL_WU - Static variable in class org.opencv.imgproc.Imgproc
- center - Variable in class org.opencv.core.RotatedRect
- CENTER - org.sikuli.guide.Visual.Layout
- CH - Static variable in class org.sikuli.script.Region
- CHAIN_APPROX_NONE - Static variable in class org.opencv.imgproc.Imgproc
- CHAIN_APPROX_SIMPLE - Static variable in class org.opencv.imgproc.Imgproc
- CHAIN_APPROX_TC89_KCOS - Static variable in class org.opencv.imgproc.Imgproc
- CHAIN_APPROX_TC89_L1 - Static variable in class org.opencv.imgproc.Imgproc
- CHANGE - org.sikuli.script.ObserveEvent.Type
- changed(ObserveEvent) - Method in class org.sikuli.script.ObserverCallBack
-
to be overwritten to handle changed events
- channels() - Method in class org.opencv.core.Mat
- channels(int) - Static method in class org.opencv.core.CvType
- checkAllLibs() - Static method in class org.sikuli.util.LinuxSupport
- checkCallback(Object[]) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- checkDetectorSize() - Method in class org.opencv.objdetect.HOGDescriptor
- checkFeatureAvailability() - Method in class org.sikuli.natives.LinuxUtil
- checkFeatureAvailability() - Method in class org.sikuli.natives.MacUtil
- checkFeatureAvailability() - Method in interface org.sikuli.natives.OSUtil
-
check if needed command libraries or packages are installed and working
if not ok, respective features will do nothing but issue error messages - checkFeatureAvailability() - Method in class org.sikuli.natives.WinUtil
- checkJarContent(String, String) - Static method in class org.sikuli.basics.FileManager
- CheckLastSeen - Static variable in class org.sikuli.basics.Settings
- CheckLastSeenSimilar - Static variable in class org.sikuli.basics.Settings
- checkMatch() - Method in class org.sikuli.script.Region
- checkMousePosition - Static variable in class org.sikuli.basics.Settings
- checkRange(Mat) - Static method in class org.opencv.core.Core
- checkRange(Mat, boolean, double, double) - Static method in class org.opencv.core.Core
- checkVector(int) - Method in class org.opencv.core.Mat
- checkVector(int, int) - Method in class org.opencv.core.Mat
- checkVector(int, int, boolean) - Method in class org.opencv.core.Mat
- circle() - Method in class org.sikuli.guide.Guide
- circle(Object) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
- circle(Mat, Point, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- circle(Mat, Point, int, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- circle(Mat, Point, int, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- CIRCLE - Static variable in class org.sikuli.guide.SxSpotlight
- CIRCLE_WORD - org.sikuli.script.OCR.PSM
- CLAHE - Class in org.opencv.imgproc
- CLAHE(long) - Constructor for class org.opencv.imgproc.CLAHE
- class_id - Variable in class org.opencv.core.KeyPoint
-
Object ID, that can be used to cluster keypoints by an object they belong to.
- CLASSES - org.sikuli.script.support.RunTime.RunType
- classLoader - Variable in class org.sikuli.script.support.RunTime
- cleanup() - Method in class org.sikuli.android.ADBRobot
- cleanup() - Method in interface org.sikuli.script.support.IRobot
- cleanup() - Method in class org.sikuli.script.support.RobotDesktop
- cleanUp() - Method in class org.sikuli.basics.GenericHotkeyManager
- cleanUp() - Method in class org.sikuli.basics.HotkeyManager
- cleanUp() - Method in class org.sikuli.basics.LinuxHotkeyManager
- cleanUp() - Static method in class org.sikuli.script.support.Observing
-
stop and remove all observers and their registered events
- cleanUp() - Static method in class org.sikuli.script.support.RunTime
- clear() - Method in class org.opencv.core.Algorithm
- clear() - Method in class org.opencv.features2d.BOWTrainer
- clear() - Method in class org.opencv.features2d.DescriptorMatcher
- clear() - Method in class org.sikuli.guide.ClickableWindow
- clear() - Method in class org.sikuli.guide.Guide
- clearCache(int) - Static method in class org.sikuli.script.Image
- clearEvents() - Static method in class org.sikuli.script.support.Observing
-
the event list is purged
- clearRunner() - Method in class org.sikuli.util.AbortableScriptRunnerWrapper
- click() - Method in class org.sikuli.script.Location
-
Move the mouse to this location point and click left
- click() - Method in class org.sikuli.script.Region
-
left click at the region's last successful match
use center if no lastMatch
if region is a match: click targetOffset - click(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
move the mouse with hover() and click using the left button
- click(Location, int, Integer, boolean, Region) - Static method in class org.sikuli.script.Mouse
- click(Location, String, Integer...) - Static method in class org.sikuli.script.Mouse
-
to click (left, right, middle - single or double) at the given location using the given button only useable for local screens timing parameters:
- one value
< 0 wait before mouse down
> 0 wait after mouse up
- 2 or 3 values 1st wait before mouse down
2nd wait after mouse up
3rd inner wait (milli secs, cut to 1000): pause between mouse down and up (Settings.ClickDelay) wait before and after: > 9 taken as milli secs - 1 ... 9 are seconds - click(PFRML) - Method in class org.sikuli.script.Region
-
left click at the given target location
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - click(PFRML, Integer) - Method in class org.sikuli.script.Region
-
left click at the given target location
holding down the given modifier keys
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - ClickableWindow - Class in org.sikuli.guide
- ClickableWindow(Guide) - Constructor for class org.sikuli.guide.ClickableWindow
- ClickDelay - Static variable in class org.sikuli.basics.Settings
-
Specify a delay between the mouse down and up in seconds as 0.nnn.
- clickDouble - Variable in class org.sikuli.script.Mouse
- clickEnds() - Method in class org.sikuli.android.ADBRobot
- clickEnds() - Method in interface org.sikuli.script.support.IRobot
- clickEnds() - Method in class org.sikuli.script.support.RobotDesktop
- clickStarts() - Method in class org.sikuli.android.ADBRobot
- clickStarts() - Method in interface org.sikuli.script.support.IRobot
- clickStarts() - Method in class org.sikuli.script.support.RobotDesktop
- ClickTypeHack - Static variable in class org.sikuli.basics.Settings
- clipLine(Rect, Point, Point) - Static method in class org.opencv.imgproc.Imgproc
- clone() - Method in class org.opencv.core.Mat
- clone() - Method in class org.opencv.core.Point
- clone() - Method in class org.opencv.core.Point3
- clone() - Method in class org.opencv.core.Range
- clone() - Method in class org.opencv.core.Rect
- clone() - Method in class org.opencv.core.Rect2d
- clone() - Method in class org.opencv.core.RotatedRect
- clone() - Method in class org.opencv.core.Scalar
- clone() - Method in class org.opencv.core.Size
- clone() - Method in class org.opencv.core.TermCriteria
- clone() - Method in class org.opencv.features2d.DescriptorMatcher
- clone() - Method in class org.sikuli.guide.Visual
- clone() - Method in class org.sikuli.script.OCR.Options
-
makes a copy of this Options
- clone(boolean) - Method in class org.opencv.features2d.DescriptorMatcher
- close() - Method in class org.sikuli.script.App
-
tries to close the app defined by this App instance, waits max 10 seconds for the app to no longer be running
- close() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- close() - Method in interface org.sikuli.script.support.IScriptRunner
-
Is executed before Sikuli closes.
- close() - Method in class org.sikuli.util.Highlight
- close() - Method in class org.sikuli.util.OverlayCapturePrompt
- close() - Method in class org.sikuli.util.OverlayTransparentWindow
- close() - Static method in class org.sikuli.util.Run
- close(int) - Method in class org.sikuli.script.App
-
tries to close the app defined by this App instance, waits max given seconds for the app to no longer be running
- close(String) - Static method in class org.sikuli.script.App
-
tries to identify a running app with the given name and then tries to close it
- close(App) - Method in class org.sikuli.natives.LinuxUtil
- close(App) - Method in class org.sikuli.natives.MacUtil
- close(App) - Method in interface org.sikuli.natives.OSUtil
- close(App) - Method in class org.sikuli.natives.WinUtil
- close(ImageGroup) - Static method in class org.sikuli.script.support.ImageGroup
- closeAfter(int) - Method in class org.sikuli.basics.SplashFrame
- closeAll() - Static method in class org.sikuli.util.Highlight
- closeApp(String...) - Static method in class org.sikuli.script.runners.ProcessRunner
- closeApp(List<String>) - Static method in class org.sikuli.script.runners.ProcessRunner
- closeByKey() - Method in class org.sikuli.script.App
- closeByKey(int) - Method in class org.sikuli.script.App
- closePrompt() - Static method in class org.sikuli.script.Screen
- closePrompt(Screen) - Static method in class org.sikuli.script.Screen
- cluster() - Method in class org.opencv.features2d.BOWKMeansTrainer
- cluster() - Method in class org.opencv.features2d.BOWTrainer
- cluster(Mat) - Method in class org.opencv.features2d.BOWKMeansTrainer
- cluster(Mat) - Method in class org.opencv.features2d.BOWTrainer
- cMax - Static variable in class org.sikuli.hotkey.Keys
- cMax - Static variable in class org.sikuli.script.Key
- CMD - Static variable in class org.sikuli.hotkey.Keys
- CMD - Static variable in class org.sikuli.hotkey.Keys.Modifier
- CMD - Static variable in class org.sikuli.script.Key
- CMD - Static variable in class org.sikuli.script.KeyModifier
- cmdCapture(Object...) - Method in class org.sikuli.script.Screen
- cmdKey - Static variable in interface com.tulskiy.keymaster.osx.Carbon
- cMin - Static variable in class org.sikuli.hotkey.Keys
- cMin - Static variable in class org.sikuli.script.Key
- CMP_EQ - Static variable in class org.opencv.core.Core
- CMP_GE - Static variable in class org.opencv.core.Core
- CMP_GT - Static variable in class org.opencv.core.Core
- CMP_LE - Static variable in class org.opencv.core.Core
- CMP_LT - Static variable in class org.opencv.core.Core
- CMP_NE - Static variable in class org.opencv.core.Core
- col(int) - Method in class org.opencv.core.Mat
- collectGarbage() - Method in class org.opencv.imgproc.CLAHE
- collectLines() - Method in class org.sikuli.script.Element
-
Deprecated.use findLines() instead
- collectLinesText() - Method in class org.sikuli.script.Element
-
Deprecated.use textLines() instead
- collectWords() - Method in class org.sikuli.script.Element
-
Deprecated.use findWords() instead
- collectWordsText() - Method in class org.sikuli.script.Element
-
Deprecated.use textWords() instead
- COLOR_BayerBG2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerBG2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGB2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerGR2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2BGR_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2BGR_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2RGB_EA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2RGB_VNG - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BayerRG2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2HLS - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2HLS_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2HSV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2HSV_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2Lab - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2Luv - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2XYZ - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2YCrCb - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2YUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5552BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5552BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5552GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5552RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5552RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5652BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5652BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5652GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5652RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGR5652RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_BGRA2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_COLORCVT_MAX - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_GRAY2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_GRAY2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_GRAY2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_GRAY2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_GRAY2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_GRAY2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HLS2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HLS2BGR_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HLS2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HLS2RGB_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HSV2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HSV2BGR_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HSV2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_HSV2RGB_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Lab2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Lab2LBGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Lab2LRGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Lab2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_LBGR2Lab - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_LBGR2Luv - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_LRGB2Lab - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_LRGB2Luv - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Luv2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Luv2LBGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Luv2LRGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_Luv2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_mRGBA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2HLS - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2HLS_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2HSV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2HSV_FULL - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2Lab - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2Luv - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2XYZ - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2YCrCb - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2YUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGB2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2BGR555 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2BGR565 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2mRGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2YUV_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2YUV_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_RGBA2YUV_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_XYZ2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_XYZ2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YCrCb2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YCrCb2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_NV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_NV21 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_UYNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_UYVY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_Y422 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_YUNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_YUYV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGR_YVYU - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_NV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_NV21 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_UYNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_UYVY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_Y422 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_YUNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_YUYV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2BGRA_YVYU - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_NV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_NV21 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_UYNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_UYVY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_Y422 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_YUNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_YUYV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2GRAY_YVYU - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_NV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_NV21 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_UYNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_UYVY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_Y422 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_YUNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_YUYV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGB_YVYU - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_I420 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_IYUV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_NV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_NV21 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_UYNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_UYVY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_Y422 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_YUNV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_YUY2 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_YUYV - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_YV12 - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV2RGBA_YVYU - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420p2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420p2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420p2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420p2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420p2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420sp2BGR - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420sp2BGRA - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420sp2GRAY - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420sp2RGB - Static variable in class org.opencv.imgproc.Imgproc
- COLOR_YUV420sp2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_AUTUMN - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_BONE - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_COOL - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_HOT - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_HSV - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_JET - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_OCEAN - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_PARULA - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_PINK - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_RAINBOW - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_SPRING - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_SUMMER - Static variable in class org.opencv.imgproc.Imgproc
- COLORMAP_WINTER - Static variable in class org.opencv.imgproc.Imgproc
- colRange(int, int) - Method in class org.opencv.core.Mat
- colRange(Range) - Method in class org.opencv.core.Mat
- cols() - Method in class org.opencv.core.Mat
- com.tulskiy.keymaster.common - package com.tulskiy.keymaster.common
- com.tulskiy.keymaster.osx - package com.tulskiy.keymaster.osx
- com.tulskiy.keymaster.windows - package com.tulskiy.keymaster.windows
- com.tulskiy.keymaster.x11 - package com.tulskiy.keymaster.x11
- CommandArgs - Class in org.sikuli.util
- CommandArgs() - Constructor for class org.sikuli.util.CommandArgs
- CommandArgsEnum - Enum in org.sikuli.util
-
Enum that stores the info about the commandline args
- CommandExecutorException - Exception in org.sikuli.natives
-
Wrapper for all Exception which occurs during native command execution.
- CommandExecutorException(String) - Constructor for exception org.sikuli.natives.CommandExecutorException
- CommandExecutorException(String, CommandExecutorResult) - Constructor for exception org.sikuli.natives.CommandExecutorException
- CommandExecutorHelper - Class in org.sikuli.natives
- CommandExecutorHelper() - Constructor for class org.sikuli.natives.CommandExecutorHelper
- CommandExecutorResult - Class in org.sikuli.natives
- CommandExecutorResult(int, String, String) - Constructor for class org.sikuli.natives.CommandExecutorResult
- compare(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- compare(Mat, Scalar, Mat, int) - Static method in class org.opencv.core.Core
- compare(Region, Region) - Method in class org.sikuli.script.compare.DistanceComparator
-
Compares the distance of two
Regionobjects. - compare(Region, Region) - Method in class org.sikuli.script.compare.HorizontalComparator
-
Compares the X-Position of two
Regionobjects. - compare(Region, Region) - Method in class org.sikuli.script.compare.VerticalComparator
-
Compares the Y-Position of two
Regionobjects. - compareHist(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- compareSegments(Size, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
- compareSegments(Size, Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
- compareTo(Location) - Method in class org.sikuli.script.Location
- compareTo(Match) - Method in class org.sikuli.script.Match
- compileJythonFolder(String, String) - Static method in class org.sikuli.script.Sikulix
-
the foo.py files in the given source folder are compiled to JVM-ByteCode-classfiles foo$py.class and stored in the target folder (thus securing your code against changes).
A folder structure is preserved. - completeState() - Method in class org.opencv.imgproc.Moments
- completeSymm(Mat) - Static method in class org.opencv.core.Core
- completeSymm(Mat, boolean) - Static method in class org.opencv.core.Core
- componentHidden(ComponentEvent) - Method in class org.sikuli.guide.SxArea
- componentHidden(ComponentEvent) - Method in class org.sikuli.guide.SxArrow
- componentMoved(ComponentEvent) - Method in class org.sikuli.guide.SxArea
- componentMoved(ComponentEvent) - Method in class org.sikuli.guide.SxArrow
- ComponentMover - Class in org.sikuli.guide
- ComponentMover() - Constructor for class org.sikuli.guide.ComponentMover
-
Constructor for moving individual components.
- ComponentMover(Component, Component...) - Constructor for class org.sikuli.guide.ComponentMover
-
Constructor to specify a parent component that will be moved when drag events are generated on a registered child component.
- ComponentMover(Class, Component...) - Constructor for class org.sikuli.guide.ComponentMover
-
Constructor to specify a Class of Component that will be moved when drag events are generated on a registered child component.
- componentResized(ComponentEvent) - Method in class org.sikuli.guide.SxArea
- componentResized(ComponentEvent) - Method in class org.sikuli.guide.SxArrow
- componentShown(ComponentEvent) - Method in class org.sikuli.guide.SxArea
- componentShown(ComponentEvent) - Method in class org.sikuli.guide.SxArrow
- compute(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- compute(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.Feature2D
- compute(Mat, MatOfFloat) - Method in class org.opencv.objdetect.HOGDescriptor
- compute(Mat, MatOfFloat, Size, Size, MatOfPoint) - Method in class org.opencv.objdetect.HOGDescriptor
- compute(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- compute(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- compute(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.Feature2D
- computeGradient(Mat, Mat, Mat) - Method in class org.opencv.objdetect.HOGDescriptor
- computeGradient(Mat, Mat, Mat, Size, Size) - Method in class org.opencv.objdetect.HOGDescriptor
- configs() - Method in class org.sikuli.script.OCR.Options
-
get current configs
- configs(String...) - Method in class org.sikuli.script.OCR.Options
-
set one ore more configs file names.
- configs(List<String>) - Method in class org.sikuli.script.OCR.Options
-
set a list of configs file names.
- conj() - Method in class org.opencv.core.Scalar
- connect() - Static method in class org.sikuli.util.Run
- connectedComponents(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- connectedComponents(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- connectedComponentsWithAlgorithm(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- connectedComponentsWithStats(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- connectedComponentsWithStats(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- connectedComponentsWithStatsWithAlgorithm(Mat, Mat, Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- CONSOLE - org.sikuli.util.CommandArgsEnum
-
Prints all errormessages to stdout
- Constants - Class in org.sikuli.script
-
reasonable symbolic constants to be used with Sikuli features
- Constants() - Constructor for class org.sikuli.script.Constants
- contains(Point) - Method in class org.opencv.core.Rect
- contains(Point) - Method in class org.opencv.core.Rect2d
- contains(Location) - Method in class org.sikuli.script.Region
-
check if current region contains given point
- contains(Region) - Method in class org.sikuli.script.Region
-
check if current region contains given region
- containsMouse() - Method in class org.sikuli.script.Region
-
check if mouse pointer is inside current region
- CONTEXT - Static variable in class org.sikuli.hotkey.Keys
- CONTEXT - Static variable in class org.sikuli.script.Key
- contourArea(Mat) - Static method in class org.opencv.imgproc.Imgproc
- contourArea(Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
- CONTOURS_MATCH_I1 - Static variable in class org.opencv.imgproc.Imgproc
- CONTOURS_MATCH_I2 - Static variable in class org.opencv.imgproc.Imgproc
- CONTOURS_MATCH_I3 - Static variable in class org.opencv.imgproc.Imgproc
- contoursToRectangle(List<MatOfPoint>) - Static method in class org.sikuli.script.Finder.Finder2
- controlKey - Static variable in interface com.tulskiy.keymaster.osx.Carbon
- ControlMask - Static variable in interface com.tulskiy.keymaster.x11.X11
- convert(String, String) - Static method in class org.opencv.objdetect.CascadeClassifier
- Converters - Class in org.opencv.utils
- Converters() - Constructor for class org.opencv.utils.Converters
- convertFp16(Mat, Mat) - Static method in class org.opencv.core.Core
- convertKeyToText(int, int) - Static method in class org.sikuli.script.Key
-
INTERNAL USE ONLY
- convertMaps(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- convertMaps(Mat, Mat, Mat, Mat, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
- convertModifiers(String) - Static method in class org.sikuli.hotkey.Keys
- convertModifiers(String) - Static method in class org.sikuli.script.Key
- convertScaleAbs(Mat, Mat) - Static method in class org.opencv.core.Core
- convertScaleAbs(Mat, Mat, double, double) - Static method in class org.opencv.core.Core
- convertStreamToString(InputStream) - Static method in class org.sikuli.basics.FileManager
- convertTo(Mat, int) - Method in class org.opencv.core.Mat
- convertTo(Mat, int, double) - Method in class org.opencv.core.Mat
- convertTo(Mat, int, double, double) - Method in class org.opencv.core.Mat
- convexHull(MatOfPoint, MatOfInt) - Static method in class org.opencv.imgproc.Imgproc
- convexHull(MatOfPoint, MatOfInt, boolean) - Static method in class org.opencv.imgproc.Imgproc
- convexityDefects(MatOfPoint, MatOfInt, MatOfInt4) - Static method in class org.opencv.imgproc.Imgproc
- copy(InputStream, OutputStream) - Static method in class org.sikuli.script.support.RunTime
- copyMakeBorder(Mat, Mat, int, int, int, int, int) - Static method in class org.opencv.core.Core
- copyMakeBorder(Mat, Mat, int, int, int, int, int, Scalar) - Static method in class org.opencv.core.Core
- copyProvidedLibs(File) - Static method in class org.sikuli.util.LinuxSupport
- copyTo(int) - Method in class org.sikuli.script.Location
-
new point with same offset to current screen's top left on given screen
- copyTo(int) - Method in class org.sikuli.script.Region
-
new region with same offset to current screen's top left on given screen
- copyTo(Mat) - Method in class org.opencv.core.Mat
- copyTo(Mat, Mat) - Method in class org.opencv.core.Mat
- copyTo(IScreen) - Method in class org.sikuli.script.Location
-
New point with same offset to current screen's top left on given screen
- copyTo(IScreen) - Method in class org.sikuli.script.Region
-
new region with same offset to current screen's top left on given screen
- Core - Class in org.opencv.core
- Core() - Constructor for class org.opencv.core.Core
- Core.MinMaxLocResult - Class in org.opencv.core
- cornerEigenValsAndVecs(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- cornerEigenValsAndVecs(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- cornerHarris(Mat, Mat, int, int, double) - Static method in class org.opencv.imgproc.Imgproc
- cornerHarris(Mat, Mat, int, int, double, int) - Static method in class org.opencv.imgproc.Imgproc
- cornerMinEigenVal(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- cornerMinEigenVal(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- cornerMinEigenVal(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- cornerSubPix(Mat, Mat, Size, Size, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
- COUNT - Static variable in class org.opencv.core.TermCriteria
-
The maximum number of iterations or elements to compute
- countNonZero(Mat) - Static method in class org.opencv.core.Core
- COVAR_COLS - Static variable in class org.opencv.core.Core
- COVAR_NORMAL - Static variable in class org.opencv.core.Core
- COVAR_ROWS - Static variable in class org.opencv.core.Core
- COVAR_SCALE - Static variable in class org.opencv.core.Core
- COVAR_SCRAMBLED - Static variable in class org.opencv.core.Core
- COVAR_USE_AVG - Static variable in class org.opencv.core.Core
- crash() - Method in class org.sikuli.script.support.RunTime
- create() - Static method in class org.opencv.features2d.AgastFeatureDetector
- create() - Static method in class org.opencv.features2d.AKAZE
- create() - Static method in class org.opencv.features2d.BFMatcher
- create() - Static method in class org.opencv.features2d.BRISK
- create() - Static method in class org.opencv.features2d.FastFeatureDetector
- create() - Static method in class org.opencv.features2d.FlannBasedMatcher
- create() - Static method in class org.opencv.features2d.GFTTDetector
- create() - Static method in class org.opencv.features2d.KAZE
- create() - Static method in class org.opencv.features2d.MSER
- create() - Static method in class org.opencv.features2d.ORB
- create(boolean, boolean, float, int, int, int) - Static method in class org.opencv.features2d.KAZE
- create(int) - Static method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- create(int) - Static method in class org.opencv.features2d.DescriptorMatcher
- create(int) - Static method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- create(int, boolean) - Static method in class org.opencv.features2d.BFMatcher
- create(int, boolean, int) - Static method in class org.opencv.features2d.AgastFeatureDetector
- create(int, boolean, int) - Static method in class org.opencv.features2d.FastFeatureDetector
- create(int, double, double, int, boolean, double) - Static method in class org.opencv.features2d.GFTTDetector
- create(int, double, double, int, int) - Static method in class org.opencv.features2d.GFTTDetector
- create(int, double, double, int, int, boolean, double) - Static method in class org.opencv.features2d.GFTTDetector
- create(int, float, int, int, int, int, int, int, int) - Static method in class org.opencv.features2d.ORB
- create(int, int, float) - Static method in class org.opencv.features2d.BRISK
- create(int, int, int) - Method in class org.opencv.core.Mat
- create(int, int, int, double, double, int, double, double, int) - Static method in class org.opencv.features2d.MSER
- create(int, int, int, float, int, int, int) - Static method in class org.opencv.features2d.AKAZE
- create(int, int, int, int) - Static method in class org.sikuli.script.Region
-
Create a region with the provided top left corner and size
- create(int, int, int, int, IScreen) - Static method in class org.sikuli.script.Region
-
Create a region with the provided top left corner and size
- create(int, int, MatOfFloat, MatOfInt) - Static method in class org.opencv.features2d.BRISK
- create(int, int, MatOfFloat, MatOfInt, float, float, MatOfInt) - Static method in class org.opencv.features2d.BRISK
- create(Rectangle) - Static method in class org.sikuli.script.Region
-
Create a region from a Rectangle
- create(Rectangle, IScreen) - Static method in class org.sikuli.script.Region
-
Create a region from a Rectangle on a given Screen
- create(File) - Static method in class org.sikuli.script.Image
-
create a new image from the given file
file ending .png is added if missing (currently valid: png, jpg, jpeg)
relative filename: [...path.../]name[.png] is searched on current image path
absolute filename is taken as is if image exists, it is loaded to cache
already loaded image with same name (given path) is reused (taken from cache) - create(String) - Static method in class org.opencv.features2d.DescriptorMatcher
- create(String) - Static method in class org.sikuli.script.Image
-
create a new image from a filename
file ending .png is added if missing (currently valid: png, jpg, jpeg)
relative filename: [...path.../]name[.png] is searched on current image path
absolute filename is taken as is if image exists, it is loaded to cache
already loaded image with same name (given path) is reused (taken from cache) - create(URL) - Static method in class org.sikuli.script.Image
-
create a new image from the given url
file ending .png is added if missing
filename: ...url-path... - create(MatOfFloat, MatOfInt) - Static method in class org.opencv.features2d.BRISK
- create(MatOfFloat, MatOfInt, float, float, MatOfInt) - Static method in class org.opencv.features2d.BRISK
- create(Size, int) - Method in class org.opencv.core.Mat
- create(Image) - Static method in class org.sikuli.script.Image
-
create a new Image as copy of the given Image
- create(Location, int, int) - Static method in class org.sikuli.script.Region
-
Create a region with the provided top left corner and size
- create(Location, int, int, int, int) - Static method in class org.sikuli.script.Region
-
create a region with a corner at the given point
as specified with x y
0 0 top left
0 1 bottom left
1 0 top right
1 1 bottom right - create(Match, IScreen) - Static method in class org.sikuli.script.Match
- create(Pattern) - Static method in class org.sikuli.script.Image
-
create a new Image with Pattern aspects from an existing Pattern
- create(Region) - Static method in class org.sikuli.script.Region
-
Create a region from another region
including the region's settings - createCircleAnimation(Visual, Point, float) - Static method in class org.sikuli.guide.AnimationFactory
- createCLAHE() - Static method in class org.opencv.imgproc.Imgproc
- createCLAHE(double, Size) - Static method in class org.opencv.imgproc.Imgproc
- createErrorMessage(Region, Image) - Static method in exception org.sikuli.script.FindFailed
- createHanningWindow(Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
- createJFrame(String, int) - Static method in class org.opencv.highgui.HighGui
- createKeyTable() - Static method in class org.sikuli.script.Key
-
INTERNAL USE ONLY create a table containing all relevant key, keycode and keytext settings for VK_xxx
- createLineSegmentDetector() - Static method in class org.opencv.imgproc.Imgproc
- createLineSegmentDetector(int, double, double, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- createMoveAnimator(int, int) - Method in class org.sikuli.guide.Visual
- createOpacityAnimation(Visual, float, float) - Static method in class org.sikuli.guide.AnimationFactory
- createResponder(Socket) - Method in class se.vidstige.jadb.server.AdbServer
- createResponder(Socket) - Method in class se.vidstige.jadb.server.SocketServer
- createShadowImage() - Method in class org.sikuli.guide.ShadowRenderer
- createSlidingAnimator(int, int) - Method in class org.sikuli.guide.Visual
- createSubimage(BufferedImage, Rectangle) - Static method in class org.sikuli.script.Image
- createTempDir() - Static method in class org.sikuli.basics.FileManager
- createTempDir(String) - Static method in class org.sikuli.basics.FileManager
- createTempFile(String) - Static method in class org.sikuli.basics.FileManager
- createTempFile(String, String) - Static method in class org.sikuli.basics.FileManager
- createThumbNail(String) - Static method in class org.sikuli.script.Image
-
FOR INTERNAL USE: from IDE - suppresses load error message
- cross(Mat) - Method in class org.opencv.core.Mat
- cross(Point3) - Method in class org.opencv.core.Point3
- CTRL - Static variable in class org.sikuli.hotkey.Keys
- CTRL - Static variable in class org.sikuli.hotkey.Keys.Modifier
- CTRL - Static variable in class org.sikuli.script.Key
- CTRL - Static variable in class org.sikuli.script.KeyModifier
- cubeRoot(float) - Static method in class org.opencv.core.Core
- CUBIC - org.sikuli.script.Image.Interpolation
- curID - Variable in class org.sikuli.script.Screen
- current - Variable in class org.sikuli.guide.SxBeam
- currentLayout - Variable in class org.sikuli.guide.Visual
- CV - Static variable in class org.sikuli.script.Region
- CV_16S - Static variable in class org.opencv.core.CvType
- CV_16SC(int) - Static method in class org.opencv.core.CvType
- CV_16SC1 - Static variable in class org.opencv.core.CvType
- CV_16SC2 - Static variable in class org.opencv.core.CvType
- CV_16SC3 - Static variable in class org.opencv.core.CvType
- CV_16SC4 - Static variable in class org.opencv.core.CvType
- CV_16U - Static variable in class org.opencv.core.CvType
- CV_16UC(int) - Static method in class org.opencv.core.CvType
- CV_16UC1 - Static variable in class org.opencv.core.CvType
- CV_16UC2 - Static variable in class org.opencv.core.CvType
- CV_16UC3 - Static variable in class org.opencv.core.CvType
- CV_16UC4 - Static variable in class org.opencv.core.CvType
- CV_32F - Static variable in class org.opencv.core.CvType
- CV_32FC(int) - Static method in class org.opencv.core.CvType
- CV_32FC1 - Static variable in class org.opencv.core.CvType
- CV_32FC2 - Static variable in class org.opencv.core.CvType
- CV_32FC3 - Static variable in class org.opencv.core.CvType
- CV_32FC4 - Static variable in class org.opencv.core.CvType
- CV_32S - Static variable in class org.opencv.core.CvType
- CV_32SC(int) - Static method in class org.opencv.core.CvType
- CV_32SC1 - Static variable in class org.opencv.core.CvType
- CV_32SC2 - Static variable in class org.opencv.core.CvType
- CV_32SC3 - Static variable in class org.opencv.core.CvType
- CV_32SC4 - Static variable in class org.opencv.core.CvType
- CV_64F - Static variable in class org.opencv.core.CvType
- CV_64FC(int) - Static method in class org.opencv.core.CvType
- CV_64FC1 - Static variable in class org.opencv.core.CvType
- CV_64FC2 - Static variable in class org.opencv.core.CvType
- CV_64FC3 - Static variable in class org.opencv.core.CvType
- CV_64FC4 - Static variable in class org.opencv.core.CvType
- CV_8S - Static variable in class org.opencv.core.CvType
- CV_8SC(int) - Static method in class org.opencv.core.CvType
- CV_8SC1 - Static variable in class org.opencv.core.CvType
- CV_8SC2 - Static variable in class org.opencv.core.CvType
- CV_8SC3 - Static variable in class org.opencv.core.CvType
- CV_8SC4 - Static variable in class org.opencv.core.CvType
- CV_8U - Static variable in class org.opencv.core.CvType
- CV_8UC(int) - Static method in class org.opencv.core.CvType
- CV_8UC1 - Static variable in class org.opencv.core.CvType
- CV_8UC2 - Static variable in class org.opencv.core.CvType
- CV_8UC3 - Static variable in class org.opencv.core.CvType
- CV_8UC4 - Static variable in class org.opencv.core.CvType
- CV_BILATERAL - Static variable in class org.opencv.imgproc.Imgproc
- CV_BLUR - Static variable in class org.opencv.imgproc.Imgproc
- CV_BLUR_NO_SCALE - Static variable in class org.opencv.imgproc.Imgproc
- CV_CANNY_L2_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
- CV_CHAIN_CODE - Static variable in class org.opencv.imgproc.Imgproc
- CV_CLOCKWISE - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_BHATTACHARYYA - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_CHISQR - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_CHISQR_ALT - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_CORREL - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_HELLINGER - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_INTERSECT - Static variable in class org.opencv.imgproc.Imgproc
- CV_COMP_KL_DIV - Static variable in class org.opencv.imgproc.Imgproc
- CV_CONTOURS_MATCH_I1 - Static variable in class org.opencv.imgproc.Imgproc
- CV_CONTOURS_MATCH_I2 - Static variable in class org.opencv.imgproc.Imgproc
- CV_CONTOURS_MATCH_I3 - Static variable in class org.opencv.imgproc.Imgproc
- CV_COUNTER_CLOCKWISE - Static variable in class org.opencv.imgproc.Imgproc
- CV_CVTIMG_FLIP - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_CVTIMG_SWAP_RB - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_DIST_C - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_FAIR - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_HUBER - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_L1 - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_L12 - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_L2 - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_LABEL_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_LABEL_PIXEL - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_MASK_3 - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_MASK_5 - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_MASK_PRECISE - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_USER - Static variable in class org.opencv.imgproc.Imgproc
- CV_DIST_WELSCH - Static variable in class org.opencv.imgproc.Imgproc
- CV_GAUSSIAN - Static variable in class org.opencv.imgproc.Imgproc
- CV_GAUSSIAN_5x5 - Static variable in class org.opencv.imgproc.Imgproc
- CV_HOUGH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
- CV_HOUGH_MULTI_SCALE - Static variable in class org.opencv.imgproc.Imgproc
- CV_HOUGH_PROBABILISTIC - Static variable in class org.opencv.imgproc.Imgproc
- CV_HOUGH_STANDARD - Static variable in class org.opencv.imgproc.Imgproc
- CV_IMWRITE_EXR_TYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_JPEG_CHROMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_JPEG_LUMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_JPEG_OPTIMIZE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_JPEG_PROGRESSIVE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_JPEG_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_JPEG_RST_INTERVAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_FORMAT_BLACKANDWHITE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_FORMAT_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_FORMAT_GRAYSCALE_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_FORMAT_NULL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_FORMAT_RGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_FORMAT_RGB_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PAM_TUPLETYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_BILEVEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_STRATEGY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_STRATEGY_DEFAULT - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_STRATEGY_FILTERED - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_STRATEGY_FIXED - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PNG_STRATEGY_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_PXM_BINARY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_IMWRITE_WEBP_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_LINK_RUNS - Static variable in class org.opencv.imgproc.Imgproc
- CV_LOAD_IMAGE_ANYCOLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_LOAD_IMAGE_ANYDEPTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_LOAD_IMAGE_COLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_LOAD_IMAGE_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_LOAD_IMAGE_IGNORE_ORIENTATION - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_LOAD_IMAGE_UNCHANGED - Static variable in class org.opencv.imgcodecs.Imgcodecs
- CV_MAX_SOBEL_KSIZE - Static variable in class org.opencv.imgproc.Imgproc
- CV_MEDIAN - Static variable in class org.opencv.imgproc.Imgproc
- CV_mRGBA2RGBA - Static variable in class org.opencv.imgproc.Imgproc
- CV_POLY_APPROX_DP - Static variable in class org.opencv.imgproc.Imgproc
- CV_RGBA2mRGBA - Static variable in class org.opencv.imgproc.Imgproc
- CV_SCHARR - Static variable in class org.opencv.imgproc.Imgproc
- CV_SHAPE_CROSS - Static variable in class org.opencv.imgproc.Imgproc
- CV_SHAPE_CUSTOM - Static variable in class org.opencv.imgproc.Imgproc
- CV_SHAPE_ELLIPSE - Static variable in class org.opencv.imgproc.Imgproc
- CV_SHAPE_RECT - Static variable in class org.opencv.imgproc.Imgproc
- CV_USRTYPE1 - Static variable in class org.opencv.core.CvType
- CV_WARP_FILL_OUTLIERS - Static variable in class org.opencv.imgproc.Imgproc
- CV_WARP_INVERSE_MAP - Static variable in class org.opencv.imgproc.Imgproc
- CvException - Exception in org.opencv.core
- CvException(String) - Constructor for exception org.opencv.core.CvException
- cvtColor(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- cvtColor(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- cvtColorTwoPlane(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- CvType - Class in org.opencv.core
- CvType() - Constructor for class org.opencv.core.CvType
D
- dataAddr() - Method in class org.opencv.core.Mat
- dataPath() - Method in class org.sikuli.script.OCR.Options
-
get the current datapath in this Options.
- dataPath(String) - Method in class org.sikuli.script.OCR.Options
-
Set folder for Tesseract to find language and configs files.
- dct(Mat, Mat) - Static method in class org.opencv.core.Core
- dct(Mat, Mat, int) - Static method in class org.opencv.core.Core
- DCT_INVERSE - Static variable in class org.opencv.core.Core
- DCT_ROWS - Static variable in class org.opencv.core.Core
- Debug - Class in org.sikuli.basics
-
Debug is a utility class that wraps println statements and allows more or less command line output to be turned on.
For debug messages only ( Debug.log() ):
Use system property: sikuli.Debug to set the debug level (default = 1)
On the command line, use -Dsikuli.Debug=n to set it to level n
-Dsikuli.Debug will disable any debug messages
(which is equivalent to using Settings.Debuglogs = false)
It prints if the level number is less than or equal to the currently set DEBUG_LEVEL.
For messages ActionLogs, InfoLogs see Settings
You might send all messages generated by this class to a file:
-Dsikuli.Logfile=pathname (no path given: SikuliLog.txt in working folder)
This can be restricted to Debug.user only (others go to System.out):
-Dsikuli.LogfileUser=pathname (no path given: UserLog.txt in working folder)
You might redirect info, action, error and debug messages to your own logger object
Start with setLogger() and then define with setLoggerXyz() the redirection targets This solution is NOT threadsafe !!! - Debug() - Constructor for class org.sikuli.basics.Debug
- DEBUG - org.sikuli.util.CommandArgsEnum
-
set debug level
- DebugLogs - Static variable in class org.sikuli.basics.Settings
- DECIMAL - Static variable in class org.sikuli.hotkey.Keys
- DECIMAL - Static variable in class org.sikuli.script.Key
- DECOMP_CHOLESKY - Static variable in class org.opencv.core.Core
- DECOMP_EIG - Static variable in class org.opencv.core.Core
- DECOMP_LU - Static variable in class org.opencv.core.Core
- DECOMP_NORMAL - Static variable in class org.opencv.core.Core
- DECOMP_QR - Static variable in class org.opencv.core.Core
- DECOMP_SVD - Static variable in class org.opencv.core.Core
- DEFAULT - org.sikuli.script.OCR.OEM
- DEFAULT_CONSOLE_CSS - Static variable in class org.sikuli.basics.PreferencesUser
- DEFAULT_NLEVELS - Static variable in class org.opencv.objdetect.HOGDescriptor
- DEFAULT_PORT - Static variable in class se.vidstige.jadb.server.AdbServer
- defaultDataPath - Static variable in class org.sikuli.script.OCR.Options
- DefaultHighlightColor - Static variable in class org.sikuli.basics.Settings
- DefaultHighlightTime - Static variable in class org.sikuli.basics.Settings
- defaultNorm() - Method in class org.opencv.features2d.Feature2D
- DefaultPadding - Static variable in class org.sikuli.basics.Settings
- defColor - Static variable in class org.sikuli.guide.Visual
- defColorBack - Static variable in class org.sikuli.guide.Visual
- defColorFrame - Static variable in class org.sikuli.guide.Visual
- defColorFront - Static variable in class org.sikuli.guide.Visual
- defColorText - Static variable in class org.sikuli.guide.Visual
- defFont - Static variable in class org.sikuli.guide.Visual
- defFontSize - Static variable in class org.sikuli.guide.Visual
- defStroke - Static variable in class org.sikuli.guide.Visual
- delay(int) - Method in class org.sikuli.android.ADBRobot
- delay(int) - Static method in class org.sikuli.script.support.Device
- delay(int) - Method in interface org.sikuli.script.support.IRobot
- delay(int) - Method in class org.sikuli.script.support.RobotDesktop
- DelayAfterDrag - Static variable in class org.sikuli.basics.Settings
- DelayBeforeDrag - Static variable in class org.sikuli.basics.Settings
- DelayBeforeDrop - Static variable in class org.sikuli.basics.Settings
- DelayBeforeMouseDown - Static variable in class org.sikuli.basics.Settings
- delayClick(int) - Method in class org.sikuli.script.Region
-
time in milliseconds to delay between button down/up at next click only (max 1000)
- delayType(int) - Method in class org.sikuli.script.Region
-
time in milliseconds to delay between each character at next type only (max 1000)
- DelayValue - Static variable in class org.sikuli.basics.Settings
- delete() - Method in class org.sikuli.script.Image
- DELETE - Static variable in class org.sikuli.hotkey.Keys
- DELETE - Static variable in class org.sikuli.script.Key
- deleteFileOrFolder(File) - Static method in class org.sikuli.basics.FileManager
- deleteFileOrFolder(File, FileManager.FileFilter) - Static method in class org.sikuli.basics.FileManager
- deleteFileOrFolder(String) - Static method in class org.sikuli.basics.FileManager
- deleteFileOrFolder(String, FileManager.FileFilter) - Static method in class org.sikuli.basics.FileManager
- deleteNotUsedImages(String, Set<String>) - Static method in class org.sikuli.basics.FileManager
- deleteTempDir(String) - Static method in class org.sikuli.basics.FileManager
- demosaicing(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- demosaicing(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- DENSE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- depth() - Method in class org.opencv.core.Mat
- depth(int) - Static method in class org.opencv.core.CvType
- deregisterComponent(Component...) - Method in class org.sikuli.guide.ComponentMover
-
Remove listeners from the specified component
- description() - Method in enum org.sikuli.util.CommandArgsEnum
-
Description for the param
- DESCRIPTOR_KAZE - Static variable in class org.opencv.features2d.AKAZE
- DESCRIPTOR_KAZE_UPRIGHT - Static variable in class org.opencv.features2d.AKAZE
- DESCRIPTOR_MLDB - Static variable in class org.opencv.features2d.AKAZE
- DESCRIPTOR_MLDB_UPRIGHT - Static variable in class org.opencv.features2d.AKAZE
- DescriptorExtractor - Class in org.opencv.features2d
-
Deprecated.
- DescriptorExtractor(long) - Constructor for class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- DescriptorMatcher - Class in org.opencv.features2d
- DescriptorMatcher(long) - Constructor for class org.opencv.features2d.DescriptorMatcher
- descriptorsCount() - Method in class org.opencv.features2d.BOWTrainer
- descriptorSize() - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- descriptorSize() - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- descriptorSize() - Method in class org.opencv.features2d.Feature2D
- descriptorType() - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- descriptorType() - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- descriptorType() - Method in class org.opencv.features2d.Feature2D
- destroy() - Method in class org.sikuli.script.Finder
- destroyAllWindows() - Static method in class org.opencv.highgui.HighGui
- destroyWindow(String) - Static method in class org.opencv.highgui.HighGui
- detach(String...) - Static method in class org.sikuli.script.runners.ProcessRunner
- detach(List<String>) - Static method in class org.sikuli.script.runners.ProcessRunner
- detect(List<Mat>, List<MatOfKeyPoint>) - Method in class org.opencv.features2d.Feature2D
- detect(List<Mat>, List<MatOfKeyPoint>) - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- detect(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.Feature2D
- detect(List<Mat>, List<MatOfKeyPoint>, List<Mat>) - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- detect(Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
- detect(Mat, MatOfKeyPoint) - Method in class org.opencv.features2d.Feature2D
- detect(Mat, MatOfKeyPoint) - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- detect(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.Feature2D
- detect(Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- detect(Mat, MatOfPoint, MatOfDouble) - Method in class org.opencv.objdetect.HOGDescriptor
- detect(Mat, MatOfPoint, MatOfDouble, double, Size, Size, MatOfPoint) - Method in class org.opencv.objdetect.HOGDescriptor
- detect(Mat, Mat, Mat, Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
- detectAndCompute(Mat, Mat, MatOfKeyPoint, Mat) - Method in class org.opencv.features2d.Feature2D
- detectAndCompute(Mat, Mat, MatOfKeyPoint, Mat, boolean) - Method in class org.opencv.features2d.Feature2D
- detectMultiScale(Mat, MatOfRect) - Method in class org.opencv.objdetect.CascadeClassifier
- detectMultiScale(Mat, MatOfRect, double, int, int, Size, Size) - Method in class org.opencv.objdetect.CascadeClassifier
- detectMultiScale(Mat, MatOfRect, MatOfDouble) - Method in class org.opencv.objdetect.HOGDescriptor
- detectMultiScale(Mat, MatOfRect, MatOfDouble, double, Size, Size, double, double, boolean) - Method in class org.opencv.objdetect.HOGDescriptor
- detectMultiScale2(Mat, MatOfRect, MatOfInt) - Method in class org.opencv.objdetect.CascadeClassifier
- detectMultiScale2(Mat, MatOfRect, MatOfInt, double, int, int, Size, Size) - Method in class org.opencv.objdetect.CascadeClassifier
- detectMultiScale3(Mat, MatOfRect, MatOfInt, MatOfDouble) - Method in class org.opencv.objdetect.CascadeClassifier
- detectMultiScale3(Mat, MatOfRect, MatOfInt, MatOfDouble, double, int, int, Size, Size, boolean) - Method in class org.opencv.objdetect.CascadeClassifier
- detectRegions(Mat, List<MatOfPoint>, MatOfRect) - Method in class org.opencv.features2d.MSER
- determinant(Mat) - Static method in class org.opencv.core.Core
- Device - Class in org.sikuli.script.support
-
EXPERIMENTAL --- INTERNAL USE ONLY
is not official API --- will not be in version 2 - Device(Mouse) - Constructor for class org.sikuli.script.support.Device
- Device(Screen) - Constructor for class org.sikuli.script.support.Device
- dft(Mat, Mat) - Static method in class org.opencv.core.Core
- dft(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
- DFT_COMPLEX_INPUT - Static variable in class org.opencv.core.Core
- DFT_COMPLEX_OUTPUT - Static variable in class org.opencv.core.Core
- DFT_INVERSE - Static variable in class org.opencv.core.Core
- DFT_REAL_OUTPUT - Static variable in class org.opencv.core.Core
- DFT_ROWS - Static variable in class org.opencv.core.Core
- DFT_SCALE - Static variable in class org.opencv.core.Core
- diag() - Method in class org.opencv.core.Mat
- diag(int) - Method in class org.opencv.core.Mat
- diag(Mat) - Static method in class org.opencv.core.Mat
- DIFF_CHARBONNIER - Static variable in class org.opencv.features2d.KAZE
- DIFF_PM_G1 - Static variable in class org.opencv.features2d.KAZE
- DIFF_PM_G2 - Static variable in class org.opencv.features2d.KAZE
- DIFF_WEICKERT - Static variable in class org.opencv.features2d.KAZE
- dilate(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- dilate(Mat, Mat, Mat, Point, int) - Static method in class org.opencv.imgproc.Imgproc
- dilate(Mat, Mat, Mat, Point, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- dims() - Method in class org.opencv.core.Mat
- DIRECTION_EAST - Static variable in class org.sikuli.guide.SxBracket
- DIRECTION_EAST - Static variable in class org.sikuli.guide.SxFlag
- DIRECTION_NORTH - Static variable in class org.sikuli.guide.SxBracket
- DIRECTION_NORTH - Static variable in class org.sikuli.guide.SxFlag
- DIRECTION_SOUTH - Static variable in class org.sikuli.guide.SxBracket
- DIRECTION_SOUTH - Static variable in class org.sikuli.guide.SxFlag
- DIRECTION_WEST - Static variable in class org.sikuli.guide.SxBracket
- DIRECTION_WEST - Static variable in class org.sikuli.guide.SxFlag
- dismiss() - Method in class org.sikuli.guide.TransitionDialog
- display - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- display - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- displaySplash(String[]) - Static method in class org.sikuli.basics.SplashFrame
- displaySplashFirstTime(String[]) - Static method in class org.sikuli.basics.SplashFrame
- DIST_C - Static variable in class org.opencv.imgproc.Imgproc
- DIST_FAIR - Static variable in class org.opencv.imgproc.Imgproc
- DIST_HUBER - Static variable in class org.opencv.imgproc.Imgproc
- DIST_L1 - Static variable in class org.opencv.imgproc.Imgproc
- DIST_L12 - Static variable in class org.opencv.imgproc.Imgproc
- DIST_L2 - Static variable in class org.opencv.imgproc.Imgproc
- DIST_LABEL_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
- DIST_LABEL_PIXEL - Static variable in class org.opencv.imgproc.Imgproc
- DIST_MASK_3 - Static variable in class org.opencv.imgproc.Imgproc
- DIST_MASK_5 - Static variable in class org.opencv.imgproc.Imgproc
- DIST_MASK_PRECISE - Static variable in class org.opencv.imgproc.Imgproc
- DIST_USER - Static variable in class org.opencv.imgproc.Imgproc
- DIST_WELSCH - Static variable in class org.opencv.imgproc.Imgproc
- distance - Variable in class org.opencv.core.DMatch
- DistanceComparator - Class in org.sikuli.script.compare
-
Compares the Regions by distance to a point.
- DistanceComparator(int, int) - Constructor for class org.sikuli.script.compare.DistanceComparator
-
Constructor for class DistanceComparator.
- DistanceComparator(Location) - Constructor for class org.sikuli.script.compare.DistanceComparator
-
Constructor for class DistanceComparator.
- DistanceComparator(Region) - Constructor for class org.sikuli.script.compare.DistanceComparator
-
Constructor for class DistanceComparator.
- distanceTransform(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- distanceTransform(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- distanceTransformWithLabels(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- distanceTransformWithLabels(Mat, Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- divide(double, Mat, Mat) - Static method in class org.opencv.core.Core
- divide(double, Mat, Mat, int) - Static method in class org.opencv.core.Core
- divide(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- divide(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
- divide(Mat, Mat, Mat, double, int) - Static method in class org.opencv.core.Core
- divide(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- divide(Mat, Scalar, Mat, double) - Static method in class org.opencv.core.Core
- divide(Mat, Scalar, Mat, double, int) - Static method in class org.opencv.core.Core
- DIVIDE - Static variable in class org.sikuli.hotkey.Keys
- DIVIDE - Static variable in class org.sikuli.script.Key
- DMatch - Class in org.opencv.core
-
Structure for matching: query descriptor index, train descriptor index, train image index and distance between descriptors.
- DMatch() - Constructor for class org.opencv.core.DMatch
- DMatch(int, int, float) - Constructor for class org.opencv.core.DMatch
- DMatch(int, int, int, float) - Constructor for class org.opencv.core.DMatch
- doAbort() - Method in class org.sikuli.script.runners.AbstractScriptRunner
-
Interrupts the worker thread.
- doAbort() - Method in class org.sikuli.script.runners.JRubyRunner
- doAbort() - Method in class org.sikuli.script.runners.NetworkRunner
- doAbort() - Method in class org.sikuli.script.runners.SikulixRunner
- doAbort() - Method in class org.sikuli.script.runners.ZipRunner
- doAbort() - Method in class org.sikuli.util.AbortableScriptRunnerWrapper
- doClose() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- doClose() - Method in class org.sikuli.script.runners.JRubyRunner
- doClose() - Method in class org.sikuli.script.runners.JythonRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.AppleScriptRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.JavaScriptRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.JRubyRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.JythonRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.PowershellRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.RobotRunner
- doEvalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.SilkulixGitTestRunner
- doExtractToFolderWithList(String, File, List<String>) - Method in class org.sikuli.script.support.RunTime
- doHighlight(double, String) - Method in class org.sikuli.script.Region
- doInit(String[]) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- doInit(String[]) - Method in class org.sikuli.script.runners.JavaScriptRunner
- doInit(String[]) - Method in class org.sikuli.script.runners.JRubyRunner
- doInit(String[]) - Method in class org.sikuli.script.runners.JythonRunner
- doInit(String[]) - Method in class org.sikuli.script.runners.RobotRunner
- doOCR(BufferedImage) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.readText() instead
- doOCR(ScreenImage) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.readText() instead
- doPrompt(String, EventObserver) - Static method in class org.sikuli.script.Screen
- doRead(SFIRBS) - Method in class org.sikuli.script.TextRecognizer
- doRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- doRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runners.JavaScriptRunner
- doRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runners.JRubyRunner
- doRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runners.JythonRunner
- doRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runners.PythonRunner
- doResourceListWithList(String, List<String>, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
- doRunLines(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- doRunLines(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.JRubyRunner
- doRunLines(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.JythonRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.AppleScriptRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.InvalidRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.JavaScriptRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.JRubyRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.JythonRunner
-
Executes the jythonscript
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.NetworkRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.PowershellRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.PythonRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.SikulixRunner
- doRunScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.ZipRunner
- doShow() - Method in class org.sikuli.util.Highlight
- doShow(double) - Method in class org.sikuli.util.Highlight
- dot(Mat) - Method in class org.opencv.core.Mat
- dot(Point) - Method in class org.opencv.core.Point
- dot(Point3) - Method in class org.opencv.core.Point3
- dotPNG - Static variable in class org.sikuli.script.Finder.Finder2
- doubleClick() - Method in class org.sikuli.script.Location
-
Move the mouse to this location point and double click left
- doubleClick() - Method in class org.sikuli.script.Region
-
double click at the region's last successful match
use center if no lastMatch
if region is a match: click targetOffset - doubleClick(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
move the mouse with hover() and double click using the left button
- doubleClick(PFRML) - Method in class org.sikuli.script.Region
-
double click at the given target location
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - doubleClick(PFRML, Integer) - Method in class org.sikuli.script.Region
-
double click at the given target location
holding down the given modifier keys
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - down(int) - Static method in class org.sikuli.script.Mouse
-
press and hold the given buttons
Button - down(int, Region) - Static method in class org.sikuli.script.Mouse
- DOWN - Static variable in class org.sikuli.hotkey.Keys
- DOWN - Static variable in class org.sikuli.script.Key
- downloadURL(String, String) - Static method in class org.sikuli.basics.FileManager
-
download a file at the given url to a local folder
- downloadURL(String, String, JFrame) - Static method in class org.sikuli.basics.FileManager
- downloadURL(URL, String) - Static method in class org.sikuli.basics.FileManager
-
download a file at the given url to a local folder
- downloadURLtoString(String) - Static method in class org.sikuli.basics.FileManager
- downloadURLtoString(URL) - Static method in class org.sikuli.basics.FileManager
- downloadURLtoString(URL, boolean) - Static method in class org.sikuli.basics.FileManager
- drag(PFRML) - Method in class org.sikuli.script.Region
-
Prepare a drag action: move mouse to given target
press and hold left mouse button
wait Settings.DelayAfterDrag - dragDrop(PFRML) - Method in class org.sikuli.script.Region
-
Drag from region's last match and drop at given target
applying Settings.DelayAfterDrag and DelayBeforeDrop
using left mouse button - dragDrop(PFRML, PFRML) - Method in class org.sikuli.script.Region
-
Drag from a position and drop to another using left mouse button
applying Settings.DelayAfterDrag and DelayBeforeDrop - DRAW_OVER_OUTIMG - Static variable in class org.opencv.features2d.Features2d
- DRAW_RICH_KEYPOINTS - Static variable in class org.opencv.features2d.Features2d
- drawContours(Mat, List<MatOfPoint>, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- drawContours(Mat, List<MatOfPoint>, int, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- drawContours(Mat, List<MatOfPoint>, int, Scalar, int, int, Mat, int, Point) - Static method in class org.opencv.imgproc.Imgproc
- drawKeypoints(Mat, MatOfKeyPoint, Mat) - Static method in class org.opencv.features2d.Features2d
- drawKeypoints(Mat, MatOfKeyPoint, Mat, Scalar, int) - Static method in class org.opencv.features2d.Features2d
- drawMarker(Mat, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- drawMarker(Mat, Point, Scalar, int, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- drawMatches(Mat, MatOfKeyPoint, Mat, MatOfKeyPoint, MatOfDMatch, Mat) - Static method in class org.opencv.features2d.Features2d
- drawMatches(Mat, MatOfKeyPoint, Mat, MatOfKeyPoint, MatOfDMatch, Mat, Scalar, Scalar, MatOfByte, int) - Static method in class org.opencv.features2d.Features2d
- drawMatches2(Mat, MatOfKeyPoint, Mat, MatOfKeyPoint, List<MatOfDMatch>, Mat) - Static method in class org.opencv.features2d.Features2d
- drawMatches2(Mat, MatOfKeyPoint, Mat, MatOfKeyPoint, List<MatOfDMatch>, Mat, Scalar, Scalar, List<MatOfByte>, int) - Static method in class org.opencv.features2d.Features2d
- drawMatchesKnn(Mat, MatOfKeyPoint, Mat, MatOfKeyPoint, List<MatOfDMatch>, Mat) - Static method in class org.opencv.features2d.Features2d
- drawMatchesKnn(Mat, MatOfKeyPoint, Mat, MatOfKeyPoint, List<MatOfDMatch>, Mat, Scalar, Scalar, List<MatOfByte>, int) - Static method in class org.opencv.features2d.Features2d
- drawRayPolygon(Graphics, Point, Rectangle) - Method in class org.sikuli.guide.SxBeam
- drawRayPolygon1(Graphics, Point, Rectangle) - Method in class org.sikuli.guide.SxBeam
- drawSegments(Mat, Mat) - Method in class org.opencv.imgproc.LineSegmentDetector
- dropAt(PFRML) - Method in class org.sikuli.script.Region
-
finalize a drag action with a drop: move mouse to given target
wait Settings.DelayBeforeDrop
before releasing the left mouse button - dump() - Method in class org.opencv.core.Mat
- dump() - Static method in class org.sikuli.hotkey.Keys
- dump() - Static method in class org.sikuli.script.Image
-
Print the current state of the cache
- dump() - Static method in class org.sikuli.script.Key
- dump(int) - Static method in class org.sikuli.script.Image
-
Print the current state of the cache, verbosity depends on debug level
- dump(int) - Static method in class org.sikuli.script.ImagePath
-
print the list of path entries
- dumpClassPath() - Method in class org.sikuli.script.support.RunTime
-
print the current classpath entries to sysout
- dumpClassPath(String) - Method in class org.sikuli.script.support.RunTime
-
print the current classpath entries to sysout whose path name contain the given string
- dumpOptions() - Method in class org.sikuli.script.Options
-
all options and their values written to sysout as key = value
- dumpsys(String) - Method in class org.sikuli.android.ADBDevice
- dumpSysProps() - Method in class org.sikuli.script.support.RunTime
-
print the current java system properties key-value pairs sorted by key
- dumpSysProps(String) - Method in class org.sikuli.script.support.RunTime
-
print the current java system properties key-value pairs sorted by key but only keys containing filter
- DYNAMIC_AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_BRISK - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_DENSE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_FAST - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_HARRIS - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_MSER - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_ORB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- DYNAMIC_SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
E
- EAST - Static variable in class org.sikuli.script.Region
- EAST_MID - Static variable in class org.sikuli.script.Region
- EAST_NORTH - Static variable in class org.sikuli.script.Region
- EAST_SOUTH - Static variable in class org.sikuli.script.Region
- edgeDst(int) - Method in class org.opencv.imgproc.Subdiv2D
- edgeDst(int, Point) - Method in class org.opencv.imgproc.Subdiv2D
- edgeOrg(int) - Method in class org.opencv.imgproc.Subdiv2D
- edgeOrg(int, Point) - Method in class org.opencv.imgproc.Subdiv2D
- EDITOR - org.sikuli.script.App.Type
- EffectiveRunner() - Constructor for class org.sikuli.script.support.IScriptRunner.EffectiveRunner
- EffectiveRunner(IScriptRunner, String, Boolean) - Constructor for class org.sikuli.script.support.IScriptRunner.EffectiveRunner
- EH - Static variable in class org.sikuli.script.Region
- eigen(Mat, Mat) - Static method in class org.opencv.core.Core
- eigen(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- eigenNonSymmetric(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- ELBOW_X - Static variable in class org.sikuli.guide.SxArrow
- ELBOW_Y - Static variable in class org.sikuli.guide.SxArrow
- ELEM_SIZE(int) - Static method in class org.opencv.core.CvType
- Element - Class in org.sikuli.script
- Element() - Constructor for class org.sikuli.script.Element
- elemSize() - Method in class org.opencv.core.Mat
- elemSize1() - Method in class org.opencv.core.Mat
- ellipse(Mat, Point, Size, double, double, double, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- ellipse(Mat, Point, Size, double, double, double, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- ellipse(Mat, Point, Size, double, double, double, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- ellipse(Mat, RotatedRect, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- ellipse(Mat, RotatedRect, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- ellipse(Mat, RotatedRect, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
- ellipse2Poly(Point, Size, int, int, int, int, MatOfPoint) - Static method in class org.opencv.imgproc.Imgproc
- EM - Static variable in class org.sikuli.script.Region
- EMD(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- EMD(Mat, Mat, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- empty() - Method in class org.opencv.core.Algorithm
- empty() - Method in class org.opencv.core.Mat
- empty() - Method in class org.opencv.core.Range
- empty() - Method in class org.opencv.core.Rect
- empty() - Method in class org.opencv.core.Rect2d
- empty() - Method in class org.opencv.core.Size
- empty() - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- empty() - Method in class org.opencv.features2d.DescriptorMatcher
- empty() - Method in class org.opencv.features2d.Feature2D
- empty() - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- empty() - Method in class org.opencv.objdetect.CascadeClassifier
- EN - Static variable in class org.sikuli.script.Region
- end - Variable in class org.opencv.core.Range
- end - Variable in class org.sikuli.script.ScreenImage
- end() - Method in class org.sikuli.basics.Debug
-
stop timer and print timer message
log output depends on Settings.ProfileLogs - END - Static variable in class org.sikuli.hotkey.Keys
- END - Static variable in class org.sikuli.script.Key
- enter(String, Object...) - Static method in class org.sikuli.basics.Debug
-
profile convenience: entering a method
- ENTER - Static variable in class org.sikuli.hotkey.Keys
- ENTER - Static variable in class org.sikuli.script.Key
- Env - Class in org.sikuli.script
-
features moved to other classes, details below with the methods
- Env() - Constructor for class org.sikuli.script.Env
- EPS - Static variable in class org.opencv.core.TermCriteria
-
The desired accuracy threshold or change in parameters at which the iterative algorithm is terminated.
- epsilon - Variable in class org.opencv.core.TermCriteria
- equalizeHist(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- equals(Object) - Method in class org.opencv.core.Point
- equals(Object) - Method in class org.opencv.core.Point3
- equals(Object) - Method in class org.opencv.core.Range
- equals(Object) - Method in class org.opencv.core.Rect
- equals(Object) - Method in class org.opencv.core.Rect2d
- equals(Object) - Method in class org.opencv.core.RotatedRect
- equals(Object) - Method in class org.opencv.core.Scalar
- equals(Object) - Method in class org.opencv.core.Size
- equals(Object) - Method in class org.opencv.core.TermCriteria
- equals(Object) - Method in class org.sikuli.script.ImagePath.PathEntry
- equals(Object) - Method in class org.sikuli.script.Location
- equals(Object) - Method in class org.sikuli.script.Match
- equals(Object) - Method in class org.sikuli.script.ScreenImage
- equals(Object) - Method in class se.vidstige.jadb.managers.Package
- erode(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- erode(Mat, Mat, Mat, Point, int) - Static method in class org.opencv.imgproc.Imgproc
- erode(Mat, Mat, Mat, Point, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- error(String, Object...) - Static method in class org.sikuli.basics.Debug
-
Sikuli error messages
switch on/off: always on - error(String, Object...) - Static method in class org.sikuli.script.SX.Log
- error_code - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- ES - Static variable in class org.sikuli.script.Region
- ESC - Static variable in class org.sikuli.hotkey.Keys
- ESC - Static variable in class org.sikuli.script.Key
- evalArgs(String[]) - Static method in class org.sikuli.script.support.RunTime
- evalScript(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- evalScript(String, IScriptRunner.Options) - Method in interface org.sikuli.script.support.IScriptRunner
-
Evaluates the Script.
- eventClass - Variable in class com.tulskiy.keymaster.osx.Carbon.EventTypeSpec
- EventHotKeyID() - Constructor for class com.tulskiy.keymaster.osx.Carbon.EventHotKeyID
- eventKind - Variable in class com.tulskiy.keymaster.osx.Carbon.EventTypeSpec
- EventObserver - Interface in org.sikuli.util
-
INTRENAL USE
- EventSubject - Interface in org.sikuli.util
-
INTERNAL USE
- EventTypeSpec() - Constructor for class com.tulskiy.keymaster.osx.Carbon.EventTypeSpec
- exact() - Method in class org.sikuli.script.Pattern
-
sets the minimum Similarity to 0.99 which means exact match
- exec(String, String...) - Method in class org.sikuli.android.ADBDevice
- exec(String, String...) - Method in class org.sikuli.android.ADBScreen
- execAfter(String[]) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- execAfter(String[]) - Method in interface org.sikuli.script.support.IScriptRunner
-
add statements to be run after script has ended
- execBefore(String[]) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- execBefore(String[]) - Method in interface org.sikuli.script.support.IScriptRunner
-
add statements to be run after SCRIPT_HEADER, but before script is executed
- execute(String, int) - Static method in class org.sikuli.natives.CommandExecutorHelper
- executeScriptHeader(List<String>) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- executeScriptHeader(List<String>, String...) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- exists(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
wait for the given visual to appear within the given wait time
- exists(String) - Static method in class org.sikuli.basics.FileManager
- exists(PSI) - Method in class org.sikuli.script.Region
-
Check if target exists (with the default autoWaitTimeout), does not raise FindFailed
- exists(PSI, double) - Method in class org.sikuli.script.Region
-
Check if target exists with a specified timeout
timout = 0: returns immediately after first search, does not raise FindFailed - existsFile() - Method in class org.sikuli.script.ImagePath.PathEntry
- existsLibs() - Static method in class org.sikuli.util.LinuxSupport
- existsSysPathJar(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- existsSysPathModule(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- existsT(String) - Method in class org.sikuli.script.Element
- existsText(String) - Method in class org.sikuli.script.Element
- existsText(String) - Method in class org.sikuli.script.Region
- existsText(String, double) - Method in class org.sikuli.script.Region
- exit(String, Object...) - Static method in class org.sikuli.basics.Debug
-
profile convenience: exiting a method
- exp(Mat, Mat) - Static method in class org.opencv.core.Core
- experimental - Static variable in class org.sikuli.basics.Settings
- export() - Method in class org.sikuli.util.SikulixFileChooser
- exportLib() - Method in class org.sikuli.script.support.RunTime
- ExtensionManager - Class in org.sikuli.script.support
- ExtensionManagerFrame - Class in org.sikuli.script.support
- EXTENSIONS - Static variable in class org.sikuli.script.runners.AppleScriptRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.JarRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.JavaScriptRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.JRubyRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.JythonRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.PowershellRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.ProcessRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.PythonRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.RobotRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.ServerRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.SilkulixGitTestRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.SKLRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.TextRunner
- EXTENSIONS - Static variable in class org.sikuli.script.runners.ZipRunner
- extractChannel(Mat, Mat, int) - Static method in class org.opencv.core.Core
- extractMask(Mat, boolean) - Static method in class org.sikuli.script.Finder.Finder2
- extractResourcesToFolder(String, File, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
-
export all resource files from the given subtree on classpath to the given folder retaining the subtree
to export a specific file from classpath use extractResourceToFile or extractResourceToString - extractResourcesToFolderFromJar(String, String, File, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
-
export all resource files from the given subtree in given jar to the given folder retaining the subtree
- extractResourceToFile(String, String, File) - Method in class org.sikuli.script.support.RunTime
-
store a resource found on classpath to a file in the given folder with same filename
- extractResourceToFile(String, String, File, String) - Method in class org.sikuli.script.support.RunTime
-
store a resource found on classpath to a file in the given folder
- extractResourceToString(String, String, String) - Method in class org.sikuli.script.support.RunTime
-
store the content of a resource found on classpath in the returned string
- eye(int, int, int) - Static method in class org.opencv.core.Mat
- eye(Size, int) - Static method in class org.opencv.core.Mat
F
- F1 - Static variable in class org.sikuli.hotkey.Keys
- F1 - Static variable in class org.sikuli.script.Key
- F10 - Static variable in class org.sikuli.hotkey.Keys
- F10 - Static variable in class org.sikuli.script.Key
- F11 - Static variable in class org.sikuli.hotkey.Keys
- F11 - Static variable in class org.sikuli.script.Key
- F12 - Static variable in class org.sikuli.hotkey.Keys
- F12 - Static variable in class org.sikuli.script.Key
- F13 - Static variable in class org.sikuli.hotkey.Keys
- F13 - Static variable in class org.sikuli.script.Key
- F14 - Static variable in class org.sikuli.hotkey.Keys
- F14 - Static variable in class org.sikuli.script.Key
- F15 - Static variable in class org.sikuli.hotkey.Keys
- F15 - Static variable in class org.sikuli.script.Key
- F2 - Static variable in class org.sikuli.hotkey.Keys
- F2 - Static variable in class org.sikuli.script.Key
- F3 - Static variable in class org.sikuli.hotkey.Keys
- F3 - Static variable in class org.sikuli.script.Key
- F4 - Static variable in class org.sikuli.hotkey.Keys
- F4 - Static variable in class org.sikuli.script.Key
- F5 - Static variable in class org.sikuli.hotkey.Keys
- F5 - Static variable in class org.sikuli.script.Key
- F6 - Static variable in class org.sikuli.hotkey.Keys
- F6 - Static variable in class org.sikuli.script.Key
- F7 - Static variable in class org.sikuli.hotkey.Keys
- F7 - Static variable in class org.sikuli.script.Key
- F8 - Static variable in class org.sikuli.hotkey.Keys
- F8 - Static variable in class org.sikuli.script.Key
- F9 - Static variable in class org.sikuli.hotkey.Keys
- F9 - Static variable in class org.sikuli.script.Key
- factor() - Method in class org.sikuli.script.OCR.Options
- fakeHighlight() - Static method in class org.sikuli.util.Highlight
- FALSE - Static variable in class org.sikuli.basics.Settings
- fAppPath - Variable in class org.sikuli.script.support.RunTime
- FAST - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- FAST_N - Static variable in class org.opencv.features2d.FastFeatureDetector
- FAST_SCORE - Static variable in class org.opencv.features2d.ORB
- fastAtan2(float, float) - Static method in class org.opencv.core.Core
- FastFeatureDetector - Class in org.opencv.features2d
- FastFeatureDetector(long) - Constructor for class org.opencv.features2d.FastFeatureDetector
- fBaseTempPath - Variable in class org.sikuli.script.support.RunTime
- Feature2D - Class in org.opencv.features2d
- Feature2D(long) - Constructor for class org.opencv.features2d.Feature2D
- FeatureDetector - Class in org.opencv.features2d
-
Deprecated.
- FeatureDetector(long) - Constructor for class org.opencv.features2d.FeatureDetector
-
Deprecated.
- Features2d - Class in org.opencv.features2d
- Features2d() - Constructor for class org.opencv.features2d.Features2d
- FILE_NOT_FOUND - Static variable in class org.sikuli.script.support.Runner
- FileFilter() - Constructor for class org.sikuli.basics.FileManager.FileFilter
- FileManager - Class in org.sikuli.basics
-
INTERNAL USE: Support for accessing files and other ressources
- FileManager() - Constructor for class org.sikuli.basics.FileManager
- FileManager.FileFilter - Class in org.sikuli.basics
- filePulled(RemoteFile, ByteArrayOutputStream) - Method in interface se.vidstige.jadb.server.AdbDeviceResponder
- filePushed(RemoteFile, int, ByteArrayOutputStream) - Method in interface se.vidstige.jadb.server.AdbDeviceResponder
- fillConvexPoly(Mat, MatOfPoint, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- fillConvexPoly(Mat, MatOfPoint, Scalar, int, int) - Static method in class org.opencv.imgproc.Imgproc
- FILLED - Static variable in class org.opencv.core.Core
- fillPoly(Mat, List<MatOfPoint>, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- fillPoly(Mat, List<MatOfPoint>, Scalar, int, int, Point) - Static method in class org.opencv.imgproc.Imgproc
- fillSysArgv(File, String[]) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- filter2D(Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
- filter2D(Mat, Mat, int, Mat, Point, double) - Static method in class org.opencv.imgproc.Imgproc
- filter2D(Mat, Mat, int, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
- finalize() - Method in class org.opencv.core.Algorithm
- finalize() - Method in class org.opencv.core.Mat
- finalize() - Method in class org.opencv.core.TickMeter
- finalize() - Method in class org.opencv.features2d.AgastFeatureDetector
- finalize() - Method in class org.opencv.features2d.AKAZE
- finalize() - Method in class org.opencv.features2d.BFMatcher
- finalize() - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- finalize() - Method in class org.opencv.features2d.BOWKMeansTrainer
- finalize() - Method in class org.opencv.features2d.BOWTrainer
- finalize() - Method in class org.opencv.features2d.BRISK
- finalize() - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- finalize() - Method in class org.opencv.features2d.DescriptorMatcher
- finalize() - Method in class org.opencv.features2d.FastFeatureDetector
- finalize() - Method in class org.opencv.features2d.Feature2D
- finalize() - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- finalize() - Method in class org.opencv.features2d.FlannBasedMatcher
- finalize() - Method in class org.opencv.features2d.GFTTDetector
- finalize() - Method in class org.opencv.features2d.KAZE
- finalize() - Method in class org.opencv.features2d.MSER
- finalize() - Method in class org.opencv.features2d.ORB
- finalize() - Method in class org.opencv.features2d.Params
- finalize() - Method in class org.opencv.imgproc.CLAHE
- finalize() - Method in class org.opencv.imgproc.LineSegmentDetector
- finalize() - Method in class org.opencv.imgproc.Subdiv2D
- finalize() - Method in class org.opencv.objdetect.BaseCascadeClassifier
- finalize() - Method in class org.opencv.objdetect.CascadeClassifier
- finalize() - Method in class org.opencv.objdetect.HOGDescriptor
- find(BufferedImage) - Method in class org.sikuli.script.Finder
-
do a find op with the given image in the Finder's image (hasNext() and next() will reveal possible match results)
- find(String) - Method in class org.sikuli.script.Finder
-
do a find op with the given image or the given text in the Finder's image (hasNext() and next() will reveal possible match results)
- find(String) - Static method in class org.sikuli.script.ImagePath
-
try to find the given relative image file name on the image path
starting from entry 0, the first found existence is taken
absolute file names are checked for existence - find(Finder.FindInput2) - Static method in class org.sikuli.script.Finder.Finder2
- find(Image) - Method in class org.sikuli.script.Finder
-
do a find op with the given image in the Finder's image (hasNext() and next() will reveal possible match results)
- find(Pattern) - Method in class org.sikuli.script.Finder
-
do a find op with the given pattern in the Finder's image (hasNext() and next() will reveal possible match results)
- find(PSI) - Method in class org.sikuli.script.Element
-
finds the given Pattern, String or Image in the region and returns the best match.
- find(PSI) - Method in class org.sikuli.script.Region
-
finds the given Pattern, String or Image in the region and returns the best match.
- findAll(String) - Method in class org.sikuli.script.Finder
-
do a findAll op with the given image or the given text in the Finder's image (hasNext() and next() will reveal possible match results)
- findAll(Image) - Method in class org.sikuli.script.Finder
-
do a findAll op with the given image in the Finder's image (hasNext() and next() will reveal possible match results)
- findAll(Pattern) - Method in class org.sikuli.script.Finder
-
do a find op with the given pattern in the Finder's image (hasNext() and next() will reveal possible match results)
- findAll(PSI) - Method in class org.sikuli.script.Region
-
finds all occurences of the given Pattern, String or Image in the region and returns an Iterator of Matches.
- findAllByColumn(PSI) - Method in class org.sikuli.script.Region
- findAllByRow(PSI) - Method in class org.sikuli.script.Region
- findAllList(PSI) - Method in class org.sikuli.script.Region
- findAllRepeat() - Method in class org.sikuli.script.Finder
-
internal use: repeat with same Finder
- findAllT(String) - Method in class org.sikuli.script.Element
- findAllText(String) - Method in class org.sikuli.script.Element
- findAllText(String) - Method in class org.sikuli.script.Finder
-
do a findAll op with the given text in the Finder's image (hasNext() and next() will reveal possible match results)
- findAllText(String) - Method in class org.sikuli.script.Region
- findAny(Object...) - Method in class org.sikuli.script.Region
- findAnyList(List<Object>) - Method in class org.sikuli.script.Region
- findBest(Object...) - Method in class org.sikuli.script.Region
- findBestList(List<Object>) - Method in class org.sikuli.script.Region
- findChanges(Object) - Method in class org.sikuli.script.Finder
- findChanges(Finder.FindInput2) - Static method in class org.sikuli.script.Finder.Finder2
- findContours(Mat, List<MatOfPoint>, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- findContours(Mat, List<MatOfPoint>, Mat, int, int, Point) - Static method in class org.opencv.imgproc.Imgproc
- Finder - Class in org.sikuli.script
- Finder() - Constructor for class org.sikuli.script.Finder
- Finder(ScreenImage, Region) - Constructor for class org.sikuli.script.Finder
-
Finder for a Region on a ScreenImage
- Finder(RIBS) - Constructor for class org.sikuli.script.Finder
-
Create a Finder for the given element
- Finder.Finder2 - Class in org.sikuli.script
- findErrorSource(Throwable, String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- findErrorSource(Throwable, String, int) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- findfailed(ObserveEvent) - Method in class org.sikuli.script.ObserverCallBack
-
to be overwritten to handle FindFailed events
- FindFailed - Exception in org.sikuli.script
-
SikuliX FindFailed exception
constants and settings for the features
FindFailedResponse
FindFailedHandler
ImageMissingHandler - FindFailed(String) - Constructor for exception org.sikuli.script.FindFailed
-
the exception
- FINDFAILED - org.sikuli.script.ObserveEvent.Type
- FindFailedDialog - Class in org.sikuli.script.support
-
INTERNAL USE
- FindFailedDialog(Image) - Constructor for class org.sikuli.script.support.FindFailedDialog
- FindFailedDialog(Image, boolean) - Constructor for class org.sikuli.script.support.FindFailedDialog
- FindFailedResponse - Enum in org.sikuli.script
-
INTERNAL USE
- findLine(String) - Method in class org.sikuli.script.Element
-
Find the first line as text (top left to bottom right) containing the given text
- findLine(String) - Method in class org.sikuli.script.Finder
- findLines() - Method in class org.sikuli.script.Element
- findLines() - Method in class org.sikuli.script.Finder
- findLines(String) - Method in class org.sikuli.script.Element
-
Find all lines as text (top left to bottom right) containing the given text
- findLines(String) - Method in class org.sikuli.script.Finder
- findModule(String, Object, Object) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- findNearest(Point) - Method in class org.opencv.imgproc.Subdiv2D
- findNearest(Point, Point) - Method in class org.opencv.imgproc.Subdiv2D
- findNonZero(Mat, Mat) - Static method in class org.opencv.core.Core
- FindProfiling - Static variable in class org.sikuli.basics.Settings
- findRepeat() - Method in class org.sikuli.script.Finder
-
internal use: repeat with same Finder
- findT(String) - Method in class org.sikuli.script.Element
- findText(String) - Method in class org.sikuli.script.Element
- findText(String) - Method in class org.sikuli.script.Finder
-
do a text find with the given text in the Finder's image (hasNext() and next() will reveal possible match results)
- findText(String) - Method in class org.sikuli.script.Region
- findWord(String) - Method in class org.sikuli.script.Element
-
Find the first word as text (top left to bottom right) containing the given text
- findWord(String) - Method in class org.sikuli.script.Finder
- findWords() - Method in class org.sikuli.script.Element
-
Find all words as text (top left to bottom right)
- findWords() - Method in class org.sikuli.script.Finder
- findWords(String) - Method in class org.sikuli.script.Element
-
Find all words as text (top left to bottom right) containing the given text
- findWords(String) - Method in class org.sikuli.script.Finder
- fireEvent(HotKey) - Method in class com.tulskiy.keymaster.common.Provider
-
Helper method fro providers to fire hotkey event in a separate thread
- FIRST - org.sikuli.script.support.Observer.State
- FIRST - Static variable in class org.sikuli.guide.Guide
- fitEllipse(MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
- fitEllipseAMS(Mat) - Static method in class org.opencv.imgproc.Imgproc
- fitEllipseDirect(Mat) - Static method in class org.opencv.imgproc.Imgproc
- fitLine(Mat, Mat, int, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
- flag - Variable in class org.opencv.highgui.ImageWindow
- flag(String) - Method in class org.sikuli.guide.Guide
- FLAGS_EXPAND_SAME_NAMES - Static variable in class org.opencv.core.Core
- FLAGS_MAPPING - Static variable in class org.opencv.core.Core
- FLAGS_NONE - Static variable in class org.opencv.core.Core
- FLANNBASED - Static variable in class org.opencv.features2d.DescriptorMatcher
- FlannBasedMatcher - Class in org.opencv.features2d
- FlannBasedMatcher() - Constructor for class org.opencv.features2d.FlannBasedMatcher
- FlannBasedMatcher(long) - Constructor for class org.opencv.features2d.FlannBasedMatcher
- fLibsFolder - Variable in class org.sikuli.script.support.RunTime
- fLibsLocal - Variable in class org.sikuli.script.support.RunTime
- fLibsProvided - Variable in class org.sikuli.script.support.RunTime
- flip(Mat, Mat, int) - Static method in class org.opencv.core.Core
- floodFill(Mat, Mat, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- floodFill(Mat, Mat, Point, Scalar, Rect, Scalar, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- FLOODFILL_FIXED_RANGE - Static variable in class org.opencv.imgproc.Imgproc
- FLOODFILL_MASK_ONLY - Static variable in class org.opencv.imgproc.Imgproc
- focus() - Method in class org.sikuli.script.App
-
tries to make it the foreground application bringing its frontmost window to front
- focus(String) - Static method in class org.sikuli.script.App
-
tries to identify a running app with name or (part of) window title bringing its topmost window to front
- focus(String, int) - Static method in class org.sikuli.script.App
-
tries to identify a running app with name or (part of) window title bringing its window with given index to front
- focusBelow() - Method in class org.sikuli.guide.Guide
- focusedWindow() - Static method in class org.sikuli.script.App
-
evaluates the region currently occupied by the systemwide frontmost window (usually the one that has focus for mouse and keyboard actions)
- FOLLOWERS - org.sikuli.guide.Visual.Layout
- FONT_HERSHEY_COMPLEX - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_COMPLEX_SMALL - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_DUPLEX - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_PLAIN - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_SCRIPT_COMPLEX - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_SCRIPT_SIMPLEX - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_SIMPLEX - Static variable in class org.opencv.core.Core
- FONT_HERSHEY_TRIPLEX - Static variable in class org.opencv.core.Core
- FONT_ITALIC - Static variable in class org.opencv.core.Core
- fontSize(int) - Method in class org.sikuli.script.OCR.Options
-
Configure the image optimization.
- forceInstall(File) - Method in class se.vidstige.jadb.managers.PackageManager
- FOREVER - Static variable in class org.sikuli.basics.Settings
- FOREVER - Static variable in class org.sikuli.script.Constants
-
use it for a very long time value
- found(Rectangle) - Method in class org.sikuli.guide.SxAnchor
- found(SxAnchor) - Method in interface org.sikuli.guide.SxAnchor.AnchorListener
- fpBaseTempPath - Variable in class org.sikuli.script.support.RunTime
- fpContent - Variable in class org.sikuli.script.support.RunTime
- fpJarLibs - Variable in class org.sikuli.script.support.RunTime
- fpSysLibs - Variable in class org.sikuli.script.support.RunTime
- frame - Variable in class org.opencv.highgui.ImageWindow
- FREAK - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- fromArray(byte...) - Method in class org.opencv.core.MatOfByte
- fromArray(double...) - Method in class org.opencv.core.MatOfDouble
- fromArray(float...) - Method in class org.opencv.core.MatOfFloat
- fromArray(float...) - Method in class org.opencv.core.MatOfFloat4
- fromArray(float...) - Method in class org.opencv.core.MatOfFloat6
- fromArray(int...) - Method in class org.opencv.core.MatOfInt
- fromArray(int...) - Method in class org.opencv.core.MatOfInt4
- fromArray(int, int, byte...) - Method in class org.opencv.core.MatOfByte
- fromArray(DMatch...) - Method in class org.opencv.core.MatOfDMatch
- fromArray(KeyPoint...) - Method in class org.opencv.core.MatOfKeyPoint
- fromArray(Point...) - Method in class org.opencv.core.MatOfPoint
- fromArray(Point...) - Method in class org.opencv.core.MatOfPoint2f
- fromArray(Point3...) - Method in class org.opencv.core.MatOfPoint3
- fromArray(Point3...) - Method in class org.opencv.core.MatOfPoint3f
- fromArray(Rect...) - Method in class org.opencv.core.MatOfRect
- fromArray(Rect2d...) - Method in class org.opencv.core.MatOfRect2d
- fromClasspath(String) - Method in class org.sikuli.script.support.RunTime
- fromJSON(Object) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
experimental: create the real object from the given JSON
take care: content length not checked if valid (risk for index out of bounds)
planned to be used with a socket/RPC based interface to any framework (e.g. - fromList(List<Byte>) - Method in class org.opencv.core.MatOfByte
- fromList(List<Double>) - Method in class org.opencv.core.MatOfDouble
- fromList(List<Float>) - Method in class org.opencv.core.MatOfFloat
- fromList(List<Float>) - Method in class org.opencv.core.MatOfFloat4
- fromList(List<Float>) - Method in class org.opencv.core.MatOfFloat6
- fromList(List<Integer>) - Method in class org.opencv.core.MatOfInt
- fromList(List<Integer>) - Method in class org.opencv.core.MatOfInt4
- fromList(List<DMatch>) - Method in class org.opencv.core.MatOfDMatch
- fromList(List<KeyPoint>) - Method in class org.opencv.core.MatOfKeyPoint
- fromList(List<Point>) - Method in class org.opencv.core.MatOfPoint
- fromList(List<Point>) - Method in class org.opencv.core.MatOfPoint2f
- fromList(List<Point3>) - Method in class org.opencv.core.MatOfPoint3
- fromList(List<Point3>) - Method in class org.opencv.core.MatOfPoint3f
- fromList(List<Rect>) - Method in class org.opencv.core.MatOfRect
- fromList(List<Rect2d>) - Method in class org.opencv.core.MatOfRect2d
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfByte
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfDMatch
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfDouble
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfFloat
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfFloat4
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfFloat6
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfInt
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfInt4
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfKeyPoint
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint2f
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint3
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfPoint3f
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfRect
- fromNativeAddr(long) - Static method in class org.opencv.core.MatOfRect2d
- fSikulixAppPath - Variable in class org.sikuli.script.support.RunTime
- fSikulixDownloadsBuild - Variable in class org.sikuli.script.support.RunTime
- fSikulixDownloadsGeneric - Variable in class org.sikuli.script.support.RunTime
- fSikulixExtensions - Variable in class org.sikuli.script.support.RunTime
- fSikulixLib - Variable in class org.sikuli.script.support.RunTime
- fSikulixSetup - Variable in class org.sikuli.script.support.RunTime
- fSikulixStore - Variable in class org.sikuli.script.support.RunTime
- fSxBase - Variable in class org.sikuli.script.support.RunTime
- fSxBaseJar - Variable in class org.sikuli.script.support.RunTime
- fSxProject - Variable in class org.sikuli.script.support.RunTime
- fSxProjectTestScripts - Variable in class org.sikuli.script.support.RunTime
- fSxProjectTestScriptsJS - Variable in class org.sikuli.script.support.RunTime
- fTempPath - Variable in class org.sikuli.script.support.RunTime
- fUserDir - Variable in class org.sikuli.script.support.RunTime
- fWorkDir - Variable in class org.sikuli.script.support.RunTime
G
- GaussianBlur(Mat, Mat, Size, double) - Static method in class org.opencv.imgproc.Imgproc
- GaussianBlur(Mat, Mat, Size, double, double) - Static method in class org.opencv.imgproc.Imgproc
- GaussianBlur(Mat, Mat, Size, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- GC_BGD - Static variable in class org.opencv.imgproc.Imgproc
- GC_EVAL - Static variable in class org.opencv.imgproc.Imgproc
- GC_EVAL_FREEZE_MODEL - Static variable in class org.opencv.imgproc.Imgproc
- GC_FGD - Static variable in class org.opencv.imgproc.Imgproc
- GC_INIT_WITH_MASK - Static variable in class org.opencv.imgproc.Imgproc
- GC_INIT_WITH_RECT - Static variable in class org.opencv.imgproc.Imgproc
- GC_PR_BGD - Static variable in class org.opencv.imgproc.Imgproc
- GC_PR_FGD - Static variable in class org.opencv.imgproc.Imgproc
- gemm(Mat, Mat, double, Mat, double, Mat) - Static method in class org.opencv.core.Core
- gemm(Mat, Mat, double, Mat, double, Mat, int) - Static method in class org.opencv.core.Core
- GEMM_1_T - Static variable in class org.opencv.core.Core
- GEMM_2_T - Static variable in class org.opencv.core.Core
- GEMM_3_T - Static variable in class org.opencv.core.Core
- GENERIC - org.sikuli.script.ObserveEvent.Type
- GenericHotkeyManager - Class in org.sikuli.basics
- GenericHotkeyManager() - Constructor for class org.sikuli.basics.GenericHotkeyManager
- get() - Static method in class org.sikuli.basics.PreferencesUser
- get() - Static method in class org.sikuli.hotkey.HotkeyController
- get() - Method in class org.sikuli.hotkey.HotkeyEvent
- get() - Method in class org.sikuli.script.Image
-
return the image's BufferedImage (load it if not in cache)
- get() - Static method in class org.sikuli.script.ImagePath
-
the path list as string array
- get() - Static method in class org.sikuli.script.runnerSupport.JRubySupport
- get() - Static method in class org.sikuli.script.runnerSupport.JythonSupport
- get() - Static method in class org.sikuli.script.SikulixForJython
- get() - Static method in class org.sikuli.script.support.RunTime
- get(int) - Method in class org.sikuli.script.Region
- get(int, int) - Method in class org.opencv.core.Mat
- get(int, int, byte[]) - Method in class org.opencv.core.Mat
- get(int, int, double[]) - Method in class org.opencv.core.Mat
- get(int, int, float[]) - Method in class org.opencv.core.Mat
- get(int, int, int[]) - Method in class org.opencv.core.Mat
- get(int, int, short[]) - Method in class org.opencv.core.Mat
- get(String, String) - Method in class org.sikuli.basics.PreferencesUser
- get(App) - Method in class org.sikuli.natives.LinuxUtil
- get(App) - Method in class org.sikuli.natives.MacUtil
- get(App) - Method in interface org.sikuli.natives.OSUtil
- get(App) - Method in class org.sikuli.natives.WinUtil
- get(OCR.Options) - Static method in class org.sikuli.script.TextRecognizer
-
INTERNAL
- get(RunTime.Type) - Static method in class org.sikuli.script.support.RunTime
- get_blockSize() - Method in class org.opencv.objdetect.HOGDescriptor
- get_blockStride() - Method in class org.opencv.objdetect.HOGDescriptor
- get_cellSize() - Method in class org.opencv.objdetect.HOGDescriptor
- get_derivAperture() - Method in class org.opencv.objdetect.HOGDescriptor
- get_filterByArea() - Method in class org.opencv.features2d.Params
- get_filterByCircularity() - Method in class org.opencv.features2d.Params
- get_filterByColor() - Method in class org.opencv.features2d.Params
- get_filterByConvexity() - Method in class org.opencv.features2d.Params
- get_filterByInertia() - Method in class org.opencv.features2d.Params
- get_gammaCorrection() - Method in class org.opencv.objdetect.HOGDescriptor
- get_histogramNormType() - Method in class org.opencv.objdetect.HOGDescriptor
- get_L2HysThreshold() - Method in class org.opencv.objdetect.HOGDescriptor
- get_m00() - Method in class org.opencv.imgproc.Moments
- get_m01() - Method in class org.opencv.imgproc.Moments
- get_m02() - Method in class org.opencv.imgproc.Moments
- get_m03() - Method in class org.opencv.imgproc.Moments
- get_m10() - Method in class org.opencv.imgproc.Moments
- get_m11() - Method in class org.opencv.imgproc.Moments
- get_m12() - Method in class org.opencv.imgproc.Moments
- get_m20() - Method in class org.opencv.imgproc.Moments
- get_m21() - Method in class org.opencv.imgproc.Moments
- get_m30() - Method in class org.opencv.imgproc.Moments
- get_maxArea() - Method in class org.opencv.features2d.Params
- get_maxCircularity() - Method in class org.opencv.features2d.Params
- get_maxConvexity() - Method in class org.opencv.features2d.Params
- get_maxInertiaRatio() - Method in class org.opencv.features2d.Params
- get_maxThreshold() - Method in class org.opencv.features2d.Params
- get_minArea() - Method in class org.opencv.features2d.Params
- get_minCircularity() - Method in class org.opencv.features2d.Params
- get_minConvexity() - Method in class org.opencv.features2d.Params
- get_minDistBetweenBlobs() - Method in class org.opencv.features2d.Params
- get_minInertiaRatio() - Method in class org.opencv.features2d.Params
- get_minRepeatability() - Method in class org.opencv.features2d.Params
- get_minThreshold() - Method in class org.opencv.features2d.Params
- get_mu02() - Method in class org.opencv.imgproc.Moments
- get_mu03() - Method in class org.opencv.imgproc.Moments
- get_mu11() - Method in class org.opencv.imgproc.Moments
- get_mu12() - Method in class org.opencv.imgproc.Moments
- get_mu20() - Method in class org.opencv.imgproc.Moments
- get_mu21() - Method in class org.opencv.imgproc.Moments
- get_mu30() - Method in class org.opencv.imgproc.Moments
- get_nbins() - Method in class org.opencv.objdetect.HOGDescriptor
- get_nlevels() - Method in class org.opencv.objdetect.HOGDescriptor
- get_nu02() - Method in class org.opencv.imgproc.Moments
- get_nu03() - Method in class org.opencv.imgproc.Moments
- get_nu11() - Method in class org.opencv.imgproc.Moments
- get_nu12() - Method in class org.opencv.imgproc.Moments
- get_nu20() - Method in class org.opencv.imgproc.Moments
- get_nu21() - Method in class org.opencv.imgproc.Moments
- get_nu30() - Method in class org.opencv.imgproc.Moments
- get_signedGradient() - Method in class org.opencv.objdetect.HOGDescriptor
- get_svmDetector() - Method in class org.opencv.objdetect.HOGDescriptor
- get_thresholdStep() - Method in class org.opencv.features2d.Params
- get_winSigma() - Method in class org.opencv.objdetect.HOGDescriptor
- get_winSize() - Method in class org.opencv.objdetect.HOGDescriptor
- getActionCommand() - Method in class org.sikuli.guide.TransitionDialog
- getActualBounds() - Method in class org.sikuli.guide.Visual
- getActualDPI() - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.Will be removed in future versions
use Toolkit.getDefaultToolkit().getScreenResolution() - getActualHeight() - Method in class org.sikuli.guide.Visual
- getActualLocation() - Method in class org.sikuli.guide.Visual
- getActualSize() - Method in class org.sikuli.guide.Visual
- getActualWidth() - Method in class org.sikuli.guide.Visual
- getADB() - Static method in class org.sikuli.android.ADBClient
- getAddress(String) - Static method in class org.sikuli.basics.FileManager
- getAddress(String) - Static method in class org.sikuli.util.Run
- getAffineTransform(MatOfPoint2f, MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
- getAll(PSI) - Method in class org.sikuli.script.Region
- getAltFilename(String) - Static method in class org.sikuli.basics.FileManager
- getAppPath() - Static method in class org.sikuli.script.support.RunTime
- getApps() - Static method in class org.sikuli.script.App
- getApps(String) - Method in class org.sikuli.natives.LinuxUtil
- getApps(String) - Method in class org.sikuli.natives.MacUtil
- getApps(String) - Method in interface org.sikuli.natives.OSUtil
- getApps(String) - Method in class org.sikuli.natives.WinUtil
- getApps(String) - Static method in class org.sikuli.script.App
- getArgsOrg() - Method in class org.sikuli.util.CommandArgs
- getAtSaveCleanBundle() - Method in class org.sikuli.basics.PreferencesUser
- getAtSaveMakeHTML() - Method in class org.sikuli.basics.PreferencesUser
- getAutoCaptureForCmdButtons() - Method in class org.sikuli.basics.PreferencesUser
- getAutoNamingMethod() - Method in class org.sikuli.basics.PreferencesUser
- getAutoWaitTimeout() - Method in class org.sikuli.script.Region
-
current setting for this region (see setAutoWaitTimeout)
- getBaseFolder() - Method in class org.sikuli.script.support.IScriptRunner.Options
- getBImage() - Method in class org.sikuli.script.Pattern
-
ONLY FOR INTERNAL USE!
- getBlockSize() - Method in class org.opencv.features2d.GFTTDetector
- getBottomLeft() - Method in class org.sikuli.script.Region
- getBottomRight() - Method in class org.sikuli.script.Region
- getBounds() - Method in class org.sikuli.android.ADBDevice
- getBounds() - Method in class org.sikuli.android.ADBScreen
- getBounds() - Method in class org.sikuli.script.Screen
- getBounds() - Method in interface org.sikuli.script.support.IScreen
- getBounds() - Method in class org.sikuli.script.support.ScreenUnion
- getBounds() - Method in class org.sikuli.vnc.VNCScreen
- getBounds(int) - Static method in class org.sikuli.script.Screen
- getBufferedImage(Mat) - Static method in class org.sikuli.script.Finder.Finder2
- getBufferedImage(Mat, String) - Static method in class org.sikuli.script.Finder.Finder2
- getBufferedImage(SFIRBS) - Static method in class org.sikuli.script.Element
- getBuildInformation() - Static method in class org.opencv.core.Core
- getBundlePath() - Static method in class org.sikuli.script.ImagePath
-
no trailing path separator
- getCaptureDelay() - Method in class org.sikuli.basics.PreferencesUser
- getCaptureHotkey() - Method in class org.sikuli.basics.PreferencesUser
- getCaptureHotkeyModifiers() - Method in class org.sikuli.basics.PreferencesUser
- getCell(int, int) - Method in class org.sikuli.script.Image
-
get the specified cell counting from (0, 0), if a raster is setup
negative counts reverse from the end (last = -1)
values outside range are 0 or last respectively - getCell(int, int) - Method in class org.sikuli.script.Region
-
get the specified cell counting from (0, 0), if a raster is setup
negative counts reverse from the end (last = -1) values outside range are 0 or last respectively - getCenter() - Method in class org.sikuli.guide.Visual
- getCenter() - Method in class org.sikuli.script.Region
- getChanges() - Method in class org.sikuli.script.ObserveEvent
- getCheckUpdate() - Method in class org.sikuli.basics.PreferencesUser
- getCheckUpdateTime() - Method in class org.sikuli.basics.PreferencesUser
- getClasspath() - Method in class org.sikuli.script.support.ExtensionManagerFrame
- getClickables() - Method in class org.sikuli.guide.ClickableWindow
- getClient() - Method in class org.sikuli.vnc.VNCScreen
- getClipboard() - Static method in class org.sikuli.script.App
-
evaluates the current textual content of the system clipboard
- getClipboard() - Static method in class org.sikuli.script.Env
-
Deprecated.use App. ... instead
- getClipLimit() - Method in class org.opencv.imgproc.CLAHE
- getCode(HotKey) - Static method in class com.tulskiy.keymaster.windows.KeyMap
- getCode(KeyStroke, Pointer) - Static method in class com.tulskiy.keymaster.x11.KeyMap
- getCol(int) - Method in class org.sikuli.script.Image
-
get the specified column counting from 0, if columns or raster are setup
negative counts reverse from the end (last = -1)
values outside range are 0 or last respectively - getCol(int) - Method in class org.sikuli.script.Region
-
get the specified column counting from 0
negative counts reverse from the end (last is -1)
values outside range are 0 or last respectively - getCol(int, int) - Method in class org.sikuli.script.Region
-
divide the region in n columns and select column c as new Region
- getColor() - Method in class org.sikuli.script.Location
-
Get the color at the given Point for details: see java.awt.Robot and ...Color
- getColorAt(int, int) - Method in class org.sikuli.android.ADBRobot
- getColorAt(int, int) - Method in interface org.sikuli.script.support.IRobot
- getColorAt(int, int) - Method in class org.sikuli.script.support.RobotDesktop
- getColorHex(Color) - Static method in class org.sikuli.guide.Visual
- getCols() - Method in class org.sikuli.script.Image
- getCols() - Method in class org.sikuli.script.Region
- getColW() - Method in class org.sikuli.script.Image
- getColW() - Method in class org.sikuli.script.Region
- getCommandExecutorResult() - Method in exception org.sikuli.natives.CommandExecutorException
- getCommandLine(String[]) - Method in class org.sikuli.util.CommandArgs
- getConsoleCSS() - Method in class org.sikuli.basics.PreferencesUser
- getCount() - Method in class org.sikuli.script.ObserveEvent
- getCount(String) - Method in class org.sikuli.script.support.Observer
- getCounter() - Method in class org.opencv.core.TickMeter
- getCPUTickCount() - Static method in class org.opencv.core.Core
- getCurrentLine() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- getCurrentPopLocation() - Static method in class org.sikuli.script.Sikulix
- getCurrentProvider(boolean) - Static method in class com.tulskiy.keymaster.common.Provider
-
Get global hotkey provider for current platform
- getDaimlerPeopleDetector() - Static method in class org.opencv.objdetect.HOGDescriptor
- getDataPath() - Static method in class org.sikuli.basics.Settings
- getDebugLevel() - Static method in class org.sikuli.basics.Debug
- getDefaultExtension() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- getDefaultExtension() - Method in interface org.sikuli.script.support.IScriptRunner
-
convenience: return the first defined extension (default)
- getDefaultInstance4py() - Static method in class org.sikuli.script.Image
- getDefaultInstance4py() - Static method in class org.sikuli.script.Location
- getDefaultInstance4py() - Static method in class org.sikuli.script.Offset
- getDefaultInstance4py() - Static method in class org.sikuli.script.Region
- getDefaultInstance4py() - Static method in class org.sikuli.script.Screen
- getDefaultName() - Method in class org.opencv.core.Algorithm
- getDefaultName() - Method in class org.opencv.features2d.AgastFeatureDetector
- getDefaultName() - Method in class org.opencv.features2d.AKAZE
- getDefaultName() - Method in class org.opencv.features2d.BRISK
- getDefaultName() - Method in class org.opencv.features2d.FastFeatureDetector
- getDefaultName() - Method in class org.opencv.features2d.Feature2D
- getDefaultName() - Method in class org.opencv.features2d.GFTTDetector
- getDefaultName() - Method in class org.opencv.features2d.KAZE
- getDefaultName() - Method in class org.opencv.features2d.MSER
- getDefaultName() - Method in class org.opencv.features2d.ORB
- getDefaultNewCameraMatrix(Mat) - Static method in class org.opencv.imgproc.Imgproc
- getDefaultNewCameraMatrix(Mat, Size, boolean) - Static method in class org.opencv.imgproc.Imgproc
- getDefaultPeopleDetector() - Static method in class org.opencv.objdetect.HOGDescriptor
- getDefaultThumbHeight() - Method in class org.sikuli.basics.PreferencesUser
- getDelta() - Method in class org.opencv.features2d.MSER
- getDerivKernels(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- getDerivKernels(Mat, Mat, int, int, int, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
- getDescriptorChannels() - Method in class org.opencv.features2d.AKAZE
- getDescriptors() - Method in class org.opencv.features2d.BOWTrainer
- getDescriptorSize() - Method in class org.opencv.features2d.AKAZE
- getDescriptorSize() - Method in class org.opencv.objdetect.HOGDescriptor
- getDescriptorType() - Method in class org.opencv.features2d.AKAZE
- getDestination() - Method in class org.sikuli.guide.SxArrow
- getDevice() - Method in class org.sikuli.android.ADBScreen
- getDevice(int) - Static method in class org.sikuli.android.ADBClient
- getDevice(String) - Static method in class org.sikuli.android.ADBClient
- getDeviceDescription() - Method in class org.sikuli.android.ADBScreen
- getDevices() - Method in interface se.vidstige.jadb.server.AdbResponder
- getDeviceSerial() - Method in class org.sikuli.android.ADBDevice
- getDiffusivity() - Method in class org.opencv.features2d.AKAZE
- getDiffusivity() - Method in class org.opencv.features2d.KAZE
- getDragInsets() - Method in class org.sikuli.guide.ComponentMover
-
Get the drag insets
- getEdge(int, int) - Method in class org.opencv.imgproc.Subdiv2D
- getEdgeList(MatOfFloat4) - Method in class org.opencv.imgproc.Subdiv2D
- getEdgeThreshold() - Method in class org.opencv.features2d.ORB
- getEffectiveRunner(String) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- getEffectiveRunner(String) - Method in class org.sikuli.script.runners.InvalidRunner
- getEffectiveRunner(String) - Method in class org.sikuli.script.runners.SikulixRunner
- getEffectiveRunner(String) - Method in class org.sikuli.script.runners.ZipRunner
- getEffectiveRunner(String) - Method in interface org.sikuli.script.support.IScriptRunner
-
Needed in the IDE to detect the runner when file or folder is opened
- getEffectiveRunner(String) - Static method in class org.sikuli.script.support.Runner
- getElapsedStart() - Static method in class org.sikuli.script.support.RunTime
- getEnd() - Method in class org.sikuli.script.ScreenImage
- getEnv(String) - Static method in class org.sikuli.natives.WinUtil
- getErrorLine() - Method in class org.sikuli.script.support.IScriptRunner.Options
-
Get the error source line set by the runner.
- getErrorOutput() - Method in class org.sikuli.natives.CommandExecutorResult
- getEvent(String) - Method in class org.sikuli.script.Region
-
the event is removed from the list
- getEvent(String) - Static method in class org.sikuli.script.support.Observing
-
retrieves and removes the requested event
- GetEventDispatcherTarget() - Method in interface com.tulskiy.keymaster.osx.Carbon
- GetEventParameter(Pointer, int, int, Pointer, int, IntBuffer, Carbon.EventHotKeyID) - Method in interface com.tulskiy.keymaster.osx.Carbon
- getEvents() - Method in class org.sikuli.script.Region
-
the region's events are removed from the list
- getEvents() - Static method in class org.sikuli.script.support.Observing
-
return all events (they are preserved)
- getEvents(Region) - Static method in class org.sikuli.script.support.Observing
-
return the events for that region
events are removed from the list - getExec() - Method in class org.sikuli.script.App
- getExitValue() - Method in class org.sikuli.natives.CommandExecutorResult
- getExpandTab() - Method in class org.sikuli.basics.PreferencesUser
- getExtended() - Method in class org.opencv.features2d.KAZE
- getExtensionFiles() - Method in class org.sikuli.script.support.ExtensionManagerFrame
- getExtensionNames() - Static method in class org.sikuli.script.support.ExtensionManager
- getExtensions() - Method in class org.sikuli.script.runners.AppleScriptRunner
- getExtensions() - Method in class org.sikuli.script.runners.InvalidRunner
- getExtensions() - Method in class org.sikuli.script.runners.JarRunner
- getExtensions() - Method in class org.sikuli.script.runners.JavaScriptRunner
- getExtensions() - Method in class org.sikuli.script.runners.JRubyRunner
- getExtensions() - Method in class org.sikuli.script.runners.JythonRunner
-
returns the list of possible script file extensions, first is the default
- getExtensions() - Method in class org.sikuli.script.runners.NetworkRunner
- getExtensions() - Method in class org.sikuli.script.runners.PowershellRunner
- getExtensions() - Method in class org.sikuli.script.runners.ProcessRunner
- getExtensions() - Method in class org.sikuli.script.runners.PythonRunner
- getExtensions() - Method in class org.sikuli.script.runners.RobotRunner
- getExtensions() - Method in class org.sikuli.script.runners.ServerRunner
- getExtensions() - Method in class org.sikuli.script.runners.SikulixRunner
- getExtensions() - Method in class org.sikuli.script.runners.SilkulixGitTestRunner
- getExtensions() - Method in class org.sikuli.script.runners.SKLRunner
- getExtensions() - Method in class org.sikuli.script.runners.TextRunner
- getExtensions() - Method in class org.sikuli.script.runners.ZipRunner
- getExtensions() - Method in interface org.sikuli.script.support.IScriptRunner
-
returns the list of possible script file extensions, first is the default
- getExtensions() - Static method in class org.sikuli.script.support.Runner
- getExtensionsFile() - Static method in class org.sikuli.script.support.ExtensionManager
- getExtensionsFileDefault() - Static method in class org.sikuli.script.support.ExtensionManager
- getFakeRegion() - Static method in class org.sikuli.script.Region
- getFastThreshold() - Method in class org.opencv.features2d.ORB
- getFeatureType() - Method in class org.opencv.objdetect.CascadeClassifier
- getFieldOrder() - Method in class com.tulskiy.keymaster.osx.Carbon.EventHotKeyID
- getFieldOrder() - Method in class com.tulskiy.keymaster.osx.Carbon.EventTypeSpec
- getFieldOrder() - Method in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- getFieldOrder() - Method in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- getFile() - Method in class org.sikuli.script.ImagePath.PathEntry
- getFile() - Method in class org.sikuli.script.ScreenImage
-
INTERNAL USE: use getTimedFile() instead
- getFile(String) - Method in class org.sikuli.script.ScreenImage
-
stores the image as PNG file in the given path with a created filename (sikuliximage-timestamp.png)
- getFile(String, String) - Method in class org.sikuli.script.ScreenImage
-
stores the image as PNG file in the given path with the given filename
- getFileEndings() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- getFileEndings() - Method in class org.sikuli.script.runners.JythonRunner
- getFileEndings() - Method in class org.sikuli.script.runners.RobotRunner
- getFileEndings() - Method in interface org.sikuli.script.support.IScriptRunner
-
Usually the same as getExtensions() but with the leading dot.
- getFilename() - Method in class org.sikuli.script.Image
- getFilename() - Method in class org.sikuli.script.Pattern
-
the current image's absolute filepath
will return null, if image is in jar or in web
use getFileURL in this case - getFilename() - Method in class org.sikuli.script.ScreenImage
-
Deprecated.use getFile() instead
- getFilePathSeperator() - Static method in class org.sikuli.basics.Settings
- getFileURL() - Method in class org.sikuli.script.Pattern
-
the current image's URL
- getFindFailedHandler() - Static method in exception org.sikuli.script.FindFailed
- getFindFailedResponse() - Method in class org.sikuli.script.Region
- getFirstLevel() - Method in class org.opencv.features2d.ORB
- getFocusedRegion() - Static method in class org.sikuli.natives.MacUtil
- getFocusedWindow() - Method in class org.sikuli.natives.LinuxUtil
- getFocusedWindow() - Method in class org.sikuli.natives.MacUtil
- getFocusedWindow() - Method in interface org.sikuli.natives.OSUtil
- getFocusedWindow() - Method in class org.sikuli.natives.WinUtil
- getFollowerBounds() - Method in class org.sikuli.guide.Visual
- getFollowers() - Method in class org.sikuli.guide.Visual
- getFontName() - Method in class org.sikuli.basics.PreferencesUser
- getFontScaleFromHeight(int, int) - Static method in class org.opencv.imgproc.Imgproc
- getFontScaleFromHeight(int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- getFontSize() - Method in class org.sikuli.basics.PreferencesUser
- getGaborKernel(Size, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
- getGaborKernel(Size, double, double, double, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- getGaussianKernel(int, double) - Static method in class org.opencv.imgproc.Imgproc
- getGaussianKernel(int, double, int) - Static method in class org.opencv.imgproc.Imgproc
- getGlobalRobot() - Static method in class org.sikuli.script.Screen
- getH() - Method in class org.sikuli.script.Element
- getH() - Method in interface org.sikuli.script.support.IScreen
- getHardwareFeatureName(int) - Static method in class org.opencv.core.Core
- getHarrisDetector() - Method in class org.opencv.features2d.GFTTDetector
- getHotkeyModifier() - Static method in class org.sikuli.script.Env
-
Deprecated.use Key. ... instead
- getHotkeyModifier() - Static method in class org.sikuli.script.Key
-
HotKey modifier to be used with Sikuli's HotKey feature
- getHotKeyText(String) - Method in class org.sikuli.basics.HotkeyManager
- getHwnd() - Method in class org.sikuli.natives.WinUtil.WindowInfo
- getID() - Method in class org.sikuli.android.ADBScreen
- getID() - Method in class org.sikuli.script.Screen
- getID() - Method in interface org.sikuli.script.support.IScreen
- getID() - Method in class org.sikuli.vnc.VNCScreen
- getIdeLocation() - Method in class org.sikuli.basics.PreferencesUser
- getIdeSession() - Method in class org.sikuli.basics.PreferencesUser
- getIDEshouldReload() - Static method in class org.sikuli.script.Image
- getIdeSize() - Method in class org.sikuli.basics.PreferencesUser
- getIdFromPoint(int, int) - Method in class org.sikuli.android.ADBScreen
- getIdFromPoint(int, int) - Method in class org.sikuli.script.Screen
-
INTERNAL USE: to be compatible with ScreenUnion
- getIdFromPoint(int, int) - Method in interface org.sikuli.script.support.IScreen
- getIdFromPoint(int, int) - Method in class org.sikuli.script.support.ScreenUnion
- getIdFromPoint(int, int) - Method in class org.sikuli.vnc.VNCScreen
- getIDString() - Method in class org.sikuli.android.ADBScreen
- getIDString() - Method in class org.sikuli.script.Screen
- getIDString() - Method in interface org.sikuli.script.support.IScreen
- getIDString() - Method in class org.sikuli.vnc.VNCScreen
- getImage() - Method in class org.sikuli.guide.SxImage
- getImage() - Method in class org.sikuli.script.Element
- getImage() - Method in class org.sikuli.script.Match
-
get the image used for searching
- getImage() - Method in class org.sikuli.script.ObserveEvent
- getImage() - Method in class org.sikuli.script.Pattern
-
get the Pattern's image
- getImage() - Method in class org.sikuli.script.Region
- getImage() - Method in class org.sikuli.script.ScreenImage
- getImageCache() - Static method in class org.sikuli.basics.Settings
- getImageFilename() - Method in class org.sikuli.script.Match
-
get the filename of the image used for searching
- getImageFromTarget(PSI) - Static method in class org.sikuli.script.Element
-
INTERNAL: get Image from target
- getImageMissingHandler() - Static method in exception org.sikuli.script.FindFailed
- getImageName() - Method in class org.sikuli.natives.WinUtil.ProcessInfo
- getIndex() - Method in class org.sikuli.script.Match
- getInset(Region) - Method in class org.sikuli.script.Region
- getInstance() - Static method in class org.sikuli.basics.HotkeyManager
- getInstance() - Static method in class org.sikuli.guide.GlobalMouseMotionTracker
- getInstance() - Static method in class org.sikuli.script.support.ExtensionManager
- getInstance() - Static method in class org.sikuli.script.support.ExtensionManagerFrame
- getIppVersion() - Static method in class org.opencv.core.Core
- getJarName(Class) - Static method in class org.sikuli.basics.FileManager
- getJarPath(Class) - Static method in class org.sikuli.basics.FileManager
- getJPanel() - Method in class org.sikuli.util.OverlayTransparentWindow
- getJPanelGraphics() - Method in class org.sikuli.util.OverlayTransparentWindow
- getK() - Method in class org.opencv.features2d.GFTTDetector
- GetKeyboardState(byte[]) - Method in interface org.sikuli.natives.SXUser32
- getKeyCode(KeyStroke) - Static method in class com.tulskiy.keymaster.osx.KeyMap
- getKeyName(int) - Static method in class org.sikuli.hotkey.Keys
- getKeyName(String) - Static method in class org.sikuli.hotkey.Keys
- getKeyNames() - Static method in class org.sikuli.hotkey.Keys
- GetKeyState(int) - Method in interface org.sikuli.natives.SXUser32
- getLastClicked() - Method in class org.sikuli.guide.ClickableWindow
- getLastCommandResult() - Method in class org.sikuli.script.support.RunTime
- getLastMatch() - Method in class org.sikuli.script.Element
-
a find operation saves its match on success in this region/image.
- getLastMatches() - Method in class org.sikuli.script.Element
-
a searchAll operation saves its matches on success in this region/image
... unchanged if not successful - getLastScreenImage() - Method in class org.sikuli.script.Region
-
get the last image taken on this regions screen
- getLastScreenImageFile() - Method in class org.sikuli.script.Region
-
stores the lastScreenImage in the current bundle path with a created unique name
- getLastScreenImageFile(String) - Method in class org.sikuli.script.Region
-
stores the lastScreenImage in the current bundle path with the given name
- getLastScreenImageFile(String, String) - Method in class org.sikuli.script.Region
-
stores the lastScreenImage in the given path with the given name
- getLastScreenImageFile(String, String) - Method in interface org.sikuli.script.support.IScreen
- getLastScreenImageFromScreen() - Method in class org.sikuli.android.ADBScreen
- getLastScreenImageFromScreen() - Method in class org.sikuli.script.Screen
- getLastScreenImageFromScreen() - Method in interface org.sikuli.script.support.IScreen
- getLastScreenImageFromScreen() - Method in class org.sikuli.vnc.VNCScreen
- getLastScriptRunReturnCode() - Method in class org.sikuli.script.support.RunTime
- getLastSeen() - Method in class org.sikuli.script.Image
-
if the image was already found before
- getLastSeenScore() - Method in class org.sikuli.script.Image
-
if the image was already found before
- getLastSeenUpdate() - Method in class org.sikuli.basics.PreferencesUser
- getLeader() - Method in class org.sikuli.guide.Visual
- getLeadingEdgeList(MatOfInt) - Method in class org.opencv.imgproc.Subdiv2D
- getList() - Method in class org.sikuli.script.Finder
- getListFor(RI) - Method in class org.sikuli.script.Finder
- getLoadPath(String) - Method in class org.sikuli.script.support.ExtensionManager
- getLoadScripts() - Static method in class org.sikuli.script.support.RunTime
- getLocale() - Method in class org.sikuli.basics.PreferencesUser
- getLocation() - Method in class org.sikuli.script.support.Device
- getLocationFromTarget(PSIMRL) - Method in class org.sikuli.script.Region
- getLocationFromTarget(PSIMRL) - Method in class org.sikuli.vnc.VNCScreen
- getLogFile() - Static method in class org.sikuli.script.support.RunTime
- getMask() - Method in class org.sikuli.script.Pattern
- getMatch() - Method in class org.sikuli.script.ObserveEvent
- getMaxArea() - Method in class org.opencv.features2d.MSER
- getMaxFeatures() - Method in class org.opencv.features2d.GFTTDetector
- getMaxFeatures() - Method in class org.opencv.features2d.ORB
- getMediaCode(MediaKey, Pointer) - Static method in class com.tulskiy.keymaster.x11.KeyMap
- getMessage() - Method in exception org.sikuli.natives.CommandExecutorException
- getMinArea() - Method in class org.opencv.features2d.MSER
- getMinDistance() - Method in class org.opencv.features2d.GFTTDetector
- getModifier(KeyStroke) - Static method in class com.tulskiy.keymaster.osx.KeyMap
- getModifierName(String) - Static method in class org.sikuli.hotkey.Keys
- getModifierNames(int) - Static method in class org.sikuli.hotkey.Keys
- getModifierNames(int) - Static method in class org.sikuli.script.KeyModifier
- getModifiers(KeyStroke) - Static method in class com.tulskiy.keymaster.windows.KeyMap
- getModifiers(KeyStroke) - Static method in class com.tulskiy.keymaster.x11.KeyMap
- getMonitor() - Method in class org.sikuli.script.Location
-
Returns primary screen, if outside of any screen or not contained in a non-Desktop Screen instance (e.g. remote screen)
- getMonitor(int) - Static method in class org.sikuli.script.Screen
- getMonitor(int) - Method in class org.sikuli.script.support.RunTime
- getMouseLocation() - Static method in class org.sikuli.script.Env
-
Deprecated.use
Mouse.at()instead - getMouseMovedResponse() - Static method in class org.sikuli.script.Mouse
-
current setting what to do if mouse is moved outside Sikuli's mouse protection
- getName() - Method in class org.sikuli.guide.SxClickable
- getName() - Method in class org.sikuli.script.App
- getName() - Method in class org.sikuli.script.Element
-
INTERNAL: to identify a Region or Image
- getName() - Method in class org.sikuli.script.ObserveEvent
- getName() - Method in class org.sikuli.script.runners.AppleScriptRunner
- getName() - Method in class org.sikuli.script.runners.InvalidRunner
- getName() - Method in class org.sikuli.script.runners.JarRunner
- getName() - Method in class org.sikuli.script.runners.JavaScriptRunner
- getName() - Method in class org.sikuli.script.runners.JRubyRunner
- getName() - Method in class org.sikuli.script.runners.JythonRunner
-
Gets the name of the ScriptRunner.
- getName() - Method in class org.sikuli.script.runners.NetworkRunner
- getName() - Method in class org.sikuli.script.runners.PowershellRunner
- getName() - Method in class org.sikuli.script.runners.ProcessRunner
- getName() - Method in class org.sikuli.script.runners.PythonRunner
- getName() - Method in class org.sikuli.script.runners.RobotRunner
- getName() - Method in class org.sikuli.script.runners.ServerRunner
- getName() - Method in class org.sikuli.script.runners.SikulixRunner
- getName() - Method in class org.sikuli.script.runners.SilkulixGitTestRunner
- getName() - Method in class org.sikuli.script.runners.SKLRunner
- getName() - Method in class org.sikuli.script.runners.TextRunner
- getName() - Method in class org.sikuli.script.runners.ZipRunner
- getName() - Method in interface org.sikuli.script.support.IScriptRunner
-
Gets the name of the ScriptRunner.
- getName(String) - Static method in class org.sikuli.basics.FileManager
- getNameAsText() - Method in class org.sikuli.script.Image
- getNameGiven() - Method in class org.sikuli.script.App
- getNames() - Method in class org.sikuli.script.support.Observer
- getNames() - Static method in class org.sikuli.script.support.Runner
- getNativeObjAddr() - Method in class org.opencv.core.Algorithm
- getNativeObjAddr() - Method in class org.opencv.core.Mat
- getNativeObjAddr() - Method in class org.opencv.core.TickMeter
- getNativeObjAddr() - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- getNativeObjAddr() - Method in class org.opencv.features2d.BOWTrainer
- getNativeObjAddr() - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- getNativeObjAddr() - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- getNativeObjAddr() - Method in class org.opencv.features2d.Params
- getNativeObjAddr() - Method in class org.opencv.imgproc.Subdiv2D
- getNativeObjAddr() - Method in class org.opencv.objdetect.CascadeClassifier
- getNativeObjAddr() - Method in class org.opencv.objdetect.HOGDescriptor
- getNewMat() - Static method in class org.sikuli.script.Finder.Finder2
- getNewMat(Size, int, int) - Static method in class org.sikuli.script.Finder.Finder2
- getNLevels() - Method in class org.opencv.features2d.ORB
- getNOctaveLayers() - Method in class org.opencv.features2d.AKAZE
- getNOctaveLayers() - Method in class org.opencv.features2d.KAZE
- getNOctaves() - Method in class org.opencv.features2d.AKAZE
- getNOctaves() - Method in class org.opencv.features2d.KAZE
- getNonmaxSuppression() - Method in class org.opencv.features2d.AgastFeatureDetector
- getNonmaxSuppression() - Method in class org.opencv.features2d.FastFeatureDetector
- getNumberOfCPUs() - Static method in class org.opencv.core.Core
- getNumberScreens() - Static method in class org.sikuli.script.Screen
- getNumThreads() - Static method in class org.opencv.core.Core
- getObserver() - Method in class org.sikuli.script.Region
- getObserveScanRate() - Method in class org.sikuli.script.Region
- getOffset() - Method in class org.sikuli.script.Image
-
Get the value of offset
- getOffset(Location) - Method in class org.sikuli.script.Location
-
the offset of given point to this Location
- getOptimalDFTSize(int) - Static method in class org.opencv.core.Core
- getOption(String) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOption(String) - Method in class org.sikuli.script.support.RunTime
- getOption(String, String) - Method in class org.sikuli.script.Options
-
if no option file is found, the option is taken as not existing
side-effect: if no options file is there, an options store will be created in memory
in this case and when the option is absent or empty, the given default will be stored
you might later save the options store to a file with saveOptions()
the default value is either the empty string, number 0 or false - getOptionDouble(String) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOptionDouble(String, double) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOptionFloat(String) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOptionFloat(String, float) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOptionInteger(String) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOptionInteger(String, Integer) - Method in class org.sikuli.script.Options
-
{link getOption}
- getOptions() - Method in class org.sikuli.script.App
- getOptions() - Method in class org.sikuli.script.Options
-
all options and their values
- getOptionsFile() - Method in class org.sikuli.script.Options
- getOptionsFileDefault() - Static method in class org.sikuli.script.Options
- getOriginalWindowSize() - Method in class org.opencv.objdetect.CascadeClassifier
- getOS() - Static method in class org.sikuli.basics.Settings
- getOS() - Static method in class org.sikuli.script.Env
-
Deprecated.use the Settings features
- getOSUtil() - Static method in class org.sikuli.natives.SysUtil
- getOSVersion() - Static method in class org.sikuli.basics.Settings
- getOSVersion() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings. ... instead
- getPackages() - Method in class se.vidstige.jadb.managers.PackageManager
- getPass2Only() - Method in class org.opencv.features2d.MSER
- getPatchSize() - Method in class org.opencv.features2d.ORB
- getPath() - Method in class org.sikuli.script.ImagePath.PathEntry
- getPaths() - Static method in class org.sikuli.script.ImagePath
-
get the list of path entries (as PathEntry)
- getPathSeparator() - Static method in class org.sikuli.basics.Settings
- getPattern() - Method in class org.sikuli.guide.SxAnchor
- getPattern() - Method in class org.sikuli.script.ObserveEvent
- getPerspectiveTransform(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- getPid() - Method in class org.sikuli.natives.WinUtil.ProcessInfo
- getPid() - Method in class org.sikuli.natives.WinUtil.WindowInfo
- getPID() - Method in class org.sikuli.script.App
- getPID(String) - Static method in class org.sikuli.natives.MacUtil
- getPoint() - Method in class org.sikuli.script.Location
-
get as AWT point
- getPort() - Method in class se.vidstige.jadb.server.SocketServer
- getPort(String) - Static method in class org.sikuli.basics.FileManager
- getPort(String) - Static method in class org.sikuli.util.Run
- getPrefMoreHighlight() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreImages() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreImagesPath() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreImageThumbs() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreLogActions() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreLogDebug() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreLogInfo() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreMessage() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMorePlainText() - Method in class org.sikuli.basics.PreferencesUser
- getPrefMoreRunSave() - Method in class org.sikuli.basics.PreferencesUser
- getPrimaryId() - Static method in class org.sikuli.script.Screen
- getPrimaryScreen() - Static method in class org.sikuli.script.Screen
- getprop() - Method in class se.vidstige.jadb.managers.PropertyManager
- getProxy() - Static method in class org.sikuli.basics.FileManager
- getProxyAddress(String) - Static method in class org.sikuli.basics.FileManager
- getProxyPort(String) - Static method in class org.sikuli.basics.FileManager
- getPython() - Static method in class org.sikuli.script.support.ExtensionManager
- getQualityLevel() - Method in class org.opencv.features2d.GFTTDetector
- getRandom() - Static method in class org.sikuli.script.Mouse
- getRandomInt() - Static method in class org.sikuli.basics.FileManager
- getRect() - Method in class org.sikuli.script.Region
- getRect() - Method in interface org.sikuli.script.support.IScreen
- getRectangle(Rectangle, int) - Static method in class org.sikuli.script.Region
- getRectSubPix(Mat, Size, Point, Mat) - Static method in class org.opencv.imgproc.Imgproc
- getRectSubPix(Mat, Size, Point, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- getRegion() - Method in class org.sikuli.guide.Guide
- getRegion() - Method in class org.sikuli.guide.Visual
- getRegion() - Method in class org.sikuli.script.ObserveEvent
- getRegion() - Method in class org.sikuli.script.ScreenImage
- getRegion() - Method in class org.sikuli.script.support.ScreenUnion
- getRegion(int, int) - Static method in class org.sikuli.natives.MacUtil
- getRepeatWaitTime() - Method in class org.sikuli.script.Region
-
INTERNAL USE: Observe
- getResize() - Method in class org.sikuli.script.Pattern
- getResourceList(String) - Method in class org.sikuli.script.support.RunTime
- getResourceList(String, Class) - Method in class org.sikuli.script.support.RunTime
- getResponse() - Static method in exception org.sikuli.script.FindFailed
- getResponse() - Method in class org.sikuli.script.ObserveEvent
- getResponse() - Method in class org.sikuli.script.support.FindFailedDialog
- getRobot() - Method in class org.sikuli.android.ADBScreen
- getRobot() - Method in class org.sikuli.script.Screen
-
Gets the Robot of this Screen.
- getRobot() - Method in interface org.sikuli.script.support.IScreen
- getRobot() - Method in class org.sikuli.vnc.VNCScreen
- getRobot(int) - Static method in class org.sikuli.script.Screen
-
each screen has exactly one robot (internally used for screen capturing)
available as a convenience for those who know what they are doing. - getRobot(ADBScreen) - Method in class org.sikuli.android.ADBDevice
- getRobot(Region) - Static method in class org.sikuli.script.Screen
- getRobotForPoint(String) - Method in class org.sikuli.script.Location
- getROI() - Method in class org.sikuli.script.Region
-
A function only for backward compatibility - Only makes sense with Screen objects
- getROI() - Method in class org.sikuli.script.ScreenImage
- getRotationMatrix2D(Point, double, double) - Static method in class org.opencv.imgproc.Imgproc
- getRow(int) - Method in class org.sikuli.script.Image
-
get the specified row counting from 0, if rows or raster are setup
negative counts reverse from the end (last = -1)
values outside range are 0 or last respectively - getRow(int) - Method in class org.sikuli.script.Region
-
get the specified row counting from 0
negative counts reverse from the end (last is -1)
values outside range are 0 or last respectively - getRow(int, int) - Method in class org.sikuli.script.Region
- getRowH() - Method in class org.sikuli.script.Image
- getRowH() - Method in class org.sikuli.script.Region
- getRows() - Method in class org.sikuli.script.Image
- getRows() - Method in class org.sikuli.script.Region
- getRunner() - Method in class org.sikuli.script.support.IScriptRunner.EffectiveRunner
- getRunner() - Method in class org.sikuli.util.AbortableScriptRunnerWrapper
- getRunner(Class<? extends IScriptRunner>) - Static method in class org.sikuli.script.support.Runner
- getRunner(String) - Static method in class org.sikuli.script.support.Runner
- getRunners() - Static method in class org.sikuli.script.support.Runner
- getRunScripts() - Static method in class org.sikuli.script.support.RunTime
- getScaleFactor() - Method in class org.opencv.features2d.ORB
- getScore() - Method in class org.sikuli.script.Match
-
the match score
- getScoreType() - Method in class org.opencv.features2d.ORB
- getScreen() - Method in class org.sikuli.android.ADBRobot
- getScreen() - Method in class org.sikuli.android.ADBScreen
- getScreen() - Method in class org.sikuli.script.Location
-
Returns null, if outside of any screen and not contained in a non-Desktop Screen instance (e.g. remote screen)
subsequent actions WILL crash if not tested for null return - getScreen() - Method in class org.sikuli.script.Region
- getScreen() - Method in class org.sikuli.script.Screen
- getScreen() - Method in interface org.sikuli.script.support.IRobot
-
Return the underlying device object (if any).
- getScreen() - Method in class org.sikuli.script.support.RobotDesktop
- getScreen(int) - Static method in class org.sikuli.script.Screen
- getScreenContaining() - Method in class org.sikuli.script.Region
-
Deprecated.Only for compatibility, to get the screen containing this region, use
Region.getScreen() - getScrID() - Method in class org.sikuli.util.OverlayCapturePrompt
- getScript() - Method in class org.sikuli.script.support.IScriptRunner.EffectiveRunner
- getScriptEntryName(ZipFile) - Method in class org.sikuli.script.runners.JarRunner
- getScriptEntryName(ZipFile) - Method in class org.sikuli.script.runners.ZipRunner
- getScriptFile(File) - Static method in class org.sikuli.script.support.Runner
-
Checks, whether the given directory contains a file with extension, that
- has the same name (excluding extension)
- can be run by one of the supported runners - getSelection() - Method in class org.sikuli.util.OverlayCapturePrompt
- getSeparator() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings.getPathSeparator() ... instead
- getSerial() - Method in interface se.vidstige.jadb.server.AdbDeviceResponder
- getServerExtra() - Static method in class org.sikuli.script.support.RunTime
- getServerGroups() - Static method in class org.sikuli.script.support.RunTime
- getServerOptions() - Static method in class org.sikuli.script.support.RunTime
- getSikuliDataPath() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings.getDataPath() instead
- getSikuliVersion() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings.getVersion() instead
- getSikuliVersionBuild() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings.getVersionBuild() instead
- getSimilar() - Method in class org.sikuli.script.Pattern
- getSimilarity() - Method in class org.sikuli.script.Image
-
Get the value of similarity
- getSitesTxt() - Static method in class org.sikuli.script.support.ExtensionManager
- getSitesTxtDefault() - Static method in class org.sikuli.script.support.ExtensionManager
- getSize() - Method in class org.sikuli.script.Image
- getSnapSize() - Method in class org.sikuli.guide.ComponentMover
-
Get the snap size
- getSource() - Method in class org.sikuli.guide.SxArrow
- getStandardOutput() - Method in class org.sikuli.natives.CommandExecutorResult
- getStart() - Method in class org.sikuli.script.ScreenImage
- getStatus() - Method in class org.sikuli.script.support.RunTime
- getStopHotkey() - Method in class org.sikuli.basics.PreferencesUser
- getStopHotkeyModifiers() - Method in class org.sikuli.basics.PreferencesUser
- getStopOnFirstEvent() - Static method in class org.sikuli.script.support.Observing
- getStoredAt() - Method in class org.sikuli.script.ScreenImage
- getStructuringElement(int, Size) - Static method in class org.opencv.imgproc.Imgproc
- getStructuringElement(int, Size, Point) - Static method in class org.opencv.imgproc.Imgproc
- getSub(int) - Method in class org.sikuli.script.Image
-
create a sub image from this image
- getSub(int, int, int, int) - Method in class org.sikuli.script.Image
-
create a sub image from this image
- getSub(Rectangle) - Method in class org.sikuli.script.ScreenImage
- getSub(Region) - Method in class org.sikuli.script.Image
- getSubimage(BufferedImage, Rectangle) - Static method in class org.sikuli.script.Image
- getSXArgs() - Static method in class org.sikuli.script.support.RunTime
- getSXArgs() - Method in class org.sikuli.util.CommandArgs
- getSysArgv() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- getSysPath() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- getSysPathEntry(File) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- getSystemInfo() - Method in class org.sikuli.script.support.RunTime
- getTabWhitespace() - Method in class org.sikuli.basics.PreferencesUser
- getTabWidth() - Method in class org.sikuli.basics.PreferencesUser
- getTarget() - Method in class org.sikuli.guide.Visual
- getTarget() - Method in class org.sikuli.script.Match
-
convenience method
- getTarget() - Method in class org.sikuli.script.Region
-
convenience method
- getTargetOffset() - Method in class org.sikuli.script.Match
-
convenience - same as
Pattern.getTargetOffset() - getTargetOffset() - Method in class org.sikuli.script.Pattern
- getText() - Method in class org.sikuli.guide.Visual
- getText() - Method in class org.sikuli.script.Match
- getTextFromKeycode(int) - Static method in class org.sikuli.hotkey.Keys
- getTextFromKeycode(int) - Static method in class org.sikuli.script.Key
- getTextSize(String, int, double, int, int[]) - Static method in class org.opencv.imgproc.Imgproc
- getThreadNum() - Static method in class org.opencv.core.Core
-
Deprecated.
- getThreshold() - Method in class org.opencv.features2d.AgastFeatureDetector
- getThreshold() - Method in class org.opencv.features2d.AKAZE
- getThreshold() - Method in class org.opencv.features2d.FastFeatureDetector
- getThreshold() - Method in class org.opencv.features2d.KAZE
- getThrowException() - Method in class org.sikuli.script.Region
-
current setting
Region.setThrowException(boolean) - getTickCount() - Static method in class org.opencv.core.Core
- getTickFrequency() - Static method in class org.opencv.core.Core
- getTilesGridSize() - Method in class org.opencv.imgproc.CLAHE
- getTime() - Method in class org.sikuli.script.Match
- getTime() - Method in class org.sikuli.script.ObserveEvent
- getTimeAfter() - Method in class org.sikuli.script.Pattern
-
TODO: Usage to be implemented! - getTimeMicro() - Method in class org.opencv.core.TickMeter
- getTimeMilli() - Method in class org.opencv.core.TickMeter
- getTimeout() - Method in class org.sikuli.script.support.IScriptRunner.Options
- getTimeSec() - Method in class org.opencv.core.TickMeter
- getTimestamp() - Static method in class org.sikuli.basics.Settings
- getTimeTicks() - Method in class org.opencv.core.TickMeter
- getTitle() - Method in class org.sikuli.natives.WinUtil.WindowInfo
- getTitle() - Method in class org.sikuli.script.App
- getTitle(int) - Method in class org.sikuli.script.App
- getToken() - Method in class org.sikuli.script.App
- getTopLeft() - Method in class org.sikuli.script.Region
- getTopRight() - Method in class org.sikuli.script.Region
- getTopWindowTitle(int) - Static method in class org.sikuli.natives.WinUtil
- getTrainDescriptors() - Method in class org.opencv.features2d.DescriptorMatcher
- getTransition() - Method in class org.sikuli.guide.Guide
- getTriangleList(MatOfFloat6) - Method in class org.opencv.imgproc.Subdiv2D
- getType() - Method in class org.opencv.features2d.AgastFeatureDetector
- getType() - Method in class org.opencv.features2d.FastFeatureDetector
- getType() - Method in class org.sikuli.script.ObserveEvent
-
get the observe event type
- getType() - Method in class org.sikuli.script.ObserverCallBack
-
INTERNAL USE
- getType() - Method in class org.sikuli.script.runners.AppleScriptRunner
- getType() - Method in class org.sikuli.script.runners.InvalidRunner
- getType() - Method in class org.sikuli.script.runners.JarRunner
- getType() - Method in class org.sikuli.script.runners.JavaScriptRunner
- getType() - Method in class org.sikuli.script.runners.JRubyRunner
- getType() - Method in class org.sikuli.script.runners.JythonRunner
- getType() - Method in class org.sikuli.script.runners.NetworkRunner
- getType() - Method in class org.sikuli.script.runners.PowershellRunner
- getType() - Method in class org.sikuli.script.runners.ProcessRunner
- getType() - Method in class org.sikuli.script.runners.PythonRunner
- getType() - Method in class org.sikuli.script.runners.RobotRunner
- getType() - Method in class org.sikuli.script.runners.ServerRunner
- getType() - Method in class org.sikuli.script.runners.SikulixRunner
- getType() - Method in class org.sikuli.script.runners.SilkulixGitTestRunner
- getType() - Method in class org.sikuli.script.runners.SKLRunner
- getType() - Method in class org.sikuli.script.runners.TextRunner
- getType() - Method in class org.sikuli.script.runners.ZipRunner
- getType() - Method in interface org.sikuli.script.support.IScriptRunner
-
return the type of script this handler can execute.
- getType() - Method in interface se.vidstige.jadb.server.AdbDeviceResponder
- getTypes() - Static method in class org.sikuli.script.support.Runner
- getUpright() - Method in class org.opencv.features2d.KAZE
- getURL() - Method in class org.sikuli.script.Image
- getURLForContentFromURL(URL, String) - Static method in class org.sikuli.basics.FileManager
- getUserArgs() - Static method in class org.sikuli.script.support.RunTime
- getUserArgs() - Method in class org.sikuli.util.CommandArgs
- getUserLogFile() - Static method in class org.sikuli.script.support.RunTime
- getUserType() - Method in class org.sikuli.basics.PreferencesUser
- getValidImageFilename(String) - Static method in class org.sikuli.script.Image
- getVals() - Method in class org.sikuli.script.ObserveEvent
-
for type GENERIC: (the value's type is known by creator and user of getVals as some private protocol)
- getValue(long) - Method in class org.sikuli.basics.AnimatorLinearInterpolation
- getValue(long) - Method in class org.sikuli.basics.AnimatorOutQuarticEase
- getValue(long) - Method in class org.sikuli.basics.AnimatorQuarticEase
- getValue(long) - Method in class org.sikuli.basics.AnimatorStopExtention
- getValue(long) - Method in class org.sikuli.basics.AnimatorTimeValueFunction
- getVersion() - Static method in class org.sikuli.basics.Settings
- getVersion() - Method in class org.sikuli.script.support.RunTime
- getVersion() - Method in interface se.vidstige.jadb.server.AdbResponder
- getVersion(String) - Method in class org.sikuli.script.support.ExtensionManager
- getVersionBuild() - Static method in class org.sikuli.basics.Settings
- getVersionMajor() - Static method in class org.opencv.core.Core
- getVersionMinor() - Static method in class org.opencv.core.Core
- getVersionRevision() - Static method in class org.opencv.core.Core
- getVersionShort() - Method in class org.sikuli.script.support.RunTime
- getVersionString() - Static method in class org.opencv.core.Core
- getVertex(int) - Method in class org.opencv.imgproc.Subdiv2D
- getVertex(int, int[]) - Method in class org.opencv.imgproc.Subdiv2D
- getVocabulary() - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- getVoronoiFacetList(MatOfInt, List<MatOfPoint2f>, MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
- getW() - Method in class org.sikuli.script.Element
- getW() - Method in interface org.sikuli.script.support.IScreen
- getWaitAfter() - Method in class org.sikuli.script.Image
-
Get the value of waitAfter
- getWaitScanRate() - Method in class org.sikuli.script.Region
- getWindow(String) - Method in class org.sikuli.natives.LinuxUtil
- getWindow(String) - Method in class org.sikuli.natives.MacUtil
- getWindow(String) - Method in interface org.sikuli.natives.OSUtil
- getWindow(String) - Method in class org.sikuli.natives.WinUtil
- getWindow(App) - Method in class org.sikuli.natives.LinuxUtil
- getWindow(App) - Method in class org.sikuli.natives.MacUtil
- getWindow(App) - Method in interface org.sikuli.natives.OSUtil
- getWindow(App) - Method in class org.sikuli.natives.WinUtil
- getWindow(App, int) - Method in class org.sikuli.natives.LinuxUtil
- getWindow(App, int) - Method in class org.sikuli.natives.MacUtil
- getWindow(App, int) - Method in interface org.sikuli.natives.OSUtil
- getWindow(App, int) - Method in class org.sikuli.natives.WinUtil
- getWindows() - Method in class org.sikuli.script.App
- getWindows(App) - Method in class org.sikuli.natives.LinuxUtil
- getWindows(App) - Method in class org.sikuli.natives.MacUtil
- getWindows(App) - Method in interface org.sikuli.natives.OSUtil
- getWindows(App) - Method in class org.sikuli.natives.WinUtil
- getWindowTitle() - Method in class org.sikuli.script.App
- getWindowTitle(WinDef.HWND) - Static method in class org.sikuli.natives.WinUtil
- getWinSigma() - Method in class org.opencv.objdetect.HOGDescriptor
- getWorkDir() - Method in class org.sikuli.script.App
- getWTA_K() - Method in class org.opencv.features2d.ORB
- getX() - Method in class org.sikuli.script.Element
- getX() - Method in class org.sikuli.script.Location
- getX() - Method in class org.sikuli.script.Offset
- getX() - Method in interface org.sikuli.script.support.IScreen
- getY() - Method in class org.sikuli.script.Element
- getY() - Method in class org.sikuli.script.Location
- getY() - Method in class org.sikuli.script.Offset
- getY() - Method in interface org.sikuli.script.support.IScreen
- GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GFTTDetector - Class in org.opencv.features2d
- GFTTDetector(long) - Constructor for class org.opencv.features2d.GFTTDetector
- globalMouseClicked(Point) - Method in class org.sikuli.guide.SxClickable
- globalMouseEntered() - Method in class org.sikuli.guide.SxClickable
- globalMouseEntered() - Method in class org.sikuli.guide.SxHotspot
- globalMouseExited() - Method in class org.sikuli.guide.SxClickable
- globalMouseExited() - Method in class org.sikuli.guide.SxHotspot
- globalMouseIdled(int, int) - Method in class org.sikuli.guide.ClickableWindow
- globalMouseIdled(int, int) - Method in interface org.sikuli.guide.GlobalMouseMotionListener
- globalMouseIdled(int, int) - Method in class org.sikuli.guide.SxBeam
- globalMouseIdled(int, int) - Method in class org.sikuli.guide.SxMagnet
- GlobalMouseMotionListener - Interface in org.sikuli.guide
- GlobalMouseMotionTracker - Class in org.sikuli.guide
- globalMouseMoved(int, int) - Method in class org.sikuli.guide.ClickableWindow
- globalMouseMoved(int, int) - Method in interface org.sikuli.guide.GlobalMouseMotionListener
- globalMouseMoved(int, int) - Method in class org.sikuli.guide.SxBeam
- globalMouseMoved(int, int) - Method in class org.sikuli.guide.SxMagnet
- globalMouseMoved(Point) - Method in class org.sikuli.guide.SxClickable
- globalOptions() - Static method in class org.sikuli.script.OCR
-
access/get the current global Options (Singleton).
- globalTraceOff() - Static method in class org.sikuli.basics.Debug
- globalTraceOn() - Static method in class org.sikuli.basics.Debug
- goodFeaturesToTrack(Mat, MatOfPoint, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, boolean, double) - Static method in class org.opencv.imgproc.Imgproc
- goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- goodFeaturesToTrack(Mat, MatOfPoint, int, double, double, Mat, int, int, boolean, double) - Static method in class org.opencv.imgproc.Imgproc
- GpuApiCallError - Static variable in class org.opencv.core.Core
- GpuNotSupported - Static variable in class org.opencv.core.Core
- grabCut(Mat, Mat, Rect, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- grabCut(Mat, Mat, Rect, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- GrabModeAsync - Static variable in interface com.tulskiy.keymaster.x11.X11
- GRANT_ALL_PERMISSIONS - Static variable in class se.vidstige.jadb.managers.PackageManager
-
This option is supported only from Android 6.X+
- GRID_AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_BRISK - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_DENSE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_FAST - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_HARRIS - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_MSER - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_ORB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- GRID_SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- groupRectangles(MatOfRect, MatOfInt, int) - Static method in class org.opencv.objdetect.Objdetect
- groupRectangles(MatOfRect, MatOfInt, int, double) - Static method in class org.opencv.objdetect.Objdetect
- grow() - Method in class org.sikuli.script.Location
-
create a region with this point as center and size Settings.DefaultPadding
- grow() - Method in class org.sikuli.script.Region
-
create a region enlarged n pixels on each side (n = Settings.DefaultPadding = 50 default)
- grow(int) - Method in class org.sikuli.script.Location
-
create a region with this point as center and the given size
- grow(int) - Method in class org.sikuli.script.Region
-
create a region enlarged range pixels on each side
- grow(int, int) - Method in class org.sikuli.script.Location
-
create a region with this point as center and the given size
- grow(int, int) - Method in class org.sikuli.script.Region
-
create a region enlarged w pixels on left and right side and h pixels at top and bottom
- grow(int, int, int, int) - Method in class org.sikuli.script.Location
-
create a region with a corner at this point
as specified with x y
0 0 top left
0 1 bottom left
1 0 top right
1 1 bottom right - grow(int, int, int, int) - Method in class org.sikuli.script.Region
-
create a region enlarged l pixels on left and r pixels right side and t pixels at top side and b pixels a bottom side. negative values go inside (shrink)
- grow(Location) - Static method in class org.sikuli.script.Region
-
create a minimal region at given point with size 1 x 1
- grow(Location, int, int) - Static method in class org.sikuli.script.Region
-
create a region with the given point as center and the given size
- grow(Location, int, int, int, int) - Static method in class org.sikuli.script.Region
-
create a region with a corner at the given point
as specified with x y
0 0 top left
0 1 bottom left
1 0 top right
1 1 bottom right
same as the corresponding create method, here to be naming compatible with class Location - Guide - Class in org.sikuli.guide
- Guide() - Constructor for class org.sikuli.guide.Guide
-
create a new guide overlay on whole primary screen
- Guide(Region) - Constructor for class org.sikuli.guide.Guide
-
create a new guide overlay on given region
H
- h - Variable in class org.sikuli.script.Element
-
Height of the Region/Image
- h - Variable in class org.sikuli.script.ScreenImage
-
x, y, w, h of the stored ROI
- HANDLE - org.sikuli.script.FindFailedResponse
- HANDLE - Static variable in exception org.sikuli.script.FindFailed
-
FindFailedResponse HANDLE: should call a handler
FindFailed.setFindFailedHandler(Object)on FindFailed - happened(ObserveEvent) - Method in class org.sikuli.script.ObserverCallBack
-
to be overwritten to handle generic events
- HAPPENED - org.sikuli.script.support.Observer.State
- HARRIS - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- HARRIS_SCORE - Static variable in class org.opencv.features2d.ORB
- has(PSI) - Method in class org.sikuli.script.Region
-
Check if target exists
- does not raise FindFailed - like exists(target, 0) but returns true/false
- which means only one search
- no wait for target to appear
- intended to be used in logical expressions
- use getLastMatch() to get the match if found - has(PSI, double) - Method in class org.sikuli.script.Region
-
Check if target appears within the specified time
- does not raise FindFailed - like exists(target, timeout) but returns true/false
- intended to be used in logical expressions
- use getLastMatch() to get the match if found - hasBundlePath() - Static method in class org.sikuli.script.ImagePath
- hasChanged - Variable in class org.sikuli.guide.Visual
- hasDevices() - Method in class org.sikuli.android.ADBClient
- hasEvent(String) - Static method in class org.sikuli.script.support.Observing
-
are their any happened events for the observer having this name?
- hasEvents() - Method in class org.sikuli.script.Region
- hasEvents() - Static method in class org.sikuli.script.support.Observing
-
are their any happened events
- hasEvents(Region) - Static method in class org.sikuli.script.support.Observing
-
are their any happened events for this region?
- hasExtension(String) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- hasExtension(String) - Method in interface org.sikuli.script.support.IScriptRunner
-
checks whether this ScriptRunner supports the given file extension
- hasExtensionsFile() - Static method in class org.sikuli.script.support.ExtensionManager
- hasFocus() - Method in class org.sikuli.script.App
- hashCode() - Method in class org.opencv.core.Point
- hashCode() - Method in class org.opencv.core.Point3
- hashCode() - Method in class org.opencv.core.Range
- hashCode() - Method in class org.opencv.core.Rect
- hashCode() - Method in class org.opencv.core.Rect2d
- hashCode() - Method in class org.opencv.core.RotatedRect
- hashCode() - Method in class org.opencv.core.Scalar
- hashCode() - Method in class org.opencv.core.Size
- hashCode() - Method in class org.opencv.core.TermCriteria
- hashCode() - Method in class se.vidstige.jadb.managers.Package
- hasIOException() - Method in class org.sikuli.script.Image
- hasMask() - Method in class org.sikuli.script.Pattern
- hasMoved() - Static method in class org.sikuli.script.Mouse
-
check if mouse was moved since last mouse action
- hasNext() - Method in class org.sikuli.script.Finder
- hasObserver() - Method in class org.sikuli.script.Region
-
evaluate if at least one event observer is defined for this region (the observer need not be running)
- hasObservers() - Method in class org.sikuli.script.support.Observer
- hasOptions() - Method in class org.sikuli.script.Options
-
check whether options are defined
- hasPoint(Point) - Static method in class org.sikuli.script.Screen
- hasPoint(Point) - Method in class org.sikuli.script.support.RunTime
- hasPrompt() - Method in class org.sikuli.script.Screen
- hasPython() - Static method in class org.sikuli.script.support.ExtensionManager
- hasRandom() - Static method in class org.sikuli.script.Mouse
- hasShebang(String, String) - Static method in class org.sikuli.script.support.ExtensionManager
- hasSysPath(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- hasT(String) - Method in class org.sikuli.script.Element
- hasTempBundle() - Method in class org.sikuli.script.runners.ZipRunner
- hasText(String) - Method in class org.sikuli.script.Element
- hasText(String) - Method in class org.sikuli.script.Region
- hasWindow() - Method in class org.sikuli.script.App
- haveToBuild() - Static method in class org.sikuli.util.LinuxSupport
- hconcat(List<Mat>, Mat) - Static method in class org.opencv.core.Core
- HeaderIsNull - Static variable in class org.opencv.core.Core
- height - Variable in class org.opencv.core.Rect
- height - Variable in class org.opencv.core.Rect2d
- height - Variable in class org.opencv.core.Size
- height - Variable in class org.opencv.highgui.ImageWindow
- height() - Method in class org.opencv.core.Mat
- HELP - org.sikuli.util.CommandArgsEnum
-
Shows the help
- hideIDE() - Method in class org.sikuli.script.support.RunTime
- HighGui - Class in org.opencv.highgui
-
This class was designed for use in Java applications to recreate the OpenCV HighGui functionalities.
- HighGui() - Constructor for class org.opencv.highgui.HighGui
- highlight() - Method in class org.sikuli.script.Region
-
show a colored frame around the region for a given time or switch on/off
- highlight(double) - Method in class org.sikuli.script.Region
-
show the regions Highlight for the given time in seconds (red frame) if 0 - use the global Settings.SlowMotionDelay
- highlight(double, String) - Method in class org.sikuli.script.Region
-
show the regions Highlight for the given time in seconds (frame of specified color) if 0 - use the global Settings.SlowMotionDelay
- highlight(String) - Method in class org.sikuli.script.Region
-
Toggle the regions Highlight border (given color)
allowed color specifications for frame color:
- a color name out of: black, blue, cyan, gray, green, magenta, orange, pink, red, white, yellow (lowercase and uppercase can be mixed, internally transformed to all uppercase)
- these colornames exactly written: lightGray, LIGHT_GRAY, darkGray and DARK_GRAY
- a hex value like in HTML: #XXXXXX (max 6 hex digits) - an RGB specification as: #rrrgggbbb where rrr, ggg, bbb are integer values in range 0 - 255 padded with leading zeros if needed (hence exactly 9 digits) - Highlight - Class in org.sikuli.util
- Highlight - Static variable in class org.sikuli.basics.Settings
-
true = highlight every match (default: false) (show red rectangle around) for DefaultHighlightTime seconds (default: 2)
- Highlight(Location) - Constructor for class org.sikuli.util.Highlight
- Highlight(Region) - Constructor for class org.sikuli.util.Highlight
- Highlight(Region, String) - Constructor for class org.sikuli.util.Highlight
- highlight4py(ArrayList) - Method in class org.sikuli.script.Region
-
INTERNAL: highlight (for Python support):
- highlightAllOff() - Static method in class org.sikuli.script.Region
-
Switch off all actual highlights
- highlightOff() - Static method in class org.sikuli.basics.Debug
- highlightOff() - Method in class org.sikuli.script.Region
-
Switch off the regions highlight
- highlightOn() - Static method in class org.sikuli.basics.Debug
- highlightOn() - Method in class org.sikuli.script.Region
-
Switch on the regions highlight with default color
- highlightOn(String) - Method in class org.sikuli.script.Region
-
Switch on the regions highlight with given color
- HighlightTransparent - Static variable in class org.sikuli.basics.Settings
- HISTCMP_BHATTACHARYYA - Static variable in class org.opencv.imgproc.Imgproc
- HISTCMP_CHISQR - Static variable in class org.opencv.imgproc.Imgproc
- HISTCMP_CHISQR_ALT - Static variable in class org.opencv.imgproc.Imgproc
- HISTCMP_CORREL - Static variable in class org.opencv.imgproc.Imgproc
- HISTCMP_HELLINGER - Static variable in class org.opencv.imgproc.Imgproc
- HISTCMP_INTERSECT - Static variable in class org.opencv.imgproc.Imgproc
- HISTCMP_KL_DIV - Static variable in class org.opencv.imgproc.Imgproc
- history(String, Object...) - Static method in class org.sikuli.basics.Debug
-
Deprecated.
- HOGDescriptor - Class in org.opencv.objdetect
- HOGDescriptor() - Constructor for class org.opencv.objdetect.HOGDescriptor
- HOGDescriptor(long) - Constructor for class org.opencv.objdetect.HOGDescriptor
- HOGDescriptor(String) - Constructor for class org.opencv.objdetect.HOGDescriptor
- HOGDescriptor(Size, Size, Size, Size, int) - Constructor for class org.opencv.objdetect.HOGDescriptor
- HOGDescriptor(Size, Size, Size, Size, int, int, double, int, double, boolean, int, boolean) - Constructor for class org.opencv.objdetect.HOGDescriptor
- HOME - Static variable in class org.sikuli.hotkey.Keys
- HOME - Static variable in class org.sikuli.script.Key
- HORIZONTAL - Static variable in class org.sikuli.basics.PreferencesUser
- HORIZONTAL - Static variable in class org.sikuli.guide.SxArea
- HorizontalComparator - Class in org.sikuli.script.compare
-
Compares the Regions by x-position.
- HorizontalComparator() - Constructor for class org.sikuli.script.compare.HorizontalComparator
- HotKey - Class in com.tulskiy.keymaster.common
-
Internal representation of a hotkey.
- HotKey(MediaKey, HotKeyListener) - Constructor for class com.tulskiy.keymaster.common.HotKey
- HotKey(KeyStroke, HotKeyListener) - Constructor for class com.tulskiy.keymaster.common.HotKey
- HotkeyCallback - Class in org.sikuli.hotkey
- HotkeyCallback() - Constructor for class org.sikuli.hotkey.HotkeyCallback
- HotkeyController - Class in org.sikuli.hotkey
-
Singleton class to bind hotkeys to hotkey listeners
- HotkeyController() - Constructor for class org.sikuli.hotkey.HotkeyController
- HotkeyEvent - Class in org.sikuli.basics
- HotkeyEvent - Class in org.sikuli.hotkey
- HotkeyEvent(int, int) - Constructor for class org.sikuli.basics.HotkeyEvent
- HotkeyEvent(int, int) - Constructor for class org.sikuli.hotkey.HotkeyEvent
- HotkeyEvent(String, String) - Constructor for class org.sikuli.hotkey.HotkeyEvent
- HotkeyListener - Class in org.sikuli.basics
- HotkeyListener() - Constructor for class org.sikuli.basics.HotkeyListener
- HotKeyListener - Interface in com.tulskiy.keymaster.common
-
Author: Denis Tulskiy Date: 6/21/11
- HotkeyManager - Class in org.sikuli.basics
-
Singleton class to bind hotkeys to hotkey listeners
- HotkeyManager() - Constructor for class org.sikuli.basics.HotkeyManager
- hotkeyPressed(HotkeyEvent) - Method in class org.sikuli.basics.HotkeyListener
-
Override this to implement your own hotkey handler.
- hotkeyPressed(HotkeyEvent) - Method in class org.sikuli.hotkey.HotkeyCallback
-
Override this to implement your own hotkey handler.
- HOUGH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
- HOUGH_MULTI_SCALE - Static variable in class org.opencv.imgproc.Imgproc
- HOUGH_PROBABILISTIC - Static variable in class org.opencv.imgproc.Imgproc
- HOUGH_STANDARD - Static variable in class org.opencv.imgproc.Imgproc
- HoughCircles(Mat, Mat, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- HoughCircles(Mat, Mat, int, double, double, double, double, int, int) - Static method in class org.opencv.imgproc.Imgproc
- HoughLines(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- HoughLines(Mat, Mat, double, double, int, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
- HoughLinesP(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- HoughLinesP(Mat, Mat, double, double, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- HoughLinesPointSet(Mat, Mat, int, int, double, double, double, double, double, double) - Static method in class org.opencv.imgproc.Imgproc
- hover() - Method in class org.sikuli.script.Location
-
Move the mouse to this location point
- hover() - Method in class org.sikuli.script.Region
-
move the mouse pointer to region's last successful match
use center if no lastMatch
if region is a match: move to targetOffset
same as mouseMove - hover(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
move the mouse to the given location with a given offset
3 parameter configurations:
--1: wait for a visual and move mouse to it (args see wait())
--2: move to the given region/location/match with a given offset
--3: move to the given offset relative to the last match of the region in use - hover(PFRML) - Method in class org.sikuli.script.Region
-
move the mouse pointer to the given target location
same as mouseMove
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - HuMoments(Moments, Mat) - Static method in class org.opencv.imgproc.Imgproc
- hwnd - Variable in class org.sikuli.natives.WinUtil.WindowInfo
I
- IAnimator - Interface in org.sikuli.guide
- id - Variable in class com.tulskiy.keymaster.osx.Carbon.EventHotKeyID
- idct(Mat, Mat) - Static method in class org.opencv.core.Core
- idct(Mat, Mat, int) - Static method in class org.opencv.core.Core
- IDE - org.sikuli.script.support.RunTime.Type
- ideTest(ADBScreen) - Static method in class org.sikuli.android.ADBTest
-
used in SikuliIDE menu tool to run a test against an attached device
- idft(Mat, Mat) - Static method in class org.opencv.core.Core
- idft(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
- ignorePrimaryAtCapture - Static variable in class org.sikuli.script.Screen
- image(Object) - Method in class org.sikuli.guide.Guide
- Image - Class in org.sikuli.script
-
This class hides the complexity behind image names given as string.
- Image(BufferedImage) - Constructor for class org.sikuli.script.Image
-
create a new image from a buffered image
can only be reused with the object reference - Image(BufferedImage, String) - Constructor for class org.sikuli.script.Image
-
create a new image from a buffered image
giving it a descriptive name for printout and logging
can only be reused with the object reference - Image(ScreenImage) - Constructor for class org.sikuli.script.Image
-
create a new image from a Sikuli ScreenImage (captured)
can only be reused with the object reference - Image(ScreenImage, String) - Constructor for class org.sikuli.script.Image
-
create a new image from a Sikuli ScreenImage (captured)
giving it a descriptive name for printout and logging
can only be reused with the object reference - Image.Interpolation - Enum in org.sikuli.script
-
Available resize interpolation algorithms
- ImageCallback - Class in org.sikuli.script
- ImageCallback - Static variable in class org.sikuli.basics.Settings
- ImageCallback() - Constructor for class org.sikuli.script.ImageCallback
- ImageGroup - Class in org.sikuli.script.support
-
EXPERIMENTAL --- INTERNAL USE ONLY
is not official API --- will not be in version 2 - imageMissingHandler - Variable in class org.sikuli.script.Element
- ImagePath - Class in org.sikuli.script
-
maintain the path list of locations, where images will be searched.
- ImagePath() - Constructor for class org.sikuli.script.ImagePath
- ImagePath.PathEntry - Class in org.sikuli.script
-
represents an imagepath entry
- ImageWindow - Class in org.opencv.highgui
-
This class was designed to create and manipulate the Windows to be used by the HighGui class.
- ImageWindow(String, int) - Constructor for class org.opencv.highgui.ImageWindow
- ImageWindow(String, Mat) - Constructor for class org.opencv.highgui.ImageWindow
- imdecode(Mat, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
- imencode(String, Mat, MatOfByte) - Static method in class org.opencv.imgcodecs.Imgcodecs
- imencode(String, Mat, MatOfByte, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
- img - Variable in class org.opencv.highgui.ImageWindow
- Imgcodecs - Class in org.opencv.imgcodecs
- Imgcodecs() - Constructor for class org.opencv.imgcodecs.Imgcodecs
- imgIdx - Variable in class org.opencv.core.DMatch
-
Train image index.
- Imgproc - Class in org.opencv.imgproc
- Imgproc() - Constructor for class org.opencv.imgproc.Imgproc
- imgToBeResized - Variable in class org.opencv.highgui.ImageWindow
- IMPL_IPP - Static variable in class org.opencv.core.Core
- IMPL_OPENCL - Static variable in class org.opencv.core.Core
- IMPL_PLAIN - Static variable in class org.opencv.core.Core
- imread(String) - Static method in class org.opencv.imgcodecs.Imgcodecs
- imread(String, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_ANYCOLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_ANYDEPTH - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_COLOR - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_IGNORE_ORIENTATION - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_LOAD_GDAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_REDUCED_COLOR_2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_REDUCED_COLOR_4 - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_REDUCED_COLOR_8 - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_REDUCED_GRAYSCALE_2 - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_REDUCED_GRAYSCALE_4 - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_REDUCED_GRAYSCALE_8 - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMREAD_UNCHANGED - Static variable in class org.opencv.imgcodecs.Imgcodecs
- imreadmulti(String, List<Mat>) - Static method in class org.opencv.imgcodecs.Imgcodecs
- imreadmulti(String, List<Mat>, int) - Static method in class org.opencv.imgcodecs.Imgcodecs
- imshow(String, Mat) - Static method in class org.opencv.highgui.HighGui
- imwrite(String, Mat) - Static method in class org.opencv.imgcodecs.Imgcodecs
- imwrite(String, Mat, MatOfInt) - Static method in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_EXR_TYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_EXR_TYPE_FLOAT - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_EXR_TYPE_HALF - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_JPEG_CHROMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_JPEG_LUMA_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_JPEG_OPTIMIZE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_JPEG_PROGRESSIVE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_JPEG_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_JPEG_RST_INTERVAL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_FORMAT_BLACKANDWHITE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_FORMAT_GRAYSCALE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_FORMAT_GRAYSCALE_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_FORMAT_NULL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_FORMAT_RGB - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_FORMAT_RGB_ALPHA - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PAM_TUPLETYPE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_BILEVEL - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_COMPRESSION - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_STRATEGY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_STRATEGY_DEFAULT - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_STRATEGY_FILTERED - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_STRATEGY_FIXED - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_STRATEGY_HUFFMAN_ONLY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PNG_STRATEGY_RLE - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_PXM_BINARY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_TIFF_RESUNIT - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_TIFF_XDPI - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_TIFF_YDPI - Static variable in class org.opencv.imgcodecs.Imgcodecs
- IMWRITE_WEBP_QUALITY - Static variable in class org.opencv.imgcodecs.Imgcodecs
- INACTIVE - org.sikuli.script.support.Observer.State
- info(String, Object...) - Static method in class org.sikuli.basics.Debug
-
informative Sikuli messages
switch on/off: Settings.InfoLogs - InfoLogs - Static variable in class org.sikuli.basics.Settings
- init() - Method in class com.tulskiy.keymaster.common.Provider
-
Initialize provider.
- init() - Method in class com.tulskiy.keymaster.osx.CarbonProvider
- init() - Method in class com.tulskiy.keymaster.windows.WindowsProvider
- init() - Method in class com.tulskiy.keymaster.x11.X11Provider
- init() - Method in class org.opencv.osgi.OpenCVNativeLoader
- init() - Static method in class org.sikuli.android.ADBDevice
- init() - Static method in class org.sikuli.basics.Debug
- init() - Static method in class org.sikuli.script.Finder.Finder2
- init() - Static method in class org.sikuli.script.Mouse
- init(int) - Static method in class org.sikuli.android.ADBDevice
- init(String) - Static method in class org.sikuli.android.ADBDevice
- init(String[]) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- init(String[]) - Method in interface org.sikuli.script.support.IScriptRunner
-
Can be used to initialize the ScriptRunner.
- init(RunTime) - Static method in class org.sikuli.basics.Settings
- init(RunTime) - Static method in class org.sikuli.script.Options
- INIT - org.sikuli.script.support.RunTime.Type
- initDelaunay(Rect) - Method in class org.opencv.imgproc.Subdiv2D
- initialize() - Method in class org.sikuli.script.support.Observer
- initRunners() - Static method in class org.sikuli.script.support.Runner
- initScreen(IScreen) - Method in class org.sikuli.script.Region
-
INTERNAL USE
- initScreens(boolean) - Static method in class org.sikuli.script.Screen
- initUndistortRectifyMap(Mat, Mat, Mat, Mat, Size, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- initWideAngleProjMap(Mat, Mat, Size, int, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- initWideAngleProjMap(Mat, Mat, Size, int, int, Mat, Mat, int, double) - Static method in class org.opencv.imgproc.Imgproc
- innerWait - Variable in class org.sikuli.script.Mouse
- input(Object...) - Static method in class org.sikuli.script.SX
-
optionally timed popup (self-vanishing)
- input(String) - Method in class org.sikuli.android.ADBDevice
- input(String) - Static method in class org.sikuli.script.Sikulix
- input(String, boolean) - Static method in class org.sikuli.script.Sikulix
- input(String, String) - Static method in class org.sikuli.script.Sikulix
- input(String, String, boolean) - Static method in class org.sikuli.script.Sikulix
- input(String, String, String) - Static method in class org.sikuli.script.Sikulix
- input(String, String, String, boolean) - Static method in class org.sikuli.script.Sikulix
-
request user's input as one line of text
with hidden = true:
the dialog works as password input (input text hidden as bullets)
take care to destroy the return value as soon as possible (internally the password is deleted on return) - inputDelay - Static variable in class org.sikuli.android.ADBDevice
- InputFontMono - Static variable in class org.sikuli.basics.Settings
- InputFontSize - Static variable in class org.sikuli.basics.Settings
- inputKeyEvent(int) - Method in class org.sikuli.android.ADBDevice
- inputText(String) - Static method in class org.sikuli.script.Sikulix
- inputText(String, int, int) - Static method in class org.sikuli.script.Sikulix
- inputText(String, int, int, String) - Static method in class org.sikuli.script.Sikulix
- inputText(String, String) - Static method in class org.sikuli.script.Sikulix
- inputText(String, String, int, int, String) - Static method in class org.sikuli.script.Sikulix
-
Shows a dialog request to enter text in a multiline text field
it has line wrapping on word bounds and a vertical scrollbar if needed - inRange(Mat, Scalar, Scalar, Mat) - Static method in class org.opencv.core.Core
- insert(MatOfPoint2f) - Method in class org.opencv.imgproc.Subdiv2D
- insert(Point) - Method in class org.opencv.imgproc.Subdiv2D
- INSERT - Static variable in class org.sikuli.hotkey.Keys
- INSERT - Static variable in class org.sikuli.script.Key
- insertChannel(Mat, Mat, int) - Static method in class org.opencv.core.Core
- insertSysPath(File) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- inside() - Method in class org.sikuli.script.Region
-
Deprecated.only for backward compatibility
- inside(Rect) - Method in class org.opencv.core.Point
- INSIDE - org.sikuli.guide.Visual.Layout
- install(File) - Method in class se.vidstige.jadb.managers.PackageManager
- install(String, String, String) - Method in class org.sikuli.script.support.ExtensionManager
- InstallEventHandler(Pointer, Carbon.EventHandlerProcPtr, int, Carbon.EventTypeSpec[], Pointer, PointerByReference) - Method in interface com.tulskiy.keymaster.osx.Carbon
- installStopHotkeyPythonServer() - Method in class org.sikuli.script.support.RunTime
- installWithOptions(File, List<? extends PackageManager.InstallOption>) - Method in class se.vidstige.jadb.managers.PackageManager
- INSTANCE - Static variable in interface org.sikuli.natives.SXUser32
- integral(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- integral(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- integral2(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- integral2(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- integral3(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- integral3(Mat, Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- INTER_AREA - Static variable in class org.opencv.imgproc.Imgproc
- INTER_BITS - Static variable in class org.opencv.imgproc.Imgproc
- INTER_BITS2 - Static variable in class org.opencv.imgproc.Imgproc
- INTER_CUBIC - Static variable in class org.opencv.imgproc.Imgproc
- INTER_LANCZOS4 - Static variable in class org.opencv.imgproc.Imgproc
- INTER_LINEAR - Static variable in class org.opencv.imgproc.Imgproc
- INTER_LINEAR_EXACT - Static variable in class org.opencv.imgproc.Imgproc
- INTER_MAX - Static variable in class org.opencv.imgproc.Imgproc
- INTER_NEAREST - Static variable in class org.opencv.imgproc.Imgproc
- INTER_TAB_SIZE - Static variable in class org.opencv.imgproc.Imgproc
- INTER_TAB_SIZE2 - Static variable in class org.opencv.imgproc.Imgproc
- internalUseOnlyHighlightReset() - Method in class org.sikuli.script.Region
-
INTERNAL USE ONLY
- interpreterCleanup() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterClose() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterEval(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterExecCode(File) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterExecFile(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterExecString(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterFillSysArgv(File, String[]) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterGet() - Method in class org.sikuli.script.runnerSupport.JythonSupport
-
For experts, who want to tweak the Jython interprter instance
Usage: org.sikuli.script.runnerSupport.JythonSupport.get().interpreterGet() - interpreterGetLoadPaths() - Method in class org.sikuli.script.runnerSupport.JRubySupport
- interpreterInitialization() - Method in class org.sikuli.script.runnerSupport.JRubySupport
- interpreterRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- interpreterRedirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- interpreterRunScriptletFile(Reader, String) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- interpreterRunScriptletString(String) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- interpreterTerminate() - Method in class org.sikuli.script.runnerSupport.JRubySupport
- INTERSECT_FULL - Static variable in class org.opencv.imgproc.Imgproc
- INTERSECT_NONE - Static variable in class org.opencv.imgproc.Imgproc
- INTERSECT_PARTIAL - Static variable in class org.opencv.imgproc.Imgproc
- intersectConvexConvex(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- intersectConvexConvex(Mat, Mat, Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
- intersection(Range) - Method in class org.opencv.core.Range
- intersection(Region) - Method in class org.sikuli.script.Region
-
create a region that is the intersection of the given regions
- INTERSECTION - Static variable in class org.sikuli.guide.SxArea
- inUse - Variable in class org.sikuli.script.support.Device
- inv() - Method in class org.opencv.core.Mat
- inv(int) - Method in class org.opencv.core.Mat
- InvalidRunner - Class in org.sikuli.script.runners
- InvalidRunner() - Constructor for class org.sikuli.script.runners.InvalidRunner
- InvalidRunner(Class<? extends IScriptRunner>) - Constructor for class org.sikuli.script.runners.InvalidRunner
- InvalidRunner(String) - Constructor for class org.sikuli.script.runners.InvalidRunner
- invert(Mat, Mat) - Static method in class org.opencv.core.Core
- invert(Mat, Mat, int) - Static method in class org.opencv.core.Core
- invertAffineTransform(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- invokeHotkeyPressed(HotkeyEvent) - Method in class org.sikuli.basics.HotkeyListener
-
INTERNAL USE: system specific handler implementation
- invokeHotkeyPressed(HotkeyEvent) - Method in class org.sikuli.hotkey.HotkeyCallback
-
INTERNAL USE: system specific handler implementation
- IRobot - Interface in org.sikuli.script.support
-
INTERNAL USE
function template for (alternative) Robot implementations - IRobot.KeyMode - Enum in org.sikuli.script.support
- IRunnerSupport - Interface in org.sikuli.script.runnerSupport
-
This interface provides script language specific methods which are non a part of ScriptRunner classes.
- is() - Static method in class org.sikuli.basics.Debug
- is(int) - Static method in class org.sikuli.basics.Debug
- isAborted() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- isAborted() - Method in interface org.sikuli.script.support.IScriptRunner
-
Checks if the currently running script has been aborted.
- isAbortSupported() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- isAbortSupported() - Method in class org.sikuli.script.runners.JavaScriptRunner
- isAbortSupported() - Method in class org.sikuli.script.runners.JRubyRunner
- isAbortSupported() - Method in class org.sikuli.script.runners.JythonRunner
- isAbortSupported() - Method in class org.sikuli.script.runners.NetworkRunner
- isAbortSupported() - Method in class org.sikuli.script.runners.SikulixRunner
- isAbortSupported() - Method in class org.sikuli.script.runners.ZipRunner
- isAbortSupported() - Method in interface org.sikuli.script.support.IScriptRunner
-
Checks if abort is supported by this script runner implementation.
- isAbortSupported() - Method in class org.sikuli.util.AbortableScriptRunnerWrapper
- isAbsolute() - Method in class org.sikuli.script.Image
- isAdbAvailable - Static variable in class org.sikuli.android.ADBClient
- isAllowMultiple() - Static method in class org.sikuli.script.support.RunTime
- isAlreadyTracking(Pattern, Region) - Method in class org.sikuli.guide.Tracker
- isAnimateAnchoring() - Method in class org.sikuli.guide.SxAnchor
- isAppear() - Method in class org.sikuli.script.ObserveEvent
-
check the observe event type
- isAutoLayoutEnabled() - Method in class org.sikuli.guide.Visual
- isAutoMoveEnabled() - Method in class org.sikuli.guide.Visual
- isAutoResizeEnabled() - Method in class org.sikuli.guide.Visual
- isAutoVisibilityEnabled() - Method in class org.sikuli.guide.Visual
- isBeQuiet() - Static method in class org.sikuli.basics.Debug
- isBlocked() - Method in class org.sikuli.script.support.Device
- isBundle() - Method in class org.sikuli.script.support.IScriptRunner.EffectiveRunner
- isBundle(String) - Static method in class org.sikuli.basics.FileManager
- isBundled() - Method in class org.sikuli.script.Image
-
INTERNAL USE: image is contained in a bundle (.sikuli)
- isCapsLockOn() - Static method in class org.sikuli.natives.WinUtil
- isChange() - Method in class org.sikuli.script.ObserveEvent
-
check the observe event type
- isChangeCursor() - Method in class org.sikuli.guide.ComponentMover
-
Get the change cursor property
- isClosing() - Method in class org.sikuli.script.App
- isComplete() - Method in class org.sikuli.util.OverlayCapturePrompt
- isContinuous() - Method in class org.opencv.core.Mat
- isContourConvex(MatOfPoint) - Static method in class org.opencv.imgproc.Imgproc
- IScreen - Interface in org.sikuli.script.support
-
INTERNAL USE function template for (alternative) Screen implementations
- IScriptRunner - Interface in org.sikuli.script.support
-
Interface for ScriptRunners like Jython.
- IScriptRunner.EffectiveRunner - Class in org.sikuli.script.support
- IScriptRunner.Options - Class in org.sikuli.script.support
-
Special options to pass to the runner.
- isDisplayOn() - Method in class org.sikuli.android.ADBDevice
- isEmpty() - Method in class org.sikuli.script.Element
- isEnd(long) - Method in class org.sikuli.basics.AnimatorStopExtention
- isEnd(long) - Method in class org.sikuli.basics.AnimatorTimeValueFunction
- isFile() - Method in class org.sikuli.script.Image
- isFile() - Method in class org.sikuli.script.ImagePath.PathEntry
- isFilenameDotted(String) - Static method in class org.sikuli.basics.FileManager
- isFindFailed() - Method in class org.sikuli.script.ObserveEvent
-
check the observe event type
- isGeneric() - Method in class org.sikuli.script.ObserveEvent
-
check the observe event type
- isGlobalDebug() - Static method in class org.sikuli.basics.Debug
- isGlobalTrace() - Static method in class org.sikuli.basics.Debug
- isHeadless() - Static method in class org.sikuli.script.Screen
- isHTTP() - Method in class org.sikuli.script.ImagePath.PathEntry
- isIDE() - Static method in class org.sikuli.script.support.RunTime
- isImageBundled(URL) - Static method in class org.sikuli.script.ImagePath
- isImagePattern() - Method in class org.sikuli.script.Pattern
-
true if Pattern was created from Image
- isInstalled(String) - Method in class org.sikuli.script.support.ExtensionManager
- isInteger(int) - Static method in class org.opencv.core.CvType
- isInUse() - Method in class org.sikuli.script.support.Device
- isJar() - Method in class org.sikuli.script.ImagePath.PathEntry
- isJarOnClasspath(String) - Method in class org.sikuli.script.support.RunTime
- isJava8() - Method in class org.sikuli.script.support.RunTime
- isJava9(String...) - Method in class org.sikuli.script.support.RunTime
- isJrubyExtern() - Static method in class org.sikuli.script.support.ExtensionManager
- isJSON(Object) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
check wether the given object is in JSON format as ["ID", ...]
- isJythonExtern() - Static method in class org.sikuli.script.support.ExtensionManager
- isJythonReady - Variable in class org.sikuli.script.support.RunTime
- isLinux() - Static method in class org.sikuli.basics.Settings
- isLinux() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings. ... instead
- ISLINUX - Static variable in class org.sikuli.basics.Settings
- isLockOn(char) - Static method in class org.sikuli.script.Env
-
Deprecated.use Key. ... instead
- isLockOn(char) - Static method in class org.sikuli.script.Key
-
get the lock state of the given key
- isLogToFile() - Static method in class org.sikuli.basics.Debug
-
does Sikuli log go to a file?
- isMac() - Static method in class org.sikuli.basics.Settings
- isMac() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings. ... instead
- ISMAC - Static variable in class org.sikuli.basics.Settings
- isMacApp - Static variable in class org.sikuli.basics.Settings
- isMaskSupported() - Method in class org.opencv.features2d.DescriptorMatcher
- isMedia() - Method in class com.tulskiy.keymaster.common.HotKey
- isMissing() - Method in class org.sikuli.script.ObserveEvent
-
check the observe event type
- isModifier(String) - Static method in class org.sikuli.hotkey.Keys
- isModifier(String) - Static method in class org.sikuli.script.Key
- isMouse - Variable in class org.sikuli.script.support.Device
- isMouseOver() - Method in class org.sikuli.guide.SxClickable
- isNashorn() - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
- isNotLocal(Object) - Method in class org.sikuli.script.support.Device
- isNotNull(Object) - Static method in class org.sikuli.script.SX
- isNull(Object) - Static method in class org.sikuli.script.SX
- isNumLockOn() - Static method in class org.sikuli.natives.WinUtil
- isObserving() - Method in class org.sikuli.script.Region
- isOldFormatCascade() - Method in class org.opencv.objdetect.CascadeClassifier
- isOnClasspath(String) - Method in class org.sikuli.script.support.RunTime
- isOnClasspath(URL) - Method in class org.sikuli.script.support.RunTime
-
check wether a the given URL is on classpath
- isOpaque(BufferedImage) - Static method in class org.sikuli.script.Finder.Finder2
- isOption(String) - Method in class org.sikuli.script.Options
-
{link getOption}
- isOption(String, boolean) - Method in class org.sikuli.script.Options
-
{link getOption}
- isOtherScreen() - Method in class org.sikuli.script.Location
-
INTERNAL USE reveals wether the containing screen is a DeskTopScreen or not
- isOtherScreen() - Method in class org.sikuli.script.Region
-
INTERNAL USE: checks wether this region belongs to a non-Desktop screen
- isOtherScreen() - Method in interface org.sikuli.script.support.IScreen
- isOutOfDate(String, String) - Method in class org.sikuli.script.support.ExtensionManager
- isPattern() - Method in class org.sikuli.script.Image
-
true if this image contains pattern aspects
only useable with the new ImageFinder - isPlayed() - Method in class org.sikuli.guide.Animator
- isQuiet() - Static method in class org.sikuli.script.support.RunTime
- isRasterValid() - Method in class org.sikuli.script.Region
-
Can be used to check, wether the Region currently has a valid raster
- isReady() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- isReal() - Method in class org.opencv.core.Scalar
- isRecaptured() - Method in class org.sikuli.script.Image
- isRemote() - Method in class org.sikuli.android.ADBRobot
- isRemote() - Method in interface org.sikuli.script.support.IRobot
- isRemote() - Method in class org.sikuli.script.support.RobotDesktop
- isRepeatable(String) - Static method in class org.sikuli.hotkey.Keys
- isRepeatable(String) - Static method in class org.sikuli.script.Key
- isRunning() - Method in class org.sikuli.guide.Animator
- isRunning() - Method in class org.sikuli.script.App
- isRunning() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- isRunning() - Method in interface org.sikuli.script.support.IScriptRunner
- isRunning() - Method in class org.sikuli.vnc.VNCScreen
- isRunning(int) - Method in class org.sikuli.script.App
- isRunningFromJar() - Method in class org.sikuli.script.support.RunTime
-
INTERNAL USE: to check whether we are running in compiled classes context
- isRunningFromScript() - Method in class org.sikuli.script.support.IScriptRunner.Options
- isRunningIDE - Static variable in class org.sikuli.script.support.RunTime
- isRunningInIDE() - Method in class org.sikuli.script.support.IScriptRunner.Options
- isRunningPyServer() - Static method in class org.sikuli.script.support.RunTime
- isScrollLockOn() - Static method in class org.sikuli.natives.WinUtil
- isShouldRunCallback() - Method in class org.sikuli.script.support.Device
- isShowable() - Method in class org.sikuli.util.Highlight
- isShowActions() - Static method in class org.sikuli.basics.Settings
- isSilent() - Method in class org.sikuli.script.support.IScriptRunner.Options
- isStartWithTrace() - Static method in class org.sikuli.basics.Debug
- isSubmatrix() - Method in class org.opencv.core.Mat
- isSupported() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- isSupported() - Method in class org.sikuli.script.runners.AppleScriptRunner
- isSupported() - Method in class org.sikuli.script.runners.JavaScriptRunner
- isSupported() - Method in class org.sikuli.script.runners.JRubyRunner
- isSupported() - Method in class org.sikuli.script.runners.JythonRunner
-
Checks if the current platform supports this runner.
- isSupported() - Method in class org.sikuli.script.runners.NetworkRunner
- isSupported() - Method in class org.sikuli.script.runners.PowershellRunner
- isSupported() - Method in class org.sikuli.script.runners.PythonRunner
- isSupported() - Method in class org.sikuli.script.runners.RobotRunner
- isSupported() - Method in class org.sikuli.script.runners.SikulixRunner
- isSupported() - Method in class org.sikuli.script.runners.SilkulixGitTestRunner
- isSupported() - Method in class org.sikuli.script.runners.TextRunner
- isSupported() - Method in class org.sikuli.script.runners.ZipRunner
- isSupported() - Static method in class org.sikuli.script.runnerSupport.JRubySupport
- isSupported() - Static method in class org.sikuli.script.runnerSupport.JythonSupport
- isSupported() - Method in interface org.sikuli.script.support.IScriptRunner
-
Checks if the current platform supports this runner.
- isSuspended() - Method in class org.sikuli.script.support.Device
- isTempBundle() - Method in class org.sikuli.script.support.IScriptRunner.EffectiveRunner
- isTesting() - Method in class org.sikuli.script.support.RunTime
- isText() - Method in class org.sikuli.script.Image
- isUrlUseabel(String) - Static method in class org.sikuli.basics.FileManager
- isUrlUseabel(URL) - Static method in class org.sikuli.basics.FileManager
- isUseable() - Method in class org.sikuli.script.Image
-
checks, wether the Image can be used with the new ImageFinder
- isUserLogToFile() - Static method in class org.sikuli.basics.Debug
-
does user log go to a file?
- isValid() - Method in class org.sikuli.android.ADBClient
- isValid() - Method in class org.sikuli.android.ADBScreen
- isValid() - Method in class org.sikuli.script.App
- isValid() - Method in class org.sikuli.script.Finder.Finder2
- isValid() - Method in class org.sikuli.script.Image
-
check whether image is available for Finder.find()
This is for backward compatibility
The new ImageFinder uses isUsable() - isValid() - Method in class org.sikuli.script.ImagePath.PathEntry
- isValid() - Method in class org.sikuli.script.Pattern
-
check wether the image is valid
- isValid() - Method in class org.sikuli.script.Region
-
Check wether thie Region is contained by any of the available screens
- isValid() - Method in class org.sikuli.script.support.ImageGroup
- isValid() - Static method in class org.sikuli.util.Run
- isValidImageFilename(String) - Static method in class org.sikuli.script.Image
- isVanish() - Method in class org.sikuli.script.ObserveEvent
-
check the observe event type
- isVerbose() - Static method in class org.sikuli.script.support.RunTime
- isVersionRelease() - Method in class org.sikuli.script.support.RunTime
- isVirtual() - Method in class org.sikuli.script.Region
-
INTERNAL USE - EXPERIMENTAL if true: this region is not bound to any screen
- isWindow() - Method in class org.sikuli.script.App
- isWindows() - Static method in class org.sikuli.basics.Settings
- isWindows() - Static method in class org.sikuli.script.Env
-
Deprecated.use Settings. ... instead
- ISWINDOWS - Static variable in class org.sikuli.basics.Settings
J
- JAR - org.sikuli.script.support.RunTime.RunType
- JarRunner - Class in org.sikuli.script.runners
-
Runs a sikulix script packed in a jar file
- JarRunner() - Constructor for class org.sikuli.script.runners.JarRunner
- javaArch - Variable in class org.sikuli.script.support.RunTime
- javahome - Variable in class org.sikuli.script.support.RunTime
- JavaScriptRunner - Class in org.sikuli.script.runners
- JavaScriptRunner() - Constructor for class org.sikuli.script.runners.JavaScriptRunner
- JavaScriptSupport - Class in org.sikuli.script.runnerSupport
-
EXPERIMENTAL --- INTERNAL USE ONLY
is not official API --- will not be in version 2 - JavaScriptSupport() - Constructor for class org.sikuli.script.runnerSupport.JavaScriptSupport
- javaShow - Variable in class org.sikuli.script.support.RunTime
- javaVersion - Variable in class org.sikuli.script.support.RunTime
- jreVersion - Variable in class org.sikuli.script.support.RunTime
- JRubyRunner - Class in org.sikuli.script.runners
- JRubyRunner() - Constructor for class org.sikuli.script.runners.JRubyRunner
- JRubySupport - Class in org.sikuli.script.runnerSupport
- JythonRunner - Class in org.sikuli.script.runners
-
Executes Sikuliscripts written in Python/Jython.
- JythonRunner() - Constructor for class org.sikuli.script.runners.JythonRunner
- JythonSupport - Class in org.sikuli.script.runnerSupport
K
- KAZE - Class in org.opencv.features2d
- KAZE(long) - Constructor for class org.opencv.features2d.KAZE
- kBytes - Static variable in class org.opencv.features2d.ORB
- keep - Variable in class org.sikuli.script.support.Device
- keep(Object) - Static method in class org.sikuli.script.Mouse
- keep(Object) - Method in class org.sikuli.script.support.Device
- keepAspectRatioSize(int, int, int, int) - Static method in class org.opencv.highgui.ImageWindow
- Key - Class in org.sikuli.script
-
this class implements an interface to the Java key system as represented by java.awt.event.KeyEvent.
- Key() - Constructor for class org.sikuli.script.Key
- KEY_ALT - Static variable in class org.sikuli.hotkey.Keys.Modifier
-
Deprecated.
- KEY_ALT - Static variable in class org.sikuli.script.KeyModifier
-
Deprecated.
- KEY_BACK - Static variable in class org.sikuli.android.ADBDevice
- KEY_CMD - Static variable in class org.sikuli.hotkey.Keys.Modifier
-
Deprecated.
- KEY_CMD - Static variable in class org.sikuli.script.KeyModifier
-
Deprecated.
- KEY_CTRL - Static variable in class org.sikuli.hotkey.Keys.Modifier
-
Deprecated.
- KEY_CTRL - Static variable in class org.sikuli.script.KeyModifier
-
Deprecated.
- KEY_HOME - Static variable in class org.sikuli.android.ADBDevice
- KEY_MENU - Static variable in class org.sikuli.android.ADBDevice
- KEY_META - Static variable in class org.sikuli.hotkey.Keys.Modifier
-
Deprecated.
- KEY_META - Static variable in class org.sikuli.script.KeyModifier
-
Deprecated.
- KEY_POWER - Static variable in class org.sikuli.android.ADBDevice
- KEY_SHIFT - Static variable in class org.sikuli.hotkey.Keys.Modifier
-
Deprecated.
- KEY_SHIFT - Static variable in class org.sikuli.script.KeyModifier
-
Deprecated.
- KEY_WIN - Static variable in class org.sikuli.hotkey.Keys.Modifier
-
Deprecated.
- KEY_WIN - Static variable in class org.sikuli.script.KeyModifier
-
Deprecated.
- KeyboardLayout - Class in org.sikuli.script.support
- KeyboardLayout() - Constructor for class org.sikuli.script.support.KeyboardLayout
- keyboardUS - Static variable in class org.sikuli.script.Key
- keycode - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- keyCode - Variable in class org.sikuli.basics.HotkeyEvent
- keyDown(int) - Method in class org.sikuli.android.ADBRobot
- keyDown(int) - Method in class org.sikuli.script.Region
-
press and hold the given key use a constant from java.awt.event.KeyEvent which might be special in the current machine/system environment
- keyDown(int) - Method in interface org.sikuli.script.support.IRobot
- keyDown(int) - Method in class org.sikuli.script.support.RobotDesktop
- keyDown(String) - Method in class org.sikuli.android.ADBRobot
- keyDown(String) - Method in class org.sikuli.script.Region
-
press and hold the given keys including modifier keys
use the key constants defined in class Key,
which only provides a subset of a US-QWERTY PC keyboard layout
might be mixed with simple characters
use + to concatenate Key constants - keyDown(String) - Method in interface org.sikuli.script.support.IRobot
- keyDown(String) - Method in class org.sikuli.script.support.RobotDesktop
- KeyMap - Class in com.tulskiy.keymaster.osx
-
Author: Denis Tulskiy Date: 6/17/11
- KeyMap - Class in com.tulskiy.keymaster.windows
-
Author: Denis Tulskiy Date: 6/20/11
- KeyMap - Class in com.tulskiy.keymaster.x11
-
Author: Denis Tulskiy Date: 6/13/11
- KeyMap() - Constructor for class com.tulskiy.keymaster.osx.KeyMap
- KeyMap() - Constructor for class com.tulskiy.keymaster.windows.KeyMap
- KeyMap() - Constructor for class com.tulskiy.keymaster.x11.KeyMap
- keyMaxLength - Static variable in class org.sikuli.hotkey.Keys
- keyMaxLength - Static variable in class org.sikuli.script.Key
- KeyModifier - Class in org.sikuli.script
-
complementing class Key with the constants for the modifier keys
only still there for backward compatibility (is already duplicated in Key) - KeyModifier() - Constructor for class org.sikuli.script.KeyModifier
- KeyPoint - Class in org.opencv.core
- KeyPoint() - Constructor for class org.opencv.core.KeyPoint
- KeyPoint(float, float, float) - Constructor for class org.opencv.core.KeyPoint
- KeyPoint(float, float, float, float) - Constructor for class org.opencv.core.KeyPoint
- KeyPoint(float, float, float, float, float) - Constructor for class org.opencv.core.KeyPoint
- KeyPoint(float, float, float, float, float, int) - Constructor for class org.opencv.core.KeyPoint
- KeyPoint(float, float, float, float, float, int, int) - Constructor for class org.opencv.core.KeyPoint
- KeyPress - Static variable in interface com.tulskiy.keymaster.x11.X11
- KeyRelease - Static variable in interface com.tulskiy.keymaster.x11.X11
- Keys - Class in org.sikuli.hotkey
-
this class implements an interface to the Java key system as represented by java.awt.event.KeyEvent.
- Keys() - Constructor for class org.sikuli.hotkey.Keys
- Keys.Modifier - Class in org.sikuli.hotkey
- keyStroke - Variable in class com.tulskiy.keymaster.common.HotKey
- KeySymDef - Class in com.tulskiy.keymaster.x11
-
Author: Denis Tulskiy Date: 6/13/11
- KeySymDef() - Constructor for class com.tulskiy.keymaster.x11.KeySymDef
- keyUp() - Method in class org.sikuli.android.ADBRobot
- keyUp() - Method in class org.sikuli.script.Region
-
release all currently pressed keys
- keyUp() - Method in interface org.sikuli.script.support.IRobot
- keyUp() - Method in class org.sikuli.script.support.RobotDesktop
- keyUp(int) - Method in class org.sikuli.android.ADBRobot
- keyUp(int) - Method in class org.sikuli.script.Region
-
release the given keys (see keyDown(keycode) )
- keyUp(int) - Method in interface org.sikuli.script.support.IRobot
- keyUp(int) - Method in class org.sikuli.script.support.RobotDesktop
- keyUp(String) - Method in class org.sikuli.android.ADBRobot
- keyUp(String) - Method in class org.sikuli.script.Region
-
release the given keys (see keyDown(keys) )
- keyUp(String) - Method in interface org.sikuli.script.support.IRobot
- keyUp(String) - Method in class org.sikuli.script.support.RobotDesktop
- kmeans(Mat, int, Mat, TermCriteria, int, int) - Static method in class org.opencv.core.Core
- kmeans(Mat, int, Mat, TermCriteria, int, int, Mat) - Static method in class org.opencv.core.Core
- KMEANS_PP_CENTERS - Static variable in class org.opencv.core.Core
- KMEANS_RANDOM_CENTERS - Static variable in class org.opencv.core.Core
- KMEANS_USE_INITIAL_LABELS - Static variable in class org.opencv.core.Core
- knnMatch(Mat, List<MatOfDMatch>, int) - Method in class org.opencv.features2d.DescriptorMatcher
- knnMatch(Mat, List<MatOfDMatch>, int, List<Mat>, boolean) - Method in class org.opencv.features2d.DescriptorMatcher
- knnMatch(Mat, Mat, List<MatOfDMatch>, int) - Method in class org.opencv.features2d.DescriptorMatcher
- knnMatch(Mat, Mat, List<MatOfDMatch>, int, Mat, boolean) - Method in class org.opencv.features2d.DescriptorMatcher
L
- L2Hys - Static variable in class org.opencv.objdetect.HOGDescriptor
- LANCZOS4 - org.sikuli.script.Image.Interpolation
- language() - Method in class org.sikuli.script.OCR.Options
-
get the cutrrent language
- language(String) - Method in class org.sikuli.script.OCR.Options
-
Set the language short string.
- lap(String) - Method in class org.sikuli.basics.Debug
-
lap timer and print message with timer message
log output depends on Settings.ProfileLogs - Laplacian(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- Laplacian(Mat, Mat, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- Laplacian(Mat, Mat, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- LAST - Static variable in class org.sikuli.guide.Guide
- lastFindTime - Variable in class org.sikuli.script.Element
- lastMatch - Variable in class org.sikuli.script.Element
-
The last found
Matchin the Region - lastMatches - Variable in class org.sikuli.script.Element
-
The last found
Matches in the Region - lastPos - Variable in class org.sikuli.script.support.Device
- lastRunResult - Static variable in class org.sikuli.script.App
- lastRunReturnCode - Static variable in class org.sikuli.script.App
- lastRunStderr - Static variable in class org.sikuli.script.App
- lastRunStdout - Static variable in class org.sikuli.script.App
- lastScreenImage - Variable in class org.sikuli.script.Screen
- lastSearchTime - Variable in class org.sikuli.script.Element
- lastSearchTimeRepeat - Variable in class org.sikuli.script.Element
- latch - Static variable in class org.opencv.highgui.HighGui
- launch(Package) - Method in class se.vidstige.jadb.managers.PackageManager
- layout - Variable in class org.sikuli.guide.Visual
- LB - Static variable in class org.sikuli.script.Region
- lbl - Variable in class org.opencv.highgui.ImageWindow
- left() - Method in class org.sikuli.guide.Visual
- left() - Method in class org.sikuli.script.Region
-
create a region left of the left side with same height
the new region extends to the left screen border
use grow() to include the current region - left(int) - Method in class org.sikuli.guide.Visual
- left(int) - Method in class org.sikuli.script.Location
-
creates a point at the given offset to the left, might be negative
might create a point outside of any screen, not checked - left(int) - Method in class org.sikuli.script.Region
-
create a region left of the left side with same height and given width
negative width creates the left part with width inside the region use grow() to include the current region - LEFT - org.sikuli.guide.Visual.Layout
- LEFT - Static variable in class org.sikuli.hotkey.Keys
- LEFT - Static variable in class org.sikuli.script.Button
- LEFT - Static variable in class org.sikuli.script.Key
- LEFT - Static variable in class org.sikuli.script.Mouse
- LEFT - Static variable in class org.sikuli.script.Region
-
Flag for the
Region.create(Location, int, int, int, int)method. - leftAt() - Method in class org.sikuli.script.Region
- leftAt(int) - Method in class org.sikuli.script.Region
-
negative offset goes to the left
might be off current screen - lessThan(DMatch) - Method in class org.opencv.core.DMatch
- let() - Static method in class org.sikuli.script.Mouse
- let() - Method in class org.sikuli.script.support.Device
- let(Object) - Static method in class org.sikuli.script.Mouse
- let(Object) - Method in class org.sikuli.script.support.Device
- LH - Static variable in class org.sikuli.script.Region
- Lib - Static variable in interface com.tulskiy.keymaster.osx.Carbon
- Lib - Static variable in interface com.tulskiy.keymaster.x11.X11
- libGrabKey - Static variable in class org.sikuli.util.LinuxSupport
- libOpenCV - Static variable in class org.sikuli.script.support.RunTime
- libVision - Static variable in class org.sikuli.util.LinuxSupport
- line(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- line(Mat, Point, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- line(Mat, Point, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- LINE_4 - Static variable in class org.opencv.core.Core
- LINE_4 - Static variable in class org.opencv.imgproc.Imgproc
- LINE_8 - Static variable in class org.opencv.core.Core
- LINE_8 - Static variable in class org.opencv.imgproc.Imgproc
- LINE_AA - Static variable in class org.opencv.core.Core
- LINE_AA - Static variable in class org.opencv.imgproc.Imgproc
- LINEAR - org.sikuli.script.Image.Interpolation
- LINEAR_EXACT - org.sikuli.script.Image.Interpolation
- linearPolar(Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
Deprecated.
- LineSegmentDetector - Class in org.opencv.imgproc
- LineSegmentDetector(long) - Constructor for class org.opencv.imgproc.LineSegmentDetector
- LINUX - org.sikuli.basics.OS
-
Deprecated.
- linuxDistro - Variable in class org.sikuli.script.support.RunTime
- LinuxHotkeyManager - Class in org.sikuli.basics
- LinuxHotkeyManager() - Constructor for class org.sikuli.basics.LinuxHotkeyManager
- LinuxSupport - Class in org.sikuli.util
-
INTERNAL USE: all things needed with Linux at setup or runtime
- LinuxSupport() - Constructor for class org.sikuli.util.LinuxSupport
- LinuxUtil - Class in org.sikuli.natives
- LinuxUtil() - Constructor for class org.sikuli.natives.LinuxUtil
- listApps() - Static method in class org.sikuli.script.App
- listApps(String) - Static method in class org.sikuli.script.App
- listener - Variable in class com.tulskiy.keymaster.common.HotKey
- listFilesInJar(URL) - Method in class org.sikuli.script.support.RunTime
- LL - Static variable in class org.sikuli.script.Region
- LM - Static variable in class org.sikuli.script.Region
- load(String) - Method in class org.opencv.objdetect.CascadeClassifier
- load(String) - Method in class org.opencv.objdetect.HOGDescriptor
- load(String) - Method in class org.sikuli.basics.PreferencesUser
- load(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- load(String, boolean) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- load(String, String) - Method in class org.opencv.objdetect.HOGDescriptor
- LOAD - org.sikuli.util.CommandArgsEnum
-
Preloads script in IDE
- loadImage() - Method in class org.sikuli.util.SikulixFileChooser
- loadImageFacts() - Method in class org.sikuli.script.support.ImageGroup
- loadLibrary(String) - Static method in class org.sikuli.script.support.RunTime
-
INTERNAL USE: load a native library from the libs folder
- loadLibrary(String, boolean) - Static method in class org.sikuli.script.support.RunTime
-
INTERNAL USE: load a native library from the libs folder
- loadModulePrepare(String, String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- locate(Point, int[], int[]) - Method in class org.opencv.imgproc.Subdiv2D
- locateROI(Size, Point) - Method in class org.opencv.core.Mat
- Location - Class in org.sikuli.script
-
A point like AWT.Point using global coordinates (x, y).
- Location(double, double) - Constructor for class org.sikuli.script.Location
-
to allow calculated x and y that might not be integers
- Location(int, int) - Constructor for class org.sikuli.script.Location
-
a new point at the given coordinates
- Location(Point) - Constructor for class org.sikuli.script.Location
-
create from AWT point
- Location(Location) - Constructor for class org.sikuli.script.Location
-
duplicates the point
- Location(Offset) - Constructor for class org.sikuli.script.Location
- LockMask - Static variable in interface com.tulskiy.keymaster.x11.X11
- log(int, String, Object...) - Static method in class org.sikuli.basics.Debug
-
Sikuli debug messages with level
switch on/off: Settings.DebugLogs (off) and/or -Dsikuli.Debug - log(int, String, Object...) - Static method in class org.sikuli.script.Element
- log(int, String, Object...) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- log(int, String, Object...) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- log(int, String, Object...) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- log(int, String, Object...) - Static method in class org.sikuli.util.LinuxSupport
- log(String, Object...) - Static method in class org.sikuli.basics.Debug
-
Sikuli debug messages with default level
switch on/off: Settings.DebugLogs (off) and/or -Dsikuli.Debug - log(String, Object...) - Static method in class org.sikuli.script.App
- log(Mat, Mat) - Static method in class org.opencv.core.Core
- Log() - Constructor for class org.sikuli.script.SX.Log
- logfile - Static variable in class org.sikuli.basics.Debug
- LOGFILE - org.sikuli.util.CommandArgsEnum
-
outputfile for Sikuli logging messages
- logj(String, Object...) - Static method in class org.sikuli.basics.Debug
- logJython() - Static method in class org.sikuli.basics.Debug
- logJython(Boolean) - Static method in class org.sikuli.basics.Debug
- logLevel - Static variable in class org.sikuli.script.Element
- logName - Static variable in class org.sikuli.script.Region
- logName - Static variable in class org.sikuli.script.Screen
- logOff() - Static method in class org.sikuli.script.App
- logOn() - Static method in class org.sikuli.script.App
- logp(String, Object...) - Static method in class org.sikuli.basics.Debug
- logPolar(Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
-
Deprecated.
- logt(String) - Static method in class org.sikuli.basics.Debug
- LogTime - Static variable in class org.sikuli.basics.Settings
- logx(int, String, Object...) - Static method in class org.sikuli.basics.Debug
-
INTERNAL USE: special debug messages
- longname() - Method in enum org.sikuli.util.CommandArgsEnum
-
Returns the long name
- LSD_REFINE_ADV - Static variable in class org.opencv.imgproc.Imgproc
- LSD_REFINE_NONE - Static variable in class org.opencv.imgproc.Imgproc
- LSD_REFINE_STD - Static variable in class org.opencv.imgproc.Imgproc
- LSTM_ONLY - org.sikuli.script.OCR.OEM
- LT - Static variable in class org.sikuli.script.Region
- LUT(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
M
- m00 - Variable in class org.opencv.imgproc.Moments
- m01 - Variable in class org.opencv.imgproc.Moments
- m02 - Variable in class org.opencv.imgproc.Moments
- m03 - Variable in class org.opencv.imgproc.Moments
- m10 - Variable in class org.opencv.imgproc.Moments
- m11 - Variable in class org.opencv.imgproc.Moments
- m12 - Variable in class org.opencv.imgproc.Moments
- M2 - Static variable in class org.sikuli.script.Region
- m20 - Variable in class org.opencv.imgproc.Moments
- m21 - Variable in class org.opencv.imgproc.Moments
- M3 - Static variable in class org.sikuli.script.Region
- m30 - Variable in class org.opencv.imgproc.Moments
- MAC - org.sikuli.basics.OS
-
Deprecated.
- MacUtil - Class in org.sikuli.natives
- MacUtil() - Constructor for class org.sikuli.natives.MacUtil
- magnitude(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- Mahalanobis(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- main(String[]) - Static method in class org.sikuli.android.ADBTest
- main(String[]) - Static method in class org.sikuli.guide.Run
- main(String[]) - Static method in class org.sikuli.script.Sikulix
- main(String[]) - Static method in class org.sikuli.script.support.SikulixAPI
- main(String[]) - Static method in class org.sikuli.util.Run
- make4py(ArrayList) - Static method in class org.sikuli.script.Location
- make4py(ArrayList) - Static method in class org.sikuli.script.Offset
- make4py(ArrayList) - Static method in class org.sikuli.script.Region
- make4py(ArrayList) - Static method in class org.sikuli.script.Screen
- makeClassPath(File) - Static method in class org.sikuli.script.support.ExtensionManager
- makeFileList(File, String) - Static method in class org.sikuli.basics.FileManager
- makeJarURL(File) - Static method in class org.sikuli.basics.FileManager
- makeMat() - Static method in class org.sikuli.script.Finder.Finder2
- makeMat(BufferedImage) - Static method in class org.sikuli.script.Finder.Finder2
- makeMat(BufferedImage, boolean) - Static method in class org.sikuli.script.Finder.Finder2
- makeMat(Size, int, int) - Static method in class org.sikuli.script.Finder.Finder2
- makeScriptjar(List<String>) - Static method in class org.sikuli.basics.FileManager
- makeType(int, int) - Static method in class org.opencv.core.CvType
- makeURL(String) - Static method in class org.sikuli.basics.FileManager
- makeURL(String, String) - Static method in class org.sikuli.basics.FileManager
- makeURL(URL, String) - Static method in class org.sikuli.basics.FileManager
- MapVirtualKeyExW(int, int, int) - Method in interface org.sikuli.natives.SXUser32
- MARKER_CROSS - Static variable in class org.opencv.imgproc.Imgproc
- MARKER_DIAMOND - Static variable in class org.opencv.imgproc.Imgproc
- MARKER_SQUARE - Static variable in class org.opencv.imgproc.Imgproc
- MARKER_STAR - Static variable in class org.opencv.imgproc.Imgproc
- MARKER_TILTED_CROSS - Static variable in class org.opencv.imgproc.Imgproc
- MARKER_TRIANGLE_DOWN - Static variable in class org.opencv.imgproc.Imgproc
- MARKER_TRIANGLE_UP - Static variable in class org.opencv.imgproc.Imgproc
- mask() - Method in class org.sikuli.script.Pattern
- mask(String) - Method in class org.sikuli.script.Pattern
- mask(Image) - Method in class org.sikuli.script.Pattern
- mask(Pattern) - Method in class org.sikuli.script.Pattern
- MaskIsTiled - Static variable in class org.opencv.core.Core
- Mat - Class in org.opencv.core
- Mat() - Constructor for class org.opencv.core.Mat
- Mat(int, int, int) - Constructor for class org.opencv.core.Mat
- Mat(int, int, int, ByteBuffer) - Constructor for class org.opencv.core.Mat
- Mat(int, int, int, Scalar) - Constructor for class org.opencv.core.Mat
- Mat(long) - Constructor for class org.opencv.core.Mat
- Mat(Mat, Range) - Constructor for class org.opencv.core.Mat
- Mat(Mat, Range, Range) - Constructor for class org.opencv.core.Mat
- Mat(Mat, Rect) - Constructor for class org.opencv.core.Mat
- Mat(Size, int) - Constructor for class org.opencv.core.Mat
- Mat(Size, int, Scalar) - Constructor for class org.opencv.core.Mat
- Mat_to_vector_char(Mat, List<Byte>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_DMatch(Mat, List<DMatch>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_double(Mat, List<Double>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_float(Mat, List<Float>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_int(Mat, List<Integer>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_KeyPoint(Mat, List<KeyPoint>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Mat(Mat, List<Mat>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point(Mat, List<Point>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point2d(Mat, List<Point>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point2f(Mat, List<Point>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point3(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point3d(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point3f(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Point3i(Mat, List<Point3>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Rect(Mat, List<Rect>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_Rect2d(Mat, List<Rect2d>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_uchar(Mat, List<Byte>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_vector_char(Mat, List<List<Byte>>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_vector_DMatch(Mat, List<MatOfDMatch>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_vector_KeyPoint(Mat, List<MatOfKeyPoint>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_vector_Point(Mat, List<MatOfPoint>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_vector_Point2f(Mat, List<MatOfPoint2f>) - Static method in class org.opencv.utils.Converters
- Mat_to_vector_vector_Point3f(Mat, List<MatOfPoint3f>) - Static method in class org.opencv.utils.Converters
- match(Mat, MatOfDMatch) - Method in class org.opencv.features2d.DescriptorMatcher
- match(Mat, MatOfDMatch, List<Mat>) - Method in class org.opencv.features2d.DescriptorMatcher
- match(Mat, Mat, MatOfDMatch) - Method in class org.opencv.features2d.DescriptorMatcher
- match(Mat, Mat, MatOfDMatch, Mat) - Method in class org.opencv.features2d.DescriptorMatcher
- Match - Class in org.sikuli.script
-
The region on the screen or rectangle in the image, where the given image or text was found.
- Match() - Constructor for class org.sikuli.script.Match
- Match(int, int, int, int, double, IScreen) - Constructor for class org.sikuli.script.Match
- Match(Rectangle, double, String) - Constructor for class org.sikuli.script.Match
- Match(Rectangle, double, String, Region) - Constructor for class org.sikuli.script.Match
- Match(Match) - Constructor for class org.sikuli.script.Match
-
create a copy of Match object
to e.g. set another TargetOffset for same match - Match(Region, double) - Constructor for class org.sikuli.script.Match
-
create a Match from a region with given SimScore
- Match(Region, IScreen) - Constructor for class org.sikuli.script.Match
- matchShapes(Mat, Mat, int, double) - Static method in class org.opencv.imgproc.Imgproc
- matchTemplate(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- matchTemplate(Mat, Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
- matMulti(Mat, int) - Static method in class org.sikuli.script.Finder.Finder2
- MatOfByte - Class in org.opencv.core
- MatOfByte() - Constructor for class org.opencv.core.MatOfByte
- MatOfByte(byte...) - Constructor for class org.opencv.core.MatOfByte
- MatOfByte(int, int, byte...) - Constructor for class org.opencv.core.MatOfByte
- MatOfByte(long) - Constructor for class org.opencv.core.MatOfByte
- MatOfByte(Mat) - Constructor for class org.opencv.core.MatOfByte
- MatOfDMatch - Class in org.opencv.core
- MatOfDMatch() - Constructor for class org.opencv.core.MatOfDMatch
- MatOfDMatch(long) - Constructor for class org.opencv.core.MatOfDMatch
- MatOfDMatch(DMatch...) - Constructor for class org.opencv.core.MatOfDMatch
- MatOfDMatch(Mat) - Constructor for class org.opencv.core.MatOfDMatch
- MatOfDouble - Class in org.opencv.core
- MatOfDouble() - Constructor for class org.opencv.core.MatOfDouble
- MatOfDouble(double...) - Constructor for class org.opencv.core.MatOfDouble
- MatOfDouble(long) - Constructor for class org.opencv.core.MatOfDouble
- MatOfDouble(Mat) - Constructor for class org.opencv.core.MatOfDouble
- MatOfFloat - Class in org.opencv.core
- MatOfFloat() - Constructor for class org.opencv.core.MatOfFloat
- MatOfFloat(float...) - Constructor for class org.opencv.core.MatOfFloat
- MatOfFloat(long) - Constructor for class org.opencv.core.MatOfFloat
- MatOfFloat(Mat) - Constructor for class org.opencv.core.MatOfFloat
- MatOfFloat4 - Class in org.opencv.core
- MatOfFloat4() - Constructor for class org.opencv.core.MatOfFloat4
- MatOfFloat4(float...) - Constructor for class org.opencv.core.MatOfFloat4
- MatOfFloat4(long) - Constructor for class org.opencv.core.MatOfFloat4
- MatOfFloat4(Mat) - Constructor for class org.opencv.core.MatOfFloat4
- MatOfFloat6 - Class in org.opencv.core
- MatOfFloat6() - Constructor for class org.opencv.core.MatOfFloat6
- MatOfFloat6(float...) - Constructor for class org.opencv.core.MatOfFloat6
- MatOfFloat6(long) - Constructor for class org.opencv.core.MatOfFloat6
- MatOfFloat6(Mat) - Constructor for class org.opencv.core.MatOfFloat6
- MatOfInt - Class in org.opencv.core
- MatOfInt() - Constructor for class org.opencv.core.MatOfInt
- MatOfInt(int...) - Constructor for class org.opencv.core.MatOfInt
- MatOfInt(long) - Constructor for class org.opencv.core.MatOfInt
- MatOfInt(Mat) - Constructor for class org.opencv.core.MatOfInt
- MatOfInt4 - Class in org.opencv.core
- MatOfInt4() - Constructor for class org.opencv.core.MatOfInt4
- MatOfInt4(int...) - Constructor for class org.opencv.core.MatOfInt4
- MatOfInt4(long) - Constructor for class org.opencv.core.MatOfInt4
- MatOfInt4(Mat) - Constructor for class org.opencv.core.MatOfInt4
- MatOfKeyPoint - Class in org.opencv.core
- MatOfKeyPoint() - Constructor for class org.opencv.core.MatOfKeyPoint
- MatOfKeyPoint(long) - Constructor for class org.opencv.core.MatOfKeyPoint
- MatOfKeyPoint(KeyPoint...) - Constructor for class org.opencv.core.MatOfKeyPoint
- MatOfKeyPoint(Mat) - Constructor for class org.opencv.core.MatOfKeyPoint
- MatOfPoint - Class in org.opencv.core
- MatOfPoint() - Constructor for class org.opencv.core.MatOfPoint
- MatOfPoint(long) - Constructor for class org.opencv.core.MatOfPoint
- MatOfPoint(Mat) - Constructor for class org.opencv.core.MatOfPoint
- MatOfPoint(Point...) - Constructor for class org.opencv.core.MatOfPoint
- MatOfPoint2f - Class in org.opencv.core
- MatOfPoint2f() - Constructor for class org.opencv.core.MatOfPoint2f
- MatOfPoint2f(long) - Constructor for class org.opencv.core.MatOfPoint2f
- MatOfPoint2f(Mat) - Constructor for class org.opencv.core.MatOfPoint2f
- MatOfPoint2f(Point...) - Constructor for class org.opencv.core.MatOfPoint2f
- MatOfPoint3 - Class in org.opencv.core
- MatOfPoint3() - Constructor for class org.opencv.core.MatOfPoint3
- MatOfPoint3(long) - Constructor for class org.opencv.core.MatOfPoint3
- MatOfPoint3(Mat) - Constructor for class org.opencv.core.MatOfPoint3
- MatOfPoint3(Point3...) - Constructor for class org.opencv.core.MatOfPoint3
- MatOfPoint3f - Class in org.opencv.core
- MatOfPoint3f() - Constructor for class org.opencv.core.MatOfPoint3f
- MatOfPoint3f(long) - Constructor for class org.opencv.core.MatOfPoint3f
- MatOfPoint3f(Mat) - Constructor for class org.opencv.core.MatOfPoint3f
- MatOfPoint3f(Point3...) - Constructor for class org.opencv.core.MatOfPoint3f
- MatOfRect - Class in org.opencv.core
- MatOfRect() - Constructor for class org.opencv.core.MatOfRect
- MatOfRect(long) - Constructor for class org.opencv.core.MatOfRect
- MatOfRect(Mat) - Constructor for class org.opencv.core.MatOfRect
- MatOfRect(Rect...) - Constructor for class org.opencv.core.MatOfRect
- MatOfRect2d - Class in org.opencv.core
- MatOfRect2d() - Constructor for class org.opencv.core.MatOfRect2d
- MatOfRect2d(long) - Constructor for class org.opencv.core.MatOfRect2d
- MatOfRect2d(Mat) - Constructor for class org.opencv.core.MatOfRect2d
- MatOfRect2d(Rect2d...) - Constructor for class org.opencv.core.MatOfRect2d
- max(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- max(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- MAX - org.sikuli.script.Image.Interpolation
- MAX_ITER - Static variable in class org.opencv.core.TermCriteria
-
The maximum number of iterations or elements to compute
- maxCount - Variable in class org.opencv.core.TermCriteria
- maxLoc - Variable in class org.opencv.core.Core.MinMaxLocResult
- maxVal - Variable in class org.opencv.core.Core.MinMaxLocResult
- mean(Mat) - Static method in class org.opencv.core.Core
- mean(Mat, Mat) - Static method in class org.opencv.core.Core
- meanStdDev(Mat, MatOfDouble, MatOfDouble) - Static method in class org.opencv.core.Core
- meanStdDev(Mat, MatOfDouble, MatOfDouble, Mat) - Static method in class org.opencv.core.Core
- MEDIA_NEXT_TRACK - com.tulskiy.keymaster.common.MediaKey
- MEDIA_PLAY_PAUSE - com.tulskiy.keymaster.common.MediaKey
- MEDIA_PREV_TRACK - com.tulskiy.keymaster.common.MediaKey
- MEDIA_STOP - com.tulskiy.keymaster.common.MediaKey
- mediaKey - Variable in class com.tulskiy.keymaster.common.HotKey
- MediaKey - Enum in com.tulskiy.keymaster.common
-
Author: Denis Tulskiy Date: 6/12/11
- medianBlur(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- merge(List<Mat>, Mat) - Static method in class org.opencv.core.Core
- META - Static variable in class org.sikuli.hotkey.Keys
- META - Static variable in class org.sikuli.hotkey.Keys.Modifier
- META - Static variable in class org.sikuli.script.Key
- META - Static variable in class org.sikuli.script.KeyModifier
- MH - Static variable in class org.sikuli.script.Region
- MID_HORIZONTAL - Static variable in class org.sikuli.script.Region
- MID_VERTICAL - Static variable in class org.sikuli.script.Region
- MIDDLE - Static variable in class org.sikuli.guide.Guide
- MIDDLE - Static variable in class org.sikuli.script.Button
- MIDDLE - Static variable in class org.sikuli.script.Mouse
- MIDDLE - Static variable in class org.sikuli.script.Region
- MIDDLE_BIG - Static variable in class org.sikuli.script.Region
- min(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- min(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- minAreaRect(MatOfPoint2f) - Static method in class org.opencv.imgproc.Imgproc
- minEnclosingCircle(MatOfPoint2f, Point, float[]) - Static method in class org.opencv.imgproc.Imgproc
- minEnclosingTriangle(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- minLoc - Variable in class org.opencv.core.Core.MinMaxLocResult
- minMaxLoc(Mat) - Static method in class org.opencv.core.Core
- minMaxLoc(Mat, Mat) - Static method in class org.opencv.core.Core
- MinMaxLocResult() - Constructor for class org.opencv.core.Core.MinMaxLocResult
- minor_code - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- MinSimilarity - Static variable in class org.sikuli.basics.Settings
- MINUS - Static variable in class org.sikuli.hotkey.Keys
- MINUS - Static variable in class org.sikuli.script.Key
- minVal - Variable in class org.opencv.core.Core.MinMaxLocResult
- missing(ObserveEvent) - Method in class org.sikuli.script.ObserverCallBack
-
to be overwritten to handle image missing events
- MISSING - org.sikuli.script.ObserveEvent.Type
- MISSING - org.sikuli.script.support.Observer.State
- mixChannels(List<Mat>, List<Mat>, MatOfInt) - Static method in class org.opencv.core.Core
- mkdir(String) - Static method in class org.sikuli.basics.FileManager
- MM - Static variable in class org.sikuli.script.Region
- MOD_ALT - Static variable in class com.tulskiy.keymaster.windows.User32
- MOD_CONTROL - Static variable in class com.tulskiy.keymaster.windows.User32
- MOD_NOREPEAT - Static variable in class com.tulskiy.keymaster.windows.User32
- MOD_SHIFT - Static variable in class com.tulskiy.keymaster.windows.User32
- MOD_WIN - Static variable in class com.tulskiy.keymaster.windows.User32
- Mod1Mask - Static variable in interface com.tulskiy.keymaster.x11.X11
- Mod2Mask - Static variable in interface com.tulskiy.keymaster.x11.X11
- Mod3Mask - Static variable in interface com.tulskiy.keymaster.x11.X11
- Mod4Mask - Static variable in interface com.tulskiy.keymaster.x11.X11
- Mod5Mask - Static variable in interface com.tulskiy.keymaster.x11.X11
- Modifier() - Constructor for class org.sikuli.hotkey.Keys.Modifier
- modifiers - Variable in class org.sikuli.basics.HotkeyEvent
- modify(RMILO) - Method in class org.sikuli.script.Offset
- moments(Mat) - Static method in class org.opencv.imgproc.Imgproc
- moments(Mat, boolean) - Static method in class org.opencv.imgproc.Imgproc
- Moments - Class in org.opencv.imgproc
- Moments() - Constructor for class org.opencv.imgproc.Moments
- Moments(double[]) - Constructor for class org.opencv.imgproc.Moments
- Moments(double, double, double, double, double, double, double, double, double, double) - Constructor for class org.opencv.imgproc.Moments
- monitor - Variable in class org.sikuli.script.Screen
- MORPH_BLACKHAT - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_CLOSE - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_CROSS - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_DILATE - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_ELLIPSE - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_ERODE - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_GRADIENT - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_HITMISS - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_OPEN - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_RECT - Static variable in class org.opencv.imgproc.Imgproc
- MORPH_TOPHAT - Static variable in class org.opencv.imgproc.Imgproc
- morphologyEx(Mat, Mat, int, Mat) - Static method in class org.opencv.imgproc.Imgproc
- morphologyEx(Mat, Mat, int, Mat, Point, int) - Static method in class org.opencv.imgproc.Imgproc
- morphologyEx(Mat, Mat, int, Mat, Point, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- morphTo(Region) - Method in class org.sikuli.script.Region
-
Deprecated.to be like AWT Rectangle API use setRect() instead
- Mouse - Class in org.sikuli.script
-
Main pupose is to coordinate the mouse usage among threads
At any one time, the mouse has one owner (usually a Region object)
who exclusively uses the mouse, all others wait for the mouse to be free again
if more than one possible owner is waiting, the next owner is uncertain
It is detected, when the mouse is moved external from the workflow, which can be used for appropriate actions (e.g. pause a script)
the mouse can be blocked for a longer time, so only this owner can use the mouse (like some transactional processing)
Currently deadlocks and infinite waits are not detected, but should not happen ;-)
Contained are methods to use the mouse (click, move, button down/up) as is - mouseClicked(MouseEvent) - Method in class org.sikuli.guide.ClickableWindow
- mouseDown(int) - Method in class org.sikuli.android.ADBRobot
- mouseDown(int) - Method in class org.sikuli.script.Region
-
press and hold the specified buttons - use + to combine Button.LEFT left mouse button Button.MIDDLE middle mouse button Button.RIGHT right mouse button
- mouseDown(int) - Method in interface org.sikuli.script.support.IRobot
- mouseDown(int) - Method in class org.sikuli.script.support.RobotDesktop
- mouseDragged(MouseEvent) - Method in class org.sikuli.guide.ComponentMover
-
Move the component to its new location.
- mouseEntered(MouseEvent) - Method in class org.sikuli.guide.ClickableWindow
- mouseExited(MouseEvent) - Method in class org.sikuli.guide.ClickableWindow
- mouseMove() - Method in class org.sikuli.script.Region
-
move the mouse pointer to the region's last successful match
same as hover - mouseMove(int, int) - Method in class org.sikuli.android.ADBRobot
- mouseMove(int, int) - Method in class org.sikuli.script.Region
-
move the mouse from the current position to the offset position given by the parameters
- mouseMove(int, int) - Method in interface org.sikuli.script.support.IRobot
- mouseMove(PFRML) - Method in class org.sikuli.script.Region
-
move the mouse pointer to the given target location
same as hover
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - MouseMovedAction - Variable in class org.sikuli.script.support.Device
- mouseMovedCallback - Variable in class org.sikuli.script.support.Device
- MouseMovedHighlight - Variable in class org.sikuli.script.support.Device
- MouseMovedIgnore - Variable in class org.sikuli.script.support.Device
- MouseMovedPause - Variable in class org.sikuli.script.support.Device
- mouseMovedResponse - Variable in class org.sikuli.script.support.Device
- MouseMovedShow - Variable in class org.sikuli.script.support.Device
- mousePos - Variable in class org.sikuli.script.Mouse
- mousePressed(MouseEvent) - Method in class org.sikuli.guide.ClickableWindow
- mousePressed(MouseEvent) - Method in class org.sikuli.guide.ComponentMover
-
Setup the variables used to control the moving of the component: source - the source component of the mouse event destination - the component that will ultimately be moved pressed - the Point where the mouse was pressed in the destination component coordinates.
- mouseReleased(MouseEvent) - Method in class org.sikuli.guide.ClickableWindow
- mouseReleased(MouseEvent) - Method in class org.sikuli.guide.ComponentMover
-
Restore the original state of the Component
- mouseReset() - Method in class org.sikuli.android.ADBRobot
- mouseReset() - Method in interface org.sikuli.script.support.IRobot
- mouseReset() - Method in class org.sikuli.script.support.RobotDesktop
- mouseUp() - Method in class org.sikuli.script.Region
-
release all currently held buttons
- mouseUp(int) - Method in class org.sikuli.android.ADBRobot
- mouseUp(int) - Method in class org.sikuli.script.Region
-
release the specified mouse buttons (see mouseDown) if buttons==0, all currently held buttons are released
- mouseUp(int) - Method in interface org.sikuli.script.support.IRobot
- mouseUp(int) - Method in class org.sikuli.script.support.RobotDesktop
- mouseWheel(int) - Method in class org.sikuli.android.ADBRobot
- mouseWheel(int) - Method in interface org.sikuli.script.support.IRobot
- move(int, int) - Method in class org.sikuli.script.Location
-
convenience: like awt point
- move(int, int) - Static method in class org.sikuli.script.Mouse
-
move the mouse from the current position to the offset position given by the parameters
- move(Location) - Static method in class org.sikuli.script.Mouse
-
move the mouse to the given location (local and remote)
- move(Location, Region) - Static method in class org.sikuli.script.Mouse
- moveFor(int, int) - Method in class org.sikuli.script.Location
-
Deprecated.
- moveMouse(int, int) - Method in class org.sikuli.script.support.RobotDesktop
- MoveMouseDelay - Static variable in class org.sikuli.basics.Settings
- moveTo(int, int) - Method in class org.sikuli.script.Location
-
Deprecated.
- moveTo(Point) - Method in class org.sikuli.guide.Visual
- moveTo(Point, AnimationListener) - Method in class org.sikuli.guide.Visual
- moveTo(Location) - Method in class org.sikuli.script.Region
-
Deprecated.to be like AWT Rectangle API use setLocation()
- moveWindow(String, int, int) - Static method in class org.opencv.highgui.HighGui
- MSER - Class in org.opencv.features2d
- MSER - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- MSER(long) - Constructor for class org.opencv.features2d.MSER
- mu02 - Variable in class org.opencv.imgproc.Moments
- mu03 - Variable in class org.opencv.imgproc.Moments
- mu11 - Variable in class org.opencv.imgproc.Moments
- mu12 - Variable in class org.opencv.imgproc.Moments
- mu20 - Variable in class org.opencv.imgproc.Moments
- mu21 - Variable in class org.opencv.imgproc.Moments
- mu30 - Variable in class org.opencv.imgproc.Moments
- mul(Mat) - Method in class org.opencv.core.Mat
- mul(Mat, double) - Method in class org.opencv.core.Mat
- mul(Scalar) - Method in class org.opencv.core.Scalar
- mul(Scalar, double) - Method in class org.opencv.core.Scalar
- mulSpectrums(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- mulSpectrums(Mat, Mat, Mat, int, boolean) - Static method in class org.opencv.core.Core
- MULTI - org.sikuli.util.CommandArgsEnum
-
allow multiple IDE
- multiply(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- multiply(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
- multiply(Mat, Mat, Mat, double, int) - Static method in class org.opencv.core.Core
- multiply(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- multiply(Mat, Scalar, Mat, double) - Static method in class org.opencv.core.Core
- multiply(Mat, Scalar, Mat, double, int) - Static method in class org.opencv.core.Core
- MULTIPLY - Static variable in class org.sikuli.hotkey.Keys
- MULTIPLY - Static variable in class org.sikuli.script.Key
- mulTransposed(Mat, Mat, boolean) - Static method in class org.opencv.core.Core
- mulTransposed(Mat, Mat, boolean, Mat, double) - Static method in class org.opencv.core.Core
- mulTransposed(Mat, Mat, boolean, Mat, double, int) - Static method in class org.opencv.core.Core
- MV - Static variable in class org.sikuli.script.Region
N
- n_closed_windows - Static variable in class org.opencv.highgui.HighGui
- name - Variable in class org.opencv.highgui.ImageWindow
- NAME - Static variable in class org.sikuli.script.runners.AppleScriptRunner
- NAME - Static variable in class org.sikuli.script.runners.JarRunner
- NAME - Static variable in class org.sikuli.script.runners.JavaScriptRunner
- NAME - Static variable in class org.sikuli.script.runners.JRubyRunner
- NAME - Static variable in class org.sikuli.script.runners.JythonRunner
- NAME - Static variable in class org.sikuli.script.runners.PowershellRunner
- NAME - Static variable in class org.sikuli.script.runners.ProcessRunner
- NAME - Static variable in class org.sikuli.script.runners.PythonRunner
- NAME - Static variable in class org.sikuli.script.runners.RobotRunner
- NAME - Static variable in class org.sikuli.script.runners.ServerRunner
- NAME - Static variable in class org.sikuli.script.runners.SikulixRunner
- NAME - Static variable in class org.sikuli.script.runners.SilkulixGitTestRunner
- NAME - Static variable in class org.sikuli.script.runners.SKLRunner
- NAME - Static variable in class org.sikuli.script.runners.TextRunner
- NAME - Static variable in class org.sikuli.script.runners.ZipRunner
- namedWindow(String) - Static method in class org.opencv.highgui.HighGui
- namedWindow(String, int) - Static method in class org.opencv.highgui.HighGui
- NATIVE_LIBRARY_NAME - Static variable in class org.opencv.core.Core
- nativeObj - Variable in class org.opencv.core.Algorithm
- nativeObj - Variable in class org.opencv.core.Mat
- nativeObj - Variable in class org.opencv.core.TickMeter
- nativeObj - Variable in class org.opencv.features2d.BOWImgDescriptorExtractor
- nativeObj - Variable in class org.opencv.features2d.BOWTrainer
- nativeObj - Variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- nativeObj - Variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- nativeObj - Variable in class org.opencv.features2d.Params
- nativeObj - Variable in class org.opencv.imgproc.Subdiv2D
- nativeObj - Variable in class org.opencv.objdetect.CascadeClassifier
- nativeObj - Variable in class org.opencv.objdetect.HOGDescriptor
- NE - Static variable in class org.sikuli.script.Region
- nearby() - Method in class org.sikuli.script.Region
-
Deprecated.to be like AWT Rectangle API use grow() instead
- nearby(int) - Method in class org.sikuli.script.Region
-
Deprecated.to be like AWT Rectangle API use grow() instaed
- NEAREST - org.sikuli.script.Image.Interpolation
- needsRobotFake() - Method in class org.sikuli.script.support.RunTime
- needsUnLock - Variable in class org.sikuli.android.ADBScreen
- NetworkRunner - Class in org.sikuli.script.runners
- NetworkRunner() - Constructor for class org.sikuli.script.runners.NetworkRunner
- NEWBEE - Static variable in class org.sikuli.basics.PreferencesUser
- newLocation(int, int) - Method in class org.sikuli.android.ADBScreen
- newLocation(int, int) - Method in class org.sikuli.script.Screen
- newLocation(int, int) - Method in interface org.sikuli.script.support.IScreen
- newLocation(int, int) - Method in class org.sikuli.vnc.VNCScreen
- newLocation(Location) - Method in class org.sikuli.android.ADBScreen
- newLocation(Location) - Method in class org.sikuli.script.Screen
-
creates a location on the current screen with the given point.
- newLocation(Location) - Method in interface org.sikuli.script.support.IScreen
- newLocation(Location) - Method in class org.sikuli.vnc.VNCScreen
- newRegion(int, int, int, int) - Method in class org.sikuli.android.ADBScreen
- newRegion(int, int, int, int) - Method in class org.sikuli.script.Screen
- newRegion(int, int, int, int) - Method in interface org.sikuli.script.support.IScreen
- newRegion(int, int, int, int) - Method in class org.sikuli.vnc.VNCScreen
- newRegion(Location, int, int) - Method in class org.sikuli.android.ADBScreen
- newRegion(Location, int, int) - Method in class org.sikuli.script.Screen
-
creates a region on the current screen with the given coordinate/size.
- newRegion(Location, int, int) - Method in interface org.sikuli.script.support.IScreen
- newRegion(Location, int, int) - Method in class org.sikuli.vnc.VNCScreen
- newRegion(Region) - Method in class org.sikuli.android.ADBScreen
- newRegion(Region) - Method in class org.sikuli.script.Screen
- newRegion(Region) - Method in interface org.sikuli.script.support.IScreen
- newRegion(Region) - Method in class org.sikuli.vnc.VNCScreen
- next() - Method in class org.sikuli.script.Finder
- NEXT - Static variable in class org.sikuli.hotkey.Keys
- NEXT - Static variable in class org.sikuli.script.Key
- NEXT_AROUND_DST - Static variable in class org.opencv.imgproc.Subdiv2D
- NEXT_AROUND_LEFT - Static variable in class org.opencv.imgproc.Subdiv2D
- NEXT_AROUND_ORG - Static variable in class org.opencv.imgproc.Subdiv2D
- NEXT_AROUND_RIGHT - Static variable in class org.opencv.imgproc.Subdiv2D
- nextEdge(int) - Method in class org.opencv.imgproc.Subdiv2D
- NH - Static variable in class org.sikuli.script.Region
- NL - Static variable in class org.sikuli.script.support.RunTime
- NM - Static variable in class org.sikuli.script.Region
- no - Static variable in class org.sikuli.basics.PreferencesUser
- NONMAX_SUPPRESSION - Static variable in class org.opencv.features2d.AgastFeatureDetector
- NONMAX_SUPPRESSION - Static variable in class org.opencv.features2d.FastFeatureDetector
- norm(Mat) - Static method in class org.opencv.core.Core
- norm(Mat, int) - Static method in class org.opencv.core.Core
- norm(Mat, int, Mat) - Static method in class org.opencv.core.Core
- norm(Mat, Mat) - Static method in class org.opencv.core.Core
- norm(Mat, Mat, int) - Static method in class org.opencv.core.Core
- norm(Mat, Mat, int, Mat) - Static method in class org.opencv.core.Core
- NORM_HAMMING - Static variable in class org.opencv.core.Core
- NORM_HAMMING2 - Static variable in class org.opencv.core.Core
- NORM_INF - Static variable in class org.opencv.core.Core
- NORM_L1 - Static variable in class org.opencv.core.Core
- NORM_L2 - Static variable in class org.opencv.core.Core
- NORM_L2SQR - Static variable in class org.opencv.core.Core
- NORM_MINMAX - Static variable in class org.opencv.core.Core
- NORM_RELATIVE - Static variable in class org.opencv.core.Core
- NORM_TYPE_MASK - Static variable in class org.opencv.core.Core
- normalize(String) - Static method in class org.sikuli.basics.FileManager
- normalize(Mat, Mat) - Static method in class org.opencv.core.Core
- normalize(Mat, Mat, double, double, int) - Static method in class org.opencv.core.Core
- normalize(Mat, Mat, double, double, int, int) - Static method in class org.opencv.core.Core
- normalize(Mat, Mat, double, double, int, int, Mat) - Static method in class org.opencv.core.Core
- normalizeAbsolute(String) - Static method in class org.sikuli.basics.FileManager
- NORTH - Static variable in class org.sikuli.script.Region
- NORTH_EAST - Static variable in class org.sikuli.script.Region
- NORTH_MID - Static variable in class org.sikuli.script.Region
- NORTH_WEST - Static variable in class org.sikuli.script.Region
-
the area constants for use with get()
- NOT_DRAW_SINGLE_POINTS - Static variable in class org.opencv.features2d.Features2d
- NOT_SUPPORTED - org.sikuli.basics.OS
-
Deprecated.
- NOT_SUPPORTED - Static variable in class org.sikuli.script.support.Runner
- notifyObserver() - Method in interface org.sikuli.util.EventSubject
- notifyObserver() - Method in class org.sikuli.util.OverlayCapturePrompt
- notifyObserver() - Method in class org.sikuli.util.OverlayTransparentWindow
- nu02 - Variable in class org.opencv.imgproc.Moments
- nu03 - Variable in class org.opencv.imgproc.Moments
- nu11 - Variable in class org.opencv.imgproc.Moments
- nu12 - Variable in class org.opencv.imgproc.Moments
- nu20 - Variable in class org.opencv.imgproc.Moments
- nu21 - Variable in class org.opencv.imgproc.Moments
- nu30 - Variable in class org.opencv.imgproc.Moments
- NUM_LOCK - Static variable in class org.sikuli.hotkey.Keys
- NUM_LOCK - Static variable in class org.sikuli.script.Key
- NUM0 - Static variable in class org.sikuli.hotkey.Keys
- NUM0 - Static variable in class org.sikuli.script.Key
- NUM1 - Static variable in class org.sikuli.hotkey.Keys
- NUM1 - Static variable in class org.sikuli.script.Key
- NUM2 - Static variable in class org.sikuli.hotkey.Keys
- NUM2 - Static variable in class org.sikuli.script.Key
- NUM3 - Static variable in class org.sikuli.hotkey.Keys
- NUM3 - Static variable in class org.sikuli.script.Key
- NUM4 - Static variable in class org.sikuli.hotkey.Keys
- NUM4 - Static variable in class org.sikuli.script.Key
- NUM5 - Static variable in class org.sikuli.hotkey.Keys
- NUM5 - Static variable in class org.sikuli.script.Key
- NUM6 - Static variable in class org.sikuli.hotkey.Keys
- NUM6 - Static variable in class org.sikuli.script.Key
- NUM7 - Static variable in class org.sikuli.hotkey.Keys
- NUM7 - Static variable in class org.sikuli.script.Key
- NUM8 - Static variable in class org.sikuli.hotkey.Keys
- NUM8 - Static variable in class org.sikuli.script.Key
- NUM9 - Static variable in class org.sikuli.hotkey.Keys
- NUM9 - Static variable in class org.sikuli.script.Key
- NW - Static variable in class org.sikuli.script.Region
-
the area constants for use with get()
O
- OAST_9_16 - Static variable in class org.opencv.features2d.AgastFeatureDetector
- Objdetect - Class in org.opencv.objdetect
- Objdetect() - Constructor for class org.opencv.objdetect.Objdetect
- observe() - Method in class org.sikuli.script.Region
-
start an observer in this region that runs forever (use stopObserving() in handler) for details about the observe event handler:
ObserverCallBackfor details about APPEAR/VANISH/CHANGE events:ObserveEvent - observe(double) - Method in class org.sikuli.script.Region
-
start an observer in this region for the given time for details about the observe event handler:
ObserverCallBackfor details about APPEAR/VANISH/CHANGE events:ObserveEvent - ObserveEvent - Class in org.sikuli.script
-
provides information about the observed event being in the
ObserverCallBack - ObserveEvent() - Constructor for class org.sikuli.script.ObserveEvent
- ObserveEvent(String, ObserveEvent.Type, Object, Object, Object, long) - Constructor for class org.sikuli.script.ObserveEvent
-
INTERNAL: creates an observed event
- ObserveEvent.Type - Enum in org.sikuli.script
- observeInBackground() - Method in class org.sikuli.script.Region
-
start an observer in this region that runs in background forever - for details about the observe event handler:
ObserverCallBackfor details about APPEAR/VANISH/CHANGE events:ObserveEvent - observeInBackground(double) - Method in class org.sikuli.script.Region
-
start an observer in this region for the given time that runs in background - for details about the observe event handler:
ObserverCallBackfor details about APPEAR/VANISH/CHANGE events:ObserveEvent - observeInLine(double) - Method in class org.sikuli.script.Region
-
INTERNAL USE ONLY: for use with scripting API bridges
- ObserveMinChangedPixels - Static variable in class org.sikuli.basics.Settings
- Observer - Class in org.sikuli.script.support
-
INTERNAL USE implements the observe action for a region and calls the ObserverCallBacks
- Observer(Region) - Constructor for class org.sikuli.script.support.Observer
- Observer.State - Enum in org.sikuli.script.support
- ObserverCallBack - Class in org.sikuli.script
-
Use this class to implement callbacks for
the Region observers onAppear, onVanish and onChange. - ObserverCallBack() - Constructor for class org.sikuli.script.ObserverCallBack
-
setup a callback to be used on the Java API level
- ObserverCallBack(Object, ObserveEvent.Type) - Constructor for class org.sikuli.script.ObserverCallBack
-
INTERNAL: callbacks from Jython or JRuby
- ObserveScanRate - Static variable in class org.sikuli.basics.Settings
- Observing - Class in org.sikuli.script.support
-
INTERNAL USE ONLY --- NOT part of the official API This class globally collects all running observations and tracks the created events.
- OCR - Class in org.sikuli.script
-
Static helper class for OCR via Tess4J/Tesseract.
- OCR() - Constructor for class org.sikuli.script.OCR
- OCR.OEM - Enum in org.sikuli.script
-
OCR Engine modes.
- OCR.Options - Class in org.sikuli.script
- OCR.PSM - Enum in org.sikuli.script
-
Page segmentation modes.
- OcrDataPath - Static variable in class org.sikuli.basics.Settings
- OcrLanguage - Static variable in class org.sikuli.basics.Settings
- OcrLanguageDefault - Static variable in class org.sikuli.basics.Settings
- OcrTextRead - Static variable in class org.sikuli.basics.Settings
- OcrTextSearch - Static variable in class org.sikuli.basics.Settings
- octave - Variable in class org.opencv.core.KeyPoint
-
Octave (pyramid layer), from which the keypoint has been extracted.
- oem() - Method in class org.sikuli.script.OCR.Options
-
get this OEM.
- oem(int) - Method in class org.sikuli.script.OCR.Options
-
set this OEM.
- oem(OCR.OEM) - Method in class org.sikuli.script.OCR.Options
-
set this OEM.
- off() - Static method in class org.sikuli.basics.Debug
- offset(int, int) - Method in class org.sikuli.script.Location
-
creates a point at the given offset, might be negative
might create a point outside of any screen, not checked - offset(int, int) - Method in class org.sikuli.script.Region
-
create region with same size at top left corner offset
- offset(Object) - Method in class org.sikuli.script.Location
-
creates a point at the given offset, might be negative
might create a point outside of any screen, not checked - offset(Object) - Method in class org.sikuli.script.Region
-
create region with same size at top left corner offset
- Offset - Class in org.sikuli.script
- Offset() - Constructor for class org.sikuli.script.Offset
- Offset(int, int) - Constructor for class org.sikuli.script.Offset
-
a new offset with given x and y distances
- Offset(RMILO) - Constructor for class org.sikuli.script.Offset
- offsetLocation(int, int) - Method in class org.sikuli.guide.Visual
- OLD_DEFAULT_CONSOLE_CSS - Static variable in class org.sikuli.basics.PreferencesUser
- oldID - Variable in class org.sikuli.script.Screen
- on() - Static method in class org.sikuli.script.SX
- on(int) - Static method in class org.sikuli.basics.Debug
- on(String) - Static method in class org.sikuli.basics.Debug
- ON_INTERNAL_SYSTEM_MEMORY(String) - Static method in class se.vidstige.jadb.managers.PackageManager
- ON_SHARED_MASS_STORAGE(String) - Static method in class se.vidstige.jadb.managers.PackageManager
- onAppear(PSI) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for target success and details about the event can be obtained using @{link Observing}
for details about APPEAR/VANISH/CHANGE events:ObserveEvent - onAppear(PSI, Object) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for target and notify the given observer about this event
for details about the observe event handler:ObserverCallBack
for details about APPEAR/VANISH/CHANGE events:ObserveEvent - onChange() - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for changes in the region success and details about the event can be obtained using @{link Observing}
minimum size of changes used: Settings.ObserveMinChangedPixels for details about APPEAR/VANISH/CHANGE events:ObserveEvent - onChange(Integer) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for changes in the region success and details about the event can be obtained using @{link Observing}
for details about APPEAR/VANISH/CHANGE events:ObserveEvent - onChange(Integer, Object) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for changes in the region and notify the given observer about this event for details about the observe event handler:
ObserverCallBackfor details about APPEAR/VANISH/CHANGE events:ObserveEvent - onChange(Object) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for changes in the region and notify the given observer about this event
minimum size of changes used: Settings.ObserveMinChangedPixels for details about the observe event handler:ObserverCallBackfor details about APPEAR/VANISH/CHANGE events:ObserveEvent - onChangeDo(Integer, Object) - Method in class org.sikuli.script.Region
- onCommand(String) - Method in interface se.vidstige.jadb.server.AdbResponder
- oneFileFilter(String) - Constructor for class org.sikuli.script.support.RunTime.oneFileFilter
- ones(int, int, int) - Static method in class org.opencv.core.Mat
- ones(Size, int) - Static method in class org.opencv.core.Mat
- onHotKey(HotKey) - Method in interface com.tulskiy.keymaster.common.HotKeyListener
- onVanish(PSI) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for the target to vanish success and details about the event can be obtained using @{link Observing}
for details about APPEAR/VANISH/CHANGE events:ObserveEvent - onVanish(PSI, Object) - Method in class org.sikuli.script.Region
-
a subsequently started observer in this region should wait for the target to vanish and notify the given observer about this event
for details about the observe event handler:ObserverCallBack
for details about APPEAR/VANISH/CHANGE events:ObserveEvent - open() - Method in class org.sikuli.script.App
-
tries to open the app defined by this App instance
do not wait for the app to get running - open() - Method in class org.sikuli.util.SikulixFileChooser
- open(int) - Method in class org.sikuli.script.App
-
tries to open the app defined by this App instance
and waits until app is running - open(String) - Static method in class org.sikuli.script.App
-
tries to open an app using the given name and waits 1 sec for being ready If the app is already open, it is brought to foreground
- open(String) - Static method in class org.sikuli.script.ImagePath
-
given absolute or relative (searched on image path) file name
is tried to open as a BufferedReader
BE AWARE: use br.close() when finished - open(String) - Static method in class org.sikuli.script.support.ImageGroup
- open(String) - Method in class org.sikuli.util.SikulixFileChooser
- open(String, int) - Static method in class org.sikuli.script.App
-
tries to open an app using the given name and waits waitTime for being ready If the app is already open, it is brought to foreground
- open(App) - Method in class org.sikuli.natives.LinuxUtil
- open(App) - Method in class org.sikuli.natives.MacUtil
- open(App) - Method in interface org.sikuli.natives.OSUtil
- open(App) - Method in class org.sikuli.natives.WinUtil
- OpenCLApiCallError - Static variable in class org.opencv.core.Core
- OpenCLDoubleNotSupported - Static variable in class org.opencv.core.Core
- OpenCLInitError - Static variable in class org.opencv.core.Core
- OpenCLNoAMDBlasFft - Static variable in class org.opencv.core.Core
- OpenCVInterface - Interface in org.opencv.osgi
-
Dummy interface to allow some integration testing within OSGi implementation.
- OpenCVNativeLoader - Class in org.opencv.osgi
-
This class is intended to provide a convenient way to load OpenCV's native library from the Java bundle.
- OpenCVNativeLoader() - Constructor for class org.opencv.osgi.OpenCVNativeLoader
- OpenGlApiCallError - Static variable in class org.opencv.core.Core
- OpenGlNotSupported - Static variable in class org.opencv.core.Core
- openLink(String) - Static method in class org.sikuli.script.App
- openURL(String) - Static method in class org.sikuli.basics.FileManager
-
open the given url in the standard browser
- openZipFile(String) - Method in class org.sikuli.script.runners.JarRunner
- openZipFile(String) - Method in class org.sikuli.script.runners.ZipRunner
- OPPONENT_AKAZE - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- OPPONENT_BRIEF - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- OPPONENT_BRISK - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- OPPONENT_FREAK - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- OPPONENT_ORB - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- OPPONENT_SIFT - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- OPPONENT_SURF - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- optionKey - Static variable in interface com.tulskiy.keymaster.osx.Carbon
- options() - Method in class org.sikuli.script.support.RunTime
- Options - Class in org.sikuli.script
- Options() - Constructor for class org.sikuli.script.OCR.Options
-
create a new Options set from the initial defaults settings.
- Options() - Constructor for class org.sikuli.script.support.IScriptRunner.Options
- Options(String) - Constructor for class org.sikuli.script.Options
- optionsIDE - Variable in class org.sikuli.script.support.RunTime
- ORB - Class in org.opencv.features2d
- ORB - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- ORB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- ORB(long) - Constructor for class org.opencv.features2d.ORB
- org.opencv.core - package org.opencv.core
- org.opencv.features2d - package org.opencv.features2d
- org.opencv.highgui - package org.opencv.highgui
- org.opencv.imgcodecs - package org.opencv.imgcodecs
- org.opencv.imgproc - package org.opencv.imgproc
- org.opencv.objdetect - package org.opencv.objdetect
- org.opencv.osgi - package org.opencv.osgi
- org.opencv.utils - package org.opencv.utils
- org.sikuli.android - package org.sikuli.android
- org.sikuli.basics - package org.sikuli.basics
- org.sikuli.guide - package org.sikuli.guide
- org.sikuli.hotkey - package org.sikuli.hotkey
- org.sikuli.natives - package org.sikuli.natives
- org.sikuli.script - package org.sikuli.script
- org.sikuli.script.compare - package org.sikuli.script.compare
- org.sikuli.script.runners - package org.sikuli.script.runners
- org.sikuli.script.runnerSupport - package org.sikuli.script.runnerSupport
- org.sikuli.script.support - package org.sikuli.script.support
- org.sikuli.util - package org.sikuli.util
- org.sikuli.vnc - package org.sikuli.vnc
- ORIGIN - org.sikuli.guide.Visual.Layout
- OS - Enum in org.sikuli.basics
-
Deprecated.use Settings.isWindows(), ...isMac() or ...isLinux() instead
- osArch - Variable in class org.sikuli.script.support.RunTime
- OSD_ONLY - org.sikuli.script.OCR.PSM
- osName - Variable in class org.sikuli.script.support.RunTime
- OSUtil - Interface in org.sikuli.natives
- osVersion - Variable in class org.sikuli.script.support.RunTime
- OTHER - org.sikuli.script.support.RunTime.RunType
- otherScreen - Variable in class org.sikuli.script.Region
- out(String) - Static method in class org.sikuli.basics.Debug
- OVER - org.sikuli.guide.Visual.Layout
- OverlayCapturePrompt - Class in org.sikuli.util
-
INTERNAL USE implements the screen overlay used with the capture feature
- OverlayCapturePrompt(IScreen) - Constructor for class org.sikuli.util.OverlayCapturePrompt
- OverlayTransparentWindow - Class in org.sikuli.util
-
INTERNAL USE implements a transparent screen overlay for various purposes
- OverlayTransparentWindow() - Constructor for class org.sikuli.util.OverlayTransparentWindow
- OverlayTransparentWindow(Color, EventObserver) - Constructor for class org.sikuli.util.OverlayTransparentWindow
- OverwriteImages - Static variable in class org.sikuli.basics.Settings
- owner - Variable in class org.sikuli.script.support.Device
P
- Package - Class in se.vidstige.jadb.managers
-
Android package
- Package(String) - Constructor for class se.vidstige.jadb.managers.Package
- PackageManager - Class in se.vidstige.jadb.managers
-
Java interface to package manager.
- PackageManager(JadbDevice) - Constructor for class se.vidstige.jadb.managers.PackageManager
- PackageManager.InstallOption - Class in se.vidstige.jadb.managers
- packJar(String, String, String) - Static method in class org.sikuli.basics.FileManager
- pad - Variable in class com.tulskiy.keymaster.x11.X11.XEvent
- PADDING_X - Variable in class org.sikuli.guide.SxBracket
- PADDING_X - Variable in class org.sikuli.guide.Visual
- PADDING_Y - Variable in class org.sikuli.guide.SxBracket
- PADDING_Y - Variable in class org.sikuli.guide.Visual
- PAGE_DOWN - Static variable in class org.sikuli.hotkey.Keys
- PAGE_DOWN - Static variable in class org.sikuli.script.Key
- PAGE_ITERATOR_LEVEL_LINE - Static variable in class org.sikuli.script.OCR
-
INTERNAL: Tesseract option.
- PAGE_ITERATOR_LEVEL_WORD - Static variable in class org.sikuli.script.OCR
-
INTERNAL: Tesseract option.
- PAGE_UP - Static variable in class org.sikuli.hotkey.Keys
- PAGE_UP - Static variable in class org.sikuli.script.Key
- paint(Graphics) - Method in class org.sikuli.guide.SxSpotlight
- paint(Graphics) - Method in class org.sikuli.guide.Visual
- paint(Graphics) - Method in class org.sikuli.util.OverlayCapturePrompt
- paintComponent(Graphics) - Method in class org.sikuli.guide.ShadowRenderer
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxAnchor
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxArea
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxArrow
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxBracket
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxButton
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxCallout
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxCircle
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxClickable
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxFlag
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxHotspot
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxImage
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxRectangle
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxSpotlight
- paintComponent(Graphics) - Method in class org.sikuli.guide.SxText
- paintPlain(Graphics) - Method in class org.sikuli.guide.Visual
- Params - Class in org.opencv.features2d
- Params() - Constructor for class org.opencv.features2d.Params
- Params(long) - Constructor for class org.opencv.features2d.Params
- paste(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
just doing a currentRegion.paste(text) (see paste())
- paste(String) - Method in class org.sikuli.script.Region
-
pastes the text at the current position of the focus/carret
using the clipboard and strg/ctrl/cmd-v (paste keyboard shortcut) - paste(PFRML, String) - Method in class org.sikuli.script.Region
-
first does a click(target) at the given target position to gain focus/carret
and then pastes the text
using the clipboard and strg/ctrl/cmd-v (paste keyboard shortcut) - patchNaNs(Mat) - Static method in class org.opencv.core.Core
- patchNaNs(Mat, double) - Static method in class org.opencv.core.Core
- path - Variable in class org.sikuli.script.ImagePath.PathEntry
- PathEntry(File) - Constructor for class org.sikuli.script.ImagePath.PathEntry
- PathEntry(String, URL) - Constructor for class org.sikuli.script.ImagePath.PathEntry
-
create a new image path entry
- pathEquals(String, String) - Static method in class org.sikuli.basics.FileManager
- pathURL - Variable in class org.sikuli.script.ImagePath.PathEntry
- Pattern - Class in org.sikuli.script
-
to define a more complex search target
- non-standard minimum similarity
- click target other than center
- image as in-memory image - Pattern() - Constructor for class org.sikuli.script.Pattern
-
creates empty Pattern object at least setFilename() or setBImage() must be used before the Pattern object is ready for anything
- Pattern(BufferedImage) - Constructor for class org.sikuli.script.Pattern
-
A Pattern from a BufferedImage
- Pattern(String) - Constructor for class org.sikuli.script.Pattern
-
create a Pattern based on an image file name
- Pattern(URL) - Constructor for class org.sikuli.script.Pattern
-
Pattern from a Java resource (Object.class.getResource)
- Pattern(Image) - Constructor for class org.sikuli.script.Pattern
-
create a Pattern with given image
- Pattern(Pattern) - Constructor for class org.sikuli.script.Pattern
-
create a new Pattern from another (attribs are copied)
- Pattern(ScreenImage) - Constructor for class org.sikuli.script.Pattern
-
A Pattern from a ScreenImage
- pause(float) - Static method in class org.sikuli.script.App
- pause(float) - Static method in class org.sikuli.script.support.RunTime
- pause(int) - Static method in class org.sikuli.script.App
- pause(int) - Static method in class org.sikuli.script.support.RunTime
- PAUSE - Static variable in class org.sikuli.hotkey.Keys
- PAUSE - Static variable in class org.sikuli.script.Key
- PCABackProject(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- PCACompute(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- PCACompute(Mat, Mat, Mat, double) - Static method in class org.opencv.core.Core
- PCACompute(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- PCAProject(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- PeekMessage(WinUser.MSG, Pointer, int, int, int) - Static method in class com.tulskiy.keymaster.windows.User32
- perspectiveTransform(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- phase(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- phase(Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
- phaseCorrelate(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- phaseCorrelate(Mat, Mat, Mat, double[]) - Static method in class org.opencv.imgproc.Imgproc
- pid - Variable in class org.sikuli.natives.WinUtil.WindowInfo
- PM_REMOVE - Static variable in class com.tulskiy.keymaster.windows.User32
- PNG - Static variable in class org.sikuli.script.Finder.Finder2
- Point - Class in org.opencv.core
- Point() - Constructor for class org.opencv.core.Point
- Point(double[]) - Constructor for class org.opencv.core.Point
- Point(double, double) - Constructor for class org.opencv.core.Point
- Point3 - Class in org.opencv.core
- Point3() - Constructor for class org.opencv.core.Point3
- Point3(double[]) - Constructor for class org.opencv.core.Point3
- Point3(double, double, double) - Constructor for class org.opencv.core.Point3
- Point3(Point) - Constructor for class org.opencv.core.Point3
- pointPolygonTest(MatOfPoint2f, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
- points(Point[]) - Method in class org.opencv.core.RotatedRect
- polarToCart(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- polarToCart(Mat, Mat, Mat, Mat, boolean) - Static method in class org.opencv.core.Core
- polylines(Mat, List<MatOfPoint>, boolean, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- polylines(Mat, List<MatOfPoint>, boolean, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- polylines(Mat, List<MatOfPoint>, boolean, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- popAsk(Object...) - Static method in class org.sikuli.script.SX
-
optionally timed popup (self-vanishing)
- popAsk(String) - Static method in class org.sikuli.script.Sikulix
- popAsk(String, String) - Static method in class org.sikuli.script.Sikulix
- popat() - Static method in class org.sikuli.script.Sikulix
- popat(int, int) - Static method in class org.sikuli.script.Sikulix
- popat(Location) - Static method in class org.sikuli.script.Sikulix
- popat(Region) - Static method in class org.sikuli.script.Sikulix
- popError(Object...) - Static method in class org.sikuli.script.SX
-
optionally timed popup (self-vanishing)
- popError(String) - Static method in class org.sikuli.script.Sikulix
- popError(String, String) - Static method in class org.sikuli.script.Sikulix
- popFile(Object...) - Static method in class org.sikuli.script.SX
- popFile(String) - Static method in class org.sikuli.script.Sikulix
- popGeneric(Object...) - Static method in class org.sikuli.script.SX
-
optionally timed popup (self-vanishing)
- popin() - Method in class org.sikuli.guide.Visual
- popout() - Method in class org.sikuli.guide.Visual
- popSelect(Object...) - Static method in class org.sikuli.script.SX
-
optionally timed popup (self-vanishing)
- popSelect(String, String[]) - Static method in class org.sikuli.script.Sikulix
- popSelect(String, String[], String) - Static method in class org.sikuli.script.Sikulix
- popSelect(String, String, String[]) - Static method in class org.sikuli.script.Sikulix
- popSelect(String, String, String, String[]) - Static method in class org.sikuli.script.Sikulix
- popup(Object...) - Static method in class org.sikuli.script.SX
-
optionally timed popup (self-vanishing)
- popup(String) - Static method in class org.sikuli.script.Sikulix
- popup(String, String) - Static method in class org.sikuli.script.Sikulix
- positionToBeChanged - Variable in class org.opencv.highgui.ImageWindow
- pow(Mat, double, Mat) - Static method in class org.opencv.core.Core
- PowershellRunner - Class in org.sikuli.script.runners
- PowershellRunner() - Constructor for class org.sikuli.script.runners.PowershellRunner
- preCornerDetect(Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- preCornerDetect(Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- PreferencesUser - Class in org.sikuli.basics
- prepareFileLocation(File, IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractLocalFileScriptRunner
- prepareRobot() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- PRESS_ONLY - org.sikuli.script.support.IRobot.KeyMode
- PRESS_RELEASE - org.sikuli.script.support.IRobot.KeyMode
- pressedKey - Static variable in class org.opencv.highgui.HighGui
- pressModifiers(int) - Method in class org.sikuli.android.ADBRobot
- pressModifiers(int) - Method in interface org.sikuli.script.support.IRobot
- pressModifiers(int) - Method in class org.sikuli.script.support.RobotDesktop
- PREV_AROUND_DST - Static variable in class org.opencv.imgproc.Subdiv2D
- PREV_AROUND_LEFT - Static variable in class org.opencv.imgproc.Subdiv2D
- PREV_AROUND_ORG - Static variable in class org.opencv.imgproc.Subdiv2D
- PREV_AROUND_RIGHT - Static variable in class org.opencv.imgproc.Subdiv2D
- primaryScreen - Static variable in class org.sikuli.script.Screen
- print(String, Object...) - Static method in class org.sikuli.script.Sikulix
- printArgs() - Static method in class org.sikuli.script.support.RunTime
- printDump() - Method in class org.sikuli.android.ADBDevice
- printDump(String) - Method in class org.sikuli.android.ADBDevice
- printHelp() - Method in class org.sikuli.util.CommandArgs
-
Prints the help
- PRINTSCREEN - Static variable in class org.sikuli.hotkey.Keys
- PRINTSCREEN - Static variable in class org.sikuli.script.Key
- ProcessInfo(int, String) - Constructor for class org.sikuli.natives.WinUtil.ProcessInfo
- ProcessRunner - Class in org.sikuli.script.runners
- ProcessRunner() - Constructor for class org.sikuli.script.runners.ProcessRunner
- profile(String, Object...) - Static method in class org.sikuli.basics.Debug
-
Sikuli profiling messages
switch on/off: Settings.ProfileLogs, default off - ProfileLogs - Static variable in class org.sikuli.basics.Settings
- PROJ_SPHERICAL_EQRECT - Static variable in class org.opencv.imgproc.Imgproc
- PROJ_SPHERICAL_ORTHO - Static variable in class org.opencv.imgproc.Imgproc
- prompt - Variable in class org.sikuli.android.ADBScreen
- prompt - Variable in class org.sikuli.script.Screen
- prompt() - Method in class org.sikuli.util.OverlayCapturePrompt
- prompt(int) - Method in class org.sikuli.util.OverlayCapturePrompt
- prompt(String) - Method in class org.sikuli.util.OverlayCapturePrompt
- prompt(String, int) - Method in class org.sikuli.util.OverlayCapturePrompt
- PROMPT - org.sikuli.script.FindFailedResponse
- PROMPT - Static variable in exception org.sikuli.script.FindFailed
-
FindFailedResponse PROMPT: should display a prompt dialog with the failing image having the options retry, skip and abort
- PropertyManager - Class in se.vidstige.jadb.managers
-
A class which works with properties, uses getprop and setprop methods of android shell
- PropertyManager(JadbDevice) - Constructor for class se.vidstige.jadb.managers.PropertyManager
- Provider - Class in com.tulskiy.keymaster.common
-
Main interface to global hotkey providers
Author: Denis Tulskiy Date: 6/12/11 - Provider() - Constructor for class com.tulskiy.keymaster.common.Provider
- proxy - Static variable in class org.sikuli.basics.Settings
- proxyAddress - Static variable in class org.sikuli.basics.Settings
- proxyChecked - Static variable in class org.sikuli.basics.Settings
- proxyIP - Static variable in class org.sikuli.basics.Settings
- proxyName - Static variable in class org.sikuli.basics.Settings
- proxyPort - Static variable in class org.sikuli.basics.Settings
- psm() - Method in class org.sikuli.script.OCR.Options
-
get this PSM.
- psm(int) - Method in class org.sikuli.script.OCR.Options
-
set this PSM.
- psm(OCR.PSM) - Method in class org.sikuli.script.OCR.Options
-
set this PSM.
- PSNR(Mat, Mat) - Static method in class org.opencv.core.Core
- pt - Variable in class org.opencv.core.KeyPoint
-
Coordinates of the keypoint.
- PTLOC_ERROR - Static variable in class org.opencv.imgproc.Subdiv2D
- PTLOC_INSIDE - Static variable in class org.opencv.imgproc.Subdiv2D
- PTLOC_ON_EDGE - Static variable in class org.opencv.imgproc.Subdiv2D
- PTLOC_OUTSIDE_RECT - Static variable in class org.opencv.imgproc.Subdiv2D
- PTLOC_VERTEX - Static variable in class org.opencv.imgproc.Subdiv2D
- purge() - Static method in class org.sikuli.script.Image
- purge(ImagePath.PathEntry) - Static method in class org.sikuli.script.Image
- push_back(Mat) - Method in class org.opencv.core.Mat
- put(int, int, byte[]) - Method in class org.opencv.core.Mat
- put(int, int, byte[], int, int) - Method in class org.opencv.core.Mat
- put(int, int, double...) - Method in class org.opencv.core.Mat
- put(int, int, float[]) - Method in class org.opencv.core.Mat
- put(int, int, int[]) - Method in class org.opencv.core.Mat
- put(int, int, short[]) - Method in class org.opencv.core.Mat
- put(String, String) - Method in class org.sikuli.basics.PreferencesUser
- putSysPath(String, int) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- putText(Mat, String, Point, int, double, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- putText(Mat, String, Point, int, double, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- putText(Mat, String, Point, int, double, Scalar, int, int, boolean) - Static method in class org.opencv.imgproc.Imgproc
- PYRAMID_AKAZE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_BRISK - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_DENSE - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_FAST - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_GFTT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_HARRIS - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_MSER - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_ORB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- PYRAMID_SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- pyrDown(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- pyrDown(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
- pyrDown(Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
- pyrMeanShiftFiltering(Mat, Mat, double, double) - Static method in class org.opencv.imgproc.Imgproc
- pyrMeanShiftFiltering(Mat, Mat, double, double, int, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
- pyrUp(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- pyrUp(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
- pyrUp(Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
- PythonRunner - Class in org.sikuli.script.runners
- PythonRunner() - Constructor for class org.sikuli.script.runners.PythonRunner
- PYTHONSERVER - org.sikuli.util.CommandArgsEnum
-
run the server for Python
Q
- queryIdx - Variable in class org.opencv.core.DMatch
-
Query descriptor index.
- QUIET - org.sikuli.util.CommandArgsEnum
-
special debugging during startup
- quietOff() - Static method in class org.sikuli.basics.Debug
- quietOn() - Static method in class org.sikuli.basics.Debug
- quote(String) - Static method in class se.vidstige.jadb.managers.Bash
R
- radiusMatch(Mat, List<MatOfDMatch>, float) - Method in class org.opencv.features2d.DescriptorMatcher
- radiusMatch(Mat, List<MatOfDMatch>, float, List<Mat>, boolean) - Method in class org.opencv.features2d.DescriptorMatcher
- radiusMatch(Mat, Mat, List<MatOfDMatch>, float) - Method in class org.opencv.features2d.DescriptorMatcher
- radiusMatch(Mat, Mat, List<MatOfDMatch>, float, Mat, boolean) - Method in class org.opencv.features2d.DescriptorMatcher
- randn(Mat, double, double) - Static method in class org.opencv.core.Core
- randomize() - Static method in class org.sikuli.script.Mouse
- randomize(long) - Static method in class org.sikuli.script.Mouse
- randShuffle(Mat) - Static method in class org.opencv.core.Core
- randShuffle(Mat, double) - Static method in class org.opencv.core.Core
- randu(Mat, double, double) - Static method in class org.opencv.core.Core
- Range - Class in org.opencv.core
- Range() - Constructor for class org.opencv.core.Range
- Range(double[]) - Constructor for class org.opencv.core.Range
- Range(int, int) - Constructor for class org.opencv.core.Range
- RAW_LINE - org.sikuli.script.OCR.PSM
- RB - Static variable in class org.sikuli.script.Region
- read(String) - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- read(String) - Method in class org.opencv.features2d.DescriptorMatcher
- read(String) - Method in class org.opencv.features2d.Feature2D
- read(String) - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- readChar(SFIRBS) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source (character).
- readChar(SFIRBS, OCR.Options) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source (character).
- readExtensions(boolean) - Static method in class org.sikuli.script.support.ExtensionManager
- readFileToString(File) - Static method in class org.sikuli.basics.FileManager
- readLine(SFIRBS) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source (line).
- readLine(SFIRBS, OCR.Options) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source (line).
- readLines(SFIRBS) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source as lines.
- readLines(SFIRBS) - Method in class org.sikuli.script.TextRecognizer
- readLines(SFIRBS, OCR.Options) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source as lines.
- readText(SFIRBS) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source.
- readText(SFIRBS) - Method in class org.sikuli.script.TextRecognizer
- readText(SFIRBS, OCR.Options) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source.
- readTextItems(SFIRBS, int) - Method in class org.sikuli.script.TextRecognizer
- readWord(SFIRBS) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source (word).
- readWord(SFIRBS, OCR.Options) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source (word).
- readWords(SFIRBS) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source as words.
- readWords(SFIRBS) - Method in class org.sikuli.script.TextRecognizer
- readWords(SFIRBS, OCR.Options) - Static method in class org.sikuli.script.OCR
-
Reads text from the given source as words.
- recognize(BufferedImage) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.readText() instead
- recognize(ScreenImage) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.readText() instead
- Rect - Class in org.opencv.core
- Rect() - Constructor for class org.opencv.core.Rect
- Rect(double[]) - Constructor for class org.opencv.core.Rect
- Rect(int, int, int, int) - Constructor for class org.opencv.core.Rect
- Rect(Point, Point) - Constructor for class org.opencv.core.Rect
- Rect(Point, Size) - Constructor for class org.opencv.core.Rect
- Rect2d - Class in org.opencv.core
- Rect2d() - Constructor for class org.opencv.core.Rect2d
- Rect2d(double[]) - Constructor for class org.opencv.core.Rect2d
- Rect2d(double, double, double, double) - Constructor for class org.opencv.core.Rect2d
- Rect2d(Point, Point) - Constructor for class org.opencv.core.Rect2d
- Rect2d(Point, Size) - Constructor for class org.opencv.core.Rect2d
- rectangle() - Method in class org.sikuli.guide.Guide
-
create a rectangle in this guide plane and add to front
- rectangle(Mat, Point, Point, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- rectangle(Mat, Point, Point, Scalar, int) - Static method in class org.opencv.imgproc.Imgproc
- rectangle(Mat, Point, Point, Scalar, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- RECTANGLE - Static variable in class org.sikuli.guide.SxSpotlight
- redirect(PrintStream, PrintStream) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- redirect(PrintStream, PrintStream) - Method in interface org.sikuli.script.support.IScriptRunner
-
Redirects the runner's STDIO to the given PrintStream.
- reduce(Mat, Mat, int, int) - Static method in class org.opencv.core.Core
- reduce(Mat, Mat, int, int, int) - Static method in class org.opencv.core.Core
- REDUCE_AVG - Static variable in class org.opencv.core.Core
- REDUCE_MAX - Static variable in class org.opencv.core.Core
- REDUCE_MIN - Static variable in class org.opencv.core.Core
- REDUCE_SUM - Static variable in class org.opencv.core.Core
- Region - Class in org.sikuli.script
-
A Region is a rectengular area on a screen.
- Region() - Constructor for class org.sikuli.script.Region
-
internal use only, used for new Screen objects to get the Region behavior
- Region(boolean) - Constructor for class org.sikuli.script.Region
-
internal use only, used for new Screen objects to get the Region behavior
- Region(int, int) - Constructor for class org.sikuli.script.Region
-
Convenience: a minimal Region to be used as a Point
- Region(int, int, int, int) - Constructor for class org.sikuli.script.Region
-
Create a region with the provided coordinate / size
- Region(int, int, int, int, int) - Constructor for class org.sikuli.script.Region
-
Create a region with the provided coordinate / size and screen
- Region(int, int, int, int, IScreen) - Constructor for class org.sikuli.script.Region
-
Create a region with the provided coordinate / size and screen
- Region(Rectangle) - Constructor for class org.sikuli.script.Region
-
Create a region from a Rectangle
- Region(Region) - Constructor for class org.sikuli.script.Region
-
Create a new region from another region.
- regionOnScreen(IScreen) - Method in class org.sikuli.script.Region
-
Checks if the Screen contains the Region.
- register(MediaKey, HotKeyListener) - Method in class com.tulskiy.keymaster.common.Provider
-
Register a media hotkey.
- register(MediaKey, HotKeyListener) - Method in class com.tulskiy.keymaster.osx.CarbonProvider
- register(MediaKey, HotKeyListener) - Method in class com.tulskiy.keymaster.windows.WindowsProvider
- register(MediaKey, HotKeyListener) - Method in class com.tulskiy.keymaster.x11.X11Provider
- register(KeyStroke, HotKeyListener) - Method in class com.tulskiy.keymaster.common.Provider
-
Register a global hotkey.
- register(KeyStroke, HotKeyListener) - Method in class com.tulskiy.keymaster.osx.CarbonProvider
- register(KeyStroke, HotKeyListener) - Method in class com.tulskiy.keymaster.windows.WindowsProvider
- register(KeyStroke, HotKeyListener) - Method in class com.tulskiy.keymaster.x11.X11Provider
- registerComponent(Component...) - Method in class org.sikuli.guide.ComponentMover
-
Add the required listeners to the specified component
- RegisterEventHotKey(int, int, Carbon.EventHotKeyID.ByValue, Pointer, int, PointerByReference) - Method in interface com.tulskiy.keymaster.osx.Carbon
- RegisterHotKey(Pointer, int, int, int) - Static method in class com.tulskiy.keymaster.windows.User32
- reinit(Image) - Static method in class org.sikuli.script.Image
- REINSTALL_KEEPING_DATA - Static variable in class se.vidstige.jadb.managers.PackageManager
- release() - Method in class org.opencv.core.Mat
- RELEASE_ONLY - org.sikuli.script.support.IRobot.KeyMode
- releaseModifiers(int) - Method in class org.sikuli.android.ADBRobot
- releaseModifiers(int) - Method in interface org.sikuli.script.support.IRobot
- releaseModifiers(int) - Method in class org.sikuli.script.support.RobotDesktop
- reload(String) - Static method in class org.sikuli.script.Image
- reloadImported() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- relocate(List<Match>) - Method in class org.sikuli.script.Element
- relocate(List<Match>) - Method in class org.sikuli.script.Region
- relocate(Match) - Method in class org.sikuli.script.Element
- relocate(Match) - Method in class org.sikuli.script.Region
- remap(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- remap(Mat, Mat, Mat, Mat, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- remove() - Method in class org.sikuli.script.Finder
- remove() - Method in class org.sikuli.script.Image
- remove(File) - Static method in class org.sikuli.script.ImagePath
-
remove entry with given path (same as given with add)
- remove(String) - Method in class org.sikuli.basics.PreferencesUser
- remove(String) - Static method in class org.sikuli.script.ImagePath
-
remove entry with given path (same as given with add)
- remove(String) - Static method in class org.sikuli.script.support.Observing
-
remove the observer from the list, a region observer will be stopped
events for that observer are removed as well - remove(Region) - Static method in class org.sikuli.script.support.Observing
-
stop and remove all observers registered for this region from the list
events for those observers are removed as well - removeAll(String) - Method in class org.sikuli.basics.PreferencesUser
- removeComponent(Component) - Method in class org.sikuli.guide.Guide
- RemoveEventHandler(Pointer) - Method in interface com.tulskiy.keymaster.osx.Carbon
- removeFollower(Visual) - Method in class org.sikuli.guide.Visual
- removeFrom(Container) - Method in class org.sikuli.guide.Visual
- removeFromLeader() - Method in class org.sikuli.guide.Visual
- removeHotkey(char, int) - Method in class org.sikuli.basics.HotkeyManager
-
remove a hotkey and uninstall a hotkey listener.
- removeHotkey(char, int) - Static method in class org.sikuli.script.Env
-
Deprecated.use Key. ... instead
- removeHotkey(char, int) - Static method in class org.sikuli.script.Key
-
remove a hotkey and listener
- removeHotkey(int, int) - Method in class org.sikuli.hotkey.HotkeyController
- removeHotkey(String) - Method in class org.sikuli.basics.HotkeyManager
-
remove a hotkey by type (not supported yet)
- removeHotkey(String) - Method in class org.sikuli.hotkey.HotkeyController
- removeHotkey(String, int) - Method in class org.sikuli.basics.HotkeyManager
-
uninstall a hotkey listener.
- removeHotkey(String, int) - Static method in class org.sikuli.script.Env
-
Deprecated.use Key. ... instead
- removeHotkey(String, int) - Static method in class org.sikuli.script.Key
-
remove a hotkey and listener
- removeHTTP(String) - Static method in class org.sikuli.script.ImagePath
- removeObserver(String) - Method in class org.sikuli.script.support.Observer
- removeRunningObserver(Region) - Static method in class org.sikuli.script.support.Observing
- removeSpotlights() - Method in class org.sikuli.guide.Guide
- removeSysPath(File) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- repeat() - Method in class org.sikuli.script.ObserveEvent
-
tell the observer to repeat this event's observe action immediately after returning from this handler (APPEAR, VANISH)
- repeat(long) - Method in class org.sikuli.script.ObserveEvent
-
tell the observer to repeat this event's observe action after given time in secs after returning from this handler (APPEAR, VANISH)
- repeat(String, long) - Method in class org.sikuli.script.support.Observer
- repeat(Mat, int, int, Mat) - Static method in class org.opencv.core.Core
- REPEAT - org.sikuli.script.support.Observer.State
- RepeatWaitTime - Static variable in class org.sikuli.basics.Settings
- request_code - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- reset() - Method in class com.tulskiy.keymaster.common.Provider
-
Reset all hotkey listeners
- reset() - Method in class com.tulskiy.keymaster.osx.CarbonProvider
- reset() - Method in class com.tulskiy.keymaster.windows.WindowsProvider
- reset() - Method in class com.tulskiy.keymaster.x11.X11Provider
- reset() - Method in class org.opencv.core.TickMeter
- reset() - Static method in class org.sikuli.android.ADBClient
- reset() - Static method in class org.sikuli.android.ADBDevice
- reset() - Static method in class org.sikuli.basics.Debug
- reset() - Method in class org.sikuli.basics.PreferencesUser
- reset() - Method in class org.sikuli.script.App
- reset() - Static method in exception org.sikuli.script.FindFailed
-
reset all: response ABORT, findFailedHandler null, imageMissingHandler null
- reset() - Static method in class org.sikuli.script.Image
-
clears all caches (should only be needed for debugging)
- reset() - Static method in class org.sikuli.script.ImagePath
-
empty path list and keep bundlePath (entry 0)
Image cache is cleared completely convenience for the scripting level - reset() - Static method in class org.sikuli.script.Mouse
- reset() - Method in class org.sikuli.script.OCR.Options
-
resets this Options set to the initial defaults.
- reset() - Static method in class org.sikuli.script.OCR
-
Resets the global options to the initial defaults.
- reset() - Method in class org.sikuli.script.runners.AbstractScriptRunner
- reset() - Method in interface org.sikuli.script.support.IScriptRunner
-
Resets this runner.
- reset() - Method in class org.sikuli.script.SX
- reset() - Static method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.reset() instead
- reset(boolean) - Static method in class org.sikuli.basics.HotkeyManager
- reset(String) - Static method in class org.sikuli.script.ImagePath
-
empty path list and add given path as first entry Image cache is cleared completely
- resetDefaultThumbHeight() - Method in class org.sikuli.basics.PreferencesUser
- resetFindChanges() - Method in class org.sikuli.script.Finder
- resetFindFailedHandler() - Static method in exception org.sikuli.script.FindFailed
-
reset to default: no handler, response ABORT
- resetFindFailedResponse() - Method in class org.sikuli.script.Region
-
reset to default
Region.setFindFailedResponse(FindFailedResponse) - resetFolder(File) - Static method in class org.sikuli.basics.FileManager
- resetGlobalDebug() - Static method in class org.sikuli.basics.Debug
- resetImageMissingHandler() - Static method in exception org.sikuli.script.FindFailed
-
reset to default: no handler
- resetMonitors() - Static method in class org.sikuli.script.Screen
-
re-initialize the monitor setup (e.g. when it was changed while running)
- resetMonitorsQuiet() - Static method in class org.sikuli.script.Screen
- resetPrompt(OverlayCapturePrompt) - Static method in class org.sikuli.script.Screen
- resetPSM() - Method in class org.sikuli.script.OCR.Options
-
Sets this PSM to -1.
- resetRandom() - Static method in class org.sikuli.script.Mouse
- resetResponse() - Static method in exception org.sikuli.script.FindFailed
-
reset to default
FindFailed.setResponse(FindFailedResponse) - resetScreens() - Method in class org.sikuli.script.Region
-
synonym for resetMonitors
- resetThrowException() - Method in class org.sikuli.script.Region
-
reset to default
Region.setThrowException(boolean) - reshape(int) - Method in class org.opencv.core.Mat
- reshape(int, int) - Method in class org.opencv.core.Mat
- resize(float) - Method in class org.sikuli.script.Image
-
resize the loaded image with factor using OpenCV ImgProc.resize()
- resize(float) - Method in class org.sikuli.script.Pattern
- resize(float, Image.Interpolation) - Method in class org.sikuli.script.Image
-
resize the loaded image with factor using OpenCV ImgProc.resize()
- resize(BufferedImage, float) - Static method in class org.sikuli.script.Image
-
resize the given image with factor using OpenCV ImgProc.resize()
- resize(BufferedImage, float, Image.Interpolation) - Static method in class org.sikuli.script.Image
-
resize the given image with factor using OpenCV ImgProc.resize()
- resize(Mat, float) - Static method in class org.sikuli.script.Image
-
resize the given image (as cvMat in place) with factor using OpenCV ImgProc.resize()
- resize(Mat, float, Image.Interpolation) - Static method in class org.sikuli.script.Image
-
resize the given image (as cvMat in place) with factor using OpenCV ImgProc.resize()
- resize(Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
- resize(Mat, Mat, Size, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- resizeInterpolation() - Method in class org.sikuli.script.OCR.Options
- resizeInterpolation(Image.Interpolation) - Method in class org.sikuli.script.OCR.Options
-
INTERNAL (under investigation).
- resizeTo(Dimension) - Method in class org.sikuli.guide.Visual
- resizeWindow(String, int, int) - Static method in class org.opencv.highgui.HighGui
- resolveImagePath(File) - Static method in class org.sikuli.basics.FileManager
-
Returns the directory that contains the images used by the ScriptRunner.
- resolveRelativeFile(String) - Method in class org.sikuli.script.runners.NetworkRunner
- resolveRelativeFile(String, String) - Static method in class org.sikuli.script.support.RunTime
-
a relative path is checked for existence in the current base folder, working folder and user home folder in this sequence.
- resolveRelativeFiles(String[]) - Static method in class org.sikuli.script.support.RunTime
- resourceid - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- resourceListAsFile(String, File, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
-
write the list as it is produced by calling extractResourcesToFolder to the given file with system line separator
non-compact format: every file with full path - resourceListAsSikulixContent(String, File, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
-
write the list as it is produced by calling extractResourcesToFolder to the given file with system line separator
compact sikulixcontent format - resourceListAsSikulixContentFromJar(String, String, File, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
-
write the list as it is produced by calling extractResourcesToFolder to the given file with system line separator
compact sikulixcontent format - resourceListAsString(String, FilenameFilter) - Method in class org.sikuli.script.support.RunTime
-
write the list produced by calling extractResourcesToFolder to the returned string with system line separator
non-compact format: every file with full path - resourceListAsString(String, FilenameFilter, String) - Method in class org.sikuli.script.support.RunTime
-
write the list produced by calling extractResourcesToFolder to the returned string with given separator
non-compact format: every file with full path - resourceLocation(String) - Method in class org.sikuli.script.support.RunTime
- response - Variable in class org.opencv.core.KeyPoint
-
The response, by which the strongest keypoints have been selected.
- restore() - Method in class org.sikuli.script.Image
- restoreUsed() - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
INTERNAL USE: restore a saved use() after a use1()
- RETR_CCOMP - Static variable in class org.opencv.imgproc.Imgproc
- RETR_EXTERNAL - Static variable in class org.opencv.imgproc.Imgproc
- RETR_FLOODFILL - Static variable in class org.opencv.imgproc.Imgproc
- RETR_LIST - Static variable in class org.opencv.imgproc.Imgproc
- RETR_TREE - Static variable in class org.opencv.imgproc.Imgproc
- RETRY - org.sikuli.script.FindFailedResponse
- RETRY - Static variable in exception org.sikuli.script.FindFailed
-
FindFailedResponse RETRY: should retry the find op on FindFailed
- returnThis() - Method in class org.sikuli.script.Element
- RH - Static variable in class org.sikuli.script.Region
- right() - Method in class org.sikuli.guide.Visual
- right() - Method in class org.sikuli.script.Region
-
create a region right of the right side with same height. the new region extends to the right screen border
use grow() to include the current region - right(int) - Method in class org.sikuli.guide.Visual
- right(int) - Method in class org.sikuli.script.Location
-
creates a point at the given offset to the right, might be negative
might create a point outside of any screen, not checked - right(int) - Method in class org.sikuli.script.Region
-
create a region right of the right side with same height and given width. negative width creates the right part with width inside the region
use grow() to include the current region - RIGHT - org.sikuli.guide.Visual.Layout
- RIGHT - Static variable in class org.sikuli.hotkey.Keys
- RIGHT - Static variable in class org.sikuli.script.Button
- RIGHT - Static variable in class org.sikuli.script.Key
- RIGHT - Static variable in class org.sikuli.script.Mouse
- RIGHT - Static variable in class org.sikuli.script.Region
-
Flag for the
Region.create(Location, int, int, int, int)method. - rightAt() - Method in class org.sikuli.script.Region
-
point middle on right edge
- rightAt(int) - Method in class org.sikuli.script.Region
-
positive offset goes to the right. might be off current screen
- rightClick() - Method in class org.sikuli.script.Location
-
Move the mouse to this location point and click right
- rightClick() - Method in class org.sikuli.script.Region
-
right click at the region's last successful match
use center if no lastMatch
if region is a match: click targetOffset - rightClick(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
move the mouse with hover() and do a right click
- rightClick(PFRML) - Method in class org.sikuli.script.Region
-
right click at the given target location
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - rightClick(PFRML, Integer) - Method in class org.sikuli.script.Region
-
right click at the given target location
holding down the given modifier keys
Pattern or Filename - do a find before and use the match
Region - position at center
Match - position at match's targetOffset
Location - position at that point - RM - Static variable in class org.sikuli.script.Region
- robot - Variable in class org.sikuli.android.ADBScreen
- RobotDesktop - Class in org.sikuli.script.support
-
INTERNAL USE Implementation of IRobot making a DesktopRobot using java.awt.Robot
- RobotDesktop() - Constructor for class org.sikuli.script.support.RobotDesktop
- RobotRunner - Class in org.sikuli.script.runners
- RobotRunner() - Constructor for class org.sikuli.script.runners.RobotRunner
- root - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- rotate(Mat, Mat, int) - Static method in class org.opencv.core.Core
- ROTATE_180 - Static variable in class org.opencv.core.Core
- ROTATE_90_CLOCKWISE - Static variable in class org.opencv.core.Core
- ROTATE_90_COUNTERCLOCKWISE - Static variable in class org.opencv.core.Core
- RotatedRect - Class in org.opencv.core
- RotatedRect() - Constructor for class org.opencv.core.RotatedRect
- RotatedRect(double[]) - Constructor for class org.opencv.core.RotatedRect
- RotatedRect(Point, Size, double) - Constructor for class org.opencv.core.RotatedRect
- rotatedRectangleIntersection(RotatedRect, RotatedRect, Mat) - Static method in class org.opencv.imgproc.Imgproc
- rotateEdge(int, int) - Method in class org.opencv.imgproc.Subdiv2D
- row(int) - Method in class org.opencv.core.Mat
- rowRange(int, int) - Method in class org.opencv.core.Mat
- rowRange(Range) - Method in class org.opencv.core.Mat
- rows() - Method in class org.opencv.core.Mat
- RR - Static variable in class org.sikuli.script.Region
- RT - Static variable in class org.sikuli.script.Region
- run() - Method in class org.sikuli.guide.Tracker
- run() - Static method in class org.sikuli.script.runners.ServerRunner
- run() - Method in class se.vidstige.jadb.server.SocketServer
- run(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
- run(String) - Static method in class org.sikuli.script.App
-
the given text is parsed into a String[] suitable for issuing a Runtime.getRuntime().exec(args). quoting is preserved/obeyed. the first item must be an executable valid for the running system.
After completion, the following information is available:
App.lastRunResult: a string containing the complete result according to the docs of the run() command
App.lastRunStdout: a string containing only the output lines that went to stdout
App.lastRunStderr: a string containing only the output lines that went to stderr
App.lastRunReturnCode: the value, that is returnd as returncode - run(String) - Static method in class org.sikuli.script.Sikulix
- run(String...) - Static method in class org.sikuli.script.runners.ProcessRunner
- run(String[]) - Static method in class org.sikuli.script.Sikulix
- run(String, String[], IScriptRunner.Options) - Static method in class org.sikuli.script.support.Runner
- run(List<String>) - Static method in class org.sikuli.script.runners.ProcessRunner
- Run - Class in org.sikuli.guide
- Run - Class in org.sikuli.util
-
EXPERIMENTAL --- NOT official API
not in version 2 - Run() - Constructor for class org.sikuli.guide.Run
- RUN - org.sikuli.util.CommandArgsEnum
-
Runs the script
- runBlocking(List<String>) - Static method in class org.sikuli.script.runners.ProcessRunner
- runCallback(Object[]) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- runcmd(String) - Method in class org.sikuli.script.support.RunTime
-
run a system command finally using Java::Runtime.getRuntime().exec(args) and waiting for completion
- runcmd(String[]) - Method in class org.sikuli.script.support.RunTime
-
run a system command finally using Java::Runtime.getRuntime().exec(args) and waiting for completion
- runCmdError - Static variable in class org.sikuli.script.support.RunTime
- runCommand(String...) - Static method in class org.sikuli.script.runners.ProcessRunner
- runJar(String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- runJar(String, String) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- runLines(String, IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- runLines(String, IScriptRunner.Options) - Method in interface org.sikuli.script.support.IScriptRunner
-
Run the given script lines.
- runLoggerCallback(Object[]) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- Runner - Class in org.sikuli.script.support
- Runner() - Constructor for class org.sikuli.script.support.Runner
- running() - Method in interface org.sikuli.basics.Animator
- running() - Method in class org.sikuli.basics.AnimatorPulse
- running() - Method in class org.sikuli.basics.AnimatorTimeBased
- running() - Method in interface org.sikuli.guide.IAnimator
- runningAs - Variable in class org.sikuli.script.support.RunTime
- runningIDE() - Method in class org.sikuli.script.support.RunTime
- runningInProject - Variable in class org.sikuli.script.support.RunTime
- runningJar - Variable in class org.sikuli.script.support.RunTime
- runningLinux - Variable in class org.sikuli.script.support.RunTime
- runningMac - Variable in class org.sikuli.script.support.RunTime
- runningScripts() - Static method in class org.sikuli.script.support.RunTime
- runningWindows - Variable in class org.sikuli.script.support.RunTime
- runObserveCallback(Object[]) - Method in interface org.sikuli.script.runnerSupport.IRunnerSupport
-
Run callback for observers.
- runObserveCallback(Object[]) - Method in class org.sikuli.script.runnerSupport.JavaScriptSupport
- runObserveCallback(Object[]) - Method in class org.sikuli.script.runnerSupport.JRubySupport
- runObserveCallback(Object[]) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- runScript(String, String[], IScriptRunner.Options) - Method in class org.sikuli.script.runners.AbstractScriptRunner
- runScript(String, String[], IScriptRunner.Options) - Method in interface org.sikuli.script.support.IScriptRunner
-
Executes the Script.
- runScript(String, String[], IScriptRunner.Options) - Static method in class org.sikuli.script.support.Runner
- runScripts(String[], String[], IScriptRunner.Options) - Static method in class org.sikuli.script.support.Runner
- RunTime - Class in org.sikuli.script.support
-
INTERNAL USE --- NOT official API
not as is in version 2 - RunTime.oneFileFilter - Class in org.sikuli.script.support
- RunTime.RunType - Enum in org.sikuli.script.support
- RunTime.Type - Enum in org.sikuli.script.support
- runType - Variable in class org.sikuli.script.support.RunTime
S
- same_screen - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- save() - Method in class org.sikuli.script.ScreenImage
-
stores the image as PNG file in the standard temp folder with a created filename (sikuliximage-timestamp.png) if not yet stored before
- save() - Method in class org.sikuli.util.SikulixFileChooser
- save(String) - Method in class org.opencv.core.Algorithm
- save(String) - Method in class org.opencv.objdetect.HOGDescriptor
- save(String) - Method in class org.sikuli.basics.PreferencesUser
- save(String) - Method in class org.sikuli.script.Image
- save(String) - Method in class org.sikuli.script.ScreenImage
-
stores the image as PNG file in the given path with a created filename (sikuliximage-timestamp.png)
- save(String, String) - Method in class org.opencv.objdetect.HOGDescriptor
- save(String, String) - Method in class org.sikuli.script.Image
- save(String, String) - Method in class org.sikuli.script.ScreenImage
-
stores the image as PNG file in the given path with a created filename (givenName-timestamp.png)
- saveAs(String, boolean) - Method in class org.sikuli.util.SikulixFileChooser
- saveCapture(Object...) - Method in class org.sikuli.script.Region
- saveImage(BufferedImage, String, String) - Static method in class org.sikuli.basics.FileManager
- saveImageFacts() - Method in class org.sikuli.script.support.ImageGroup
- saveInBundle(String) - Method in class org.sikuli.script.ScreenImage
- saveLastScreenImage() - Method in class org.sikuli.script.Region
- saveLastScreenImage(File) - Method in class org.sikuli.script.ScreenImage
- saveOptions() - Method in class org.sikuli.script.Options
-
save a properties store to a file (prop: this.comingfrom = abs. filepath)
- saveOpts(String) - Method in class org.sikuli.script.Options
-
save a properties store to the given file
- saveRedirected(PrintStream, PrintStream) - Static method in class org.sikuli.basics.Debug
- saveTimedImage(BufferedImage) - Static method in class org.sikuli.basics.FileManager
- saveTimedImage(BufferedImage, String) - Static method in class org.sikuli.basics.FileManager
- saveTimedImage(BufferedImage, String, String) - Static method in class org.sikuli.basics.FileManager
- saveTmpImage(BufferedImage) - Static method in class org.sikuli.basics.FileManager
- saveTmpImage(BufferedImage, String) - Static method in class org.sikuli.basics.FileManager
- Scalar - Class in org.opencv.core
- Scalar(double) - Constructor for class org.opencv.core.Scalar
- Scalar(double[]) - Constructor for class org.opencv.core.Scalar
- Scalar(double, double) - Constructor for class org.opencv.core.Scalar
- Scalar(double, double, double) - Constructor for class org.opencv.core.Scalar
- Scalar(double, double, double, double) - Constructor for class org.opencv.core.Scalar
- scaleAdd(Mat, double, Mat, Mat) - Static method in class org.opencv.core.Core
- scanArgs(String[]) - Static method in class org.sikuli.util.CommandArgs
- Scharr(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- Scharr(Mat, Mat, int, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- Scharr(Mat, Mat, int, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- Screen - Class in org.sikuli.script
-
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). - Screen() - Constructor for class org.sikuli.script.Screen
-
Is the screen object having the top left corner as (0,0).
- Screen(boolean) - Constructor for class org.sikuli.script.Screen
-
INTERNAL USE collect all physical screens to one big region
TODO: under evaluation, wether it really makes sense - Screen(int) - Constructor for class org.sikuli.script.Screen
-
The screen object with the given id
- ScreenImage - Class in org.sikuli.script
-
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
- ScreenImage(Rectangle, BufferedImage) - Constructor for class org.sikuli.script.ScreenImage
-
create ScreenImage with given
- screens - Static variable in class org.sikuli.script.Screen
- ScreenUnion - Class in org.sikuli.script.support
-
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?
- ScreenUnion() - Constructor for class org.sikuli.script.support.ScreenUnion
- SCRIPTER - Static variable in class org.sikuli.basics.PreferencesUser
- SCROLL_LOCK - Static variable in class org.sikuli.hotkey.Keys
- SCROLL_LOCK - Static variable in class org.sikuli.script.Key
- SE - Static variable in class org.sikuli.script.Region
- se.vidstige.jadb.managers - package se.vidstige.jadb.managers
- se.vidstige.jadb.server - package se.vidstige.jadb.server
- select(ExtensionManagerFrame.ExtensionItem) - Method in class org.sikuli.script.support.ExtensionManagerFrame
- selectRegion() - Method in class org.sikuli.script.Screen
-
interactive region create with predefined message: lets the user draw the rectangle using the mouse
- selectRegion(String) - Method in class org.sikuli.script.Screen
-
interactive region create with given message: lets the user draw the rectangle using the mouse
- send(String) - Static method in class org.sikuli.util.Run
- send_event - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- SEPARATOR - Static variable in class org.sikuli.hotkey.Keys
- SEPARATOR - Static variable in class org.sikuli.script.Key
- sepFilter2D(Mat, Mat, int, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- sepFilter2D(Mat, Mat, int, Mat, Mat, Point, double) - Static method in class org.opencv.imgproc.Imgproc
- sepFilter2D(Mat, Mat, int, Mat, Mat, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
- serial - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- serial - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- SERVER - org.sikuli.util.CommandArgsEnum
-
run as server
- ServerList - Variable in class org.sikuli.script.support.RunTime
- ServerRunner - Class in org.sikuli.script.runners
-
EXPERIMENTAL --- NOT official API
not as is in version 2 - ServerRunner() - Constructor for class org.sikuli.script.runners.ServerRunner
- set(double[]) - Method in class org.opencv.core.Point
- set(double[]) - Method in class org.opencv.core.Point3
- set(double[]) - Method in class org.opencv.core.Range
- set(double[]) - Method in class org.opencv.core.Rect
- set(double[]) - Method in class org.opencv.core.Rect2d
- set(double[]) - Method in class org.opencv.core.RotatedRect
- set(double[]) - Method in class org.opencv.core.Scalar
- set(double[]) - Method in class org.opencv.core.Size
- set(double[]) - Method in class org.opencv.core.TermCriteria
- set(double[]) - Method in class org.opencv.imgproc.Moments
- set(double, double) - Method in class org.sikuli.script.Location
-
sets the coordinates to the given values (moves it)
- set(double, double) - Method in class org.sikuli.script.Offset
-
sets the given values
- set(int, int) - Method in class org.sikuli.script.Location
-
sets the coordinates to the given values (moves it)
- set(int, int) - Method in class org.sikuli.script.Offset
-
sets to the given values
- set(Location) - Method in class org.sikuli.android.ADBScreen
- set(Location) - Method in class org.sikuli.vnc.VNCScreen
- set(Region) - Method in class org.sikuli.android.ADBScreen
- set(Region) - Method in class org.sikuli.vnc.VNCScreen
- set_filterByArea(boolean) - Method in class org.opencv.features2d.Params
- set_filterByCircularity(boolean) - Method in class org.opencv.features2d.Params
- set_filterByColor(boolean) - Method in class org.opencv.features2d.Params
- set_filterByConvexity(boolean) - Method in class org.opencv.features2d.Params
- set_filterByInertia(boolean) - Method in class org.opencv.features2d.Params
- set_m00(double) - Method in class org.opencv.imgproc.Moments
- set_m01(double) - Method in class org.opencv.imgproc.Moments
- set_m02(double) - Method in class org.opencv.imgproc.Moments
- set_m03(double) - Method in class org.opencv.imgproc.Moments
- set_m10(double) - Method in class org.opencv.imgproc.Moments
- set_m11(double) - Method in class org.opencv.imgproc.Moments
- set_m12(double) - Method in class org.opencv.imgproc.Moments
- set_m20(double) - Method in class org.opencv.imgproc.Moments
- set_m21(double) - Method in class org.opencv.imgproc.Moments
- set_m30(double) - Method in class org.opencv.imgproc.Moments
- set_maxArea(float) - Method in class org.opencv.features2d.Params
- set_maxCircularity(float) - Method in class org.opencv.features2d.Params
- set_maxConvexity(float) - Method in class org.opencv.features2d.Params
- set_maxInertiaRatio(float) - Method in class org.opencv.features2d.Params
- set_maxThreshold(float) - Method in class org.opencv.features2d.Params
- set_minArea(float) - Method in class org.opencv.features2d.Params
- set_minCircularity(float) - Method in class org.opencv.features2d.Params
- set_minConvexity(float) - Method in class org.opencv.features2d.Params
- set_minDistBetweenBlobs(float) - Method in class org.opencv.features2d.Params
- set_minInertiaRatio(float) - Method in class org.opencv.features2d.Params
- set_minRepeatability(long) - Method in class org.opencv.features2d.Params
- set_minThreshold(float) - Method in class org.opencv.features2d.Params
- set_mu02(double) - Method in class org.opencv.imgproc.Moments
- set_mu03(double) - Method in class org.opencv.imgproc.Moments
- set_mu11(double) - Method in class org.opencv.imgproc.Moments
- set_mu12(double) - Method in class org.opencv.imgproc.Moments
- set_mu20(double) - Method in class org.opencv.imgproc.Moments
- set_mu21(double) - Method in class org.opencv.imgproc.Moments
- set_mu30(double) - Method in class org.opencv.imgproc.Moments
- set_nu02(double) - Method in class org.opencv.imgproc.Moments
- set_nu03(double) - Method in class org.opencv.imgproc.Moments
- set_nu11(double) - Method in class org.opencv.imgproc.Moments
- set_nu12(double) - Method in class org.opencv.imgproc.Moments
- set_nu20(double) - Method in class org.opencv.imgproc.Moments
- set_nu21(double) - Method in class org.opencv.imgproc.Moments
- set_nu30(double) - Method in class org.opencv.imgproc.Moments
- set_thresholdStep(float) - Method in class org.opencv.features2d.Params
- setActive() - Method in class org.sikuli.script.ObserveEvent
- setActive(String) - Method in class org.sikuli.script.Region
-
set the observer with the given name active (checked while observing)
- setActive(String) - Method in class org.sikuli.script.support.Observing
-
set the observer with the given name active (checked while observing)
- setActive(String, boolean) - Method in class org.sikuli.script.support.Observer
- setActive(String, boolean) - Static method in class org.sikuli.script.support.Observing
- setActualBounds(Rectangle) - Method in class org.sikuli.guide.Visual
- setActualLocation(int, int) - Method in class org.sikuli.guide.Visual
- setActualLocation(Point) - Method in class org.sikuli.guide.Visual
- setActualSize(int, int) - Method in class org.sikuli.guide.Visual
- setActualSize(Dimension) - Method in class org.sikuli.guide.Visual
- setAllowMultiple() - Static method in class org.sikuli.script.support.RunTime
- setAnchor(Visual) - Method in class org.sikuli.guide.Tracker
- setAnimateAnchoring(boolean) - Method in class org.sikuli.guide.SxAnchor
- setAsScreen() - Method in class org.sikuli.script.Screen
-
INTERNAL USE reset from being a screen union to the screen used before
- setAsScreenUnion() - Method in class org.sikuli.script.Screen
-
INTERNAL USE collect all physical screens to one big region
This is under evaluation, wether it really makes sense - setAtSaveCleanBundle(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setAtSaveMakeHTML(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setAutoCaptureForCmdButtons(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setAutoDelay(int) - Method in class org.sikuli.android.ADBRobot
- setAutoDelay(int) - Method in interface org.sikuli.script.support.IRobot
- setAutoLayoutEnabled(boolean) - Method in class org.sikuli.guide.Visual
- setAutoMoveEnabled(boolean) - Method in class org.sikuli.guide.Visual
- setAutoNamingMethod(int) - Method in class org.sikuli.basics.PreferencesUser
- setAutoResizeEnabled(boolean) - Method in class org.sikuli.guide.Visual
- setAutoVisibilityEnabled(boolean) - Method in class org.sikuli.guide.Visual
- setAutoWaitTimeout(double) - Method in class org.sikuli.script.Region
-
the time in seconds a find operation should wait
- setBaseFolder(File) - Method in class org.sikuli.script.support.IScriptRunner.Options
- setBImage(BufferedImage) - Method in class org.sikuli.script.Pattern
-
ONLY FOR INTERNAL USE!
- setBimg(BufferedImage) - Method in class org.sikuli.script.Image
- setBlockSize(int) - Method in class org.opencv.features2d.GFTTDetector
- setBorderVisible(boolean) - Method in class org.sikuli.guide.SxClickable
- setBottomLeft(Location) - Method in class org.sikuli.script.Region
-
Moves the region to the area, whose bottom left corner is the given location
- setBottomRight(Location) - Method in class org.sikuli.script.Region
-
Moves the region to the area, whose bottom right corner is the given location
- setBundleFolder(File) - Static method in class org.sikuli.script.ImagePath
- setBundlePath(String) - Static method in class org.sikuli.script.ImagePath
-
the given path replaces bundlepath (entry 0)
- setCallback(Object) - Method in class org.sikuli.script.support.Device
-
what to do if mouse is moved outside Sikuli's mouse protection
in case of event the user provided callBack.happened is called - setCaptureDelay(double) - Method in class org.sikuli.basics.PreferencesUser
- setCaptureHotkey(int) - Method in class org.sikuli.basics.PreferencesUser
- setCaptureHotkeyModifiers(int) - Method in class org.sikuli.basics.PreferencesUser
- setCenter(Location) - Method in class org.sikuli.script.Region
-
Moves the region to the area, whose center is the given location
- setChangeCursor(boolean) - Method in class org.sikuli.guide.ComponentMover
-
Set the change cursor property
- setChanges(List<Match>) - Method in class org.sikuli.script.ObserveEvent
- setCheckUpdate(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setCheckUpdateTime() - Method in class org.sikuli.basics.PreferencesUser
- setClipboard(String) - Static method in class org.sikuli.script.App
-
sets the current textual content of the system clipboard to the given text
- setClipboard(String) - Static method in class org.sikuli.script.Env
-
Deprecated.use App. ... instead
- setClipLimit(double) - Method in class org.opencv.imgproc.CLAHE
- setColor(int, int, int) - Method in class org.sikuli.guide.Visual
-
set the front and back color as (r, g, b) integer array
- setColor(Color) - Method in class org.sikuli.guide.Visual
-
set the front and back color
- setColors(int[], int[], int[], int[]) - Method in class org.sikuli.guide.Visual
-
mainly for Jython layer: colors given as (r, g, b) integer array
- setColors(Color, Color, Color, Color, Color) - Method in class org.sikuli.guide.Visual
-
set a Java Color for the component
not all components have all color options - setCols(int) - Method in class org.sikuli.script.Image
-
store info: this image is divided horizontally into n even columns
a preparation for using getCol() - setCols(int) - Method in class org.sikuli.script.Region
-
store info: this region is divided horizontally into n even columns
a preparation for using getCol() - setConfigs(String...) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.Use OCR.globalOptions.configs(String... configs)
- setConfigs(List<String>) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.Use options.configs
- setConsoleCSS(String) - Method in class org.sikuli.basics.PreferencesUser
- setDarken(boolean) - Method in class org.sikuli.guide.Guide
- setDataPath(String) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().datapath()
- setDebugLevel() - Static method in class org.sikuli.basics.Debug
-
set debug level to default level
- setDebugLevel(int) - Static method in class org.sikuli.basics.Debug
-
set debug level to given value
- setDebugLevel(String) - Static method in class org.sikuli.basics.Debug
-
set debug level to given number value as string (ignored if invalid)
- setDefaults() - Method in class org.sikuli.basics.PreferencesUser
- setDefaultThumbHeight(int) - Method in class org.sikuli.basics.PreferencesUser
- setDefaultTimeout(float) - Method in class org.sikuli.guide.Guide
- setDelta(int) - Method in class org.opencv.features2d.MSER
- setDescriptorChannels(int) - Method in class org.opencv.features2d.AKAZE
- setDescriptorSize(int) - Method in class org.opencv.features2d.AKAZE
- setDescriptorType(int) - Method in class org.opencv.features2d.AKAZE
- setDestination(Point) - Method in class org.sikuli.guide.SxArrow
- setDialog(String) - Method in class org.sikuli.guide.Guide
- setDialog(TransitionDialog) - Method in class org.sikuli.guide.Guide
- setDiffusivity(int) - Method in class org.opencv.features2d.AKAZE
- setDiffusivity(int) - Method in class org.opencv.features2d.KAZE
- setDirection(int) - Method in class org.sikuli.guide.SxBracket
- setDirection(int) - Method in class org.sikuli.guide.SxFlag
- setDragInsets(Insets) - Method in class org.sikuli.guide.ComponentMover
-
Set the drag insets.
- setEdgeThreshold(int) - Method in class org.opencv.features2d.ORB
- setEmphasisAnimation(Animator) - Method in class org.sikuli.guide.Visual
- setEntranceAnimation(Animator) - Method in class org.sikuli.guide.Visual
- setEnv(String, String) - Static method in class org.sikuli.natives.WinUtil
- setErrorLine(int) - Method in class org.sikuli.script.support.IScriptRunner.Options
-
If a script run fails, the runner can set the source line where the error happened.
- setErrorVerbosity(boolean) - Static method in class org.opencv.core.Core
- setExec(String) - Method in class org.sikuli.script.App
- setExpandTab(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setExtended(boolean) - Method in class org.opencv.features2d.KAZE
- setFastThreshold(int) - Method in class org.opencv.features2d.ORB
- setFilename(String) - Method in class org.sikuli.script.Pattern
-
set a new image for this pattern
- setFilename(URL) - Method in class org.sikuli.script.Pattern
-
set a new image for this pattern
- setFilename(Image) - Method in class org.sikuli.script.Pattern
-
set a new image for this pattern
- setFileURL(URL) - Method in class org.sikuli.script.Image
- setFindChangesImageDiff(int) - Method in class org.sikuli.script.Finder
- setFindChangesPixelDiff(int) - Method in class org.sikuli.script.Finder
- setFindFailedHandler(Object) - Static method in exception org.sikuli.script.FindFailed
-
Global FindFailedHandler for new
Regions
default: none - setFindFailedHandler(Object) - Method in class org.sikuli.script.Region
- setFindFailedResponse(FindFailedResponse) - Method in class org.sikuli.script.Region
-
FindFailedResponse.
ABORT - abort script on FindFailed
SKIP - ignore FindFailed
PROMPT - display prompt on FindFailed to let user decide how to proceed
RETRY - continue to wait for appearence after FindFailed
HANDLE - call a handler on exceptionRegion.setFindFailedHandler(Object)
default: ABORT
see also:Region.setThrowException(boolean) - setFirstLevel(int) - Method in class org.opencv.features2d.ORB
- setFocused(boolean) - Method in class org.sikuli.script.App
- setFont(String, int) - Method in class org.sikuli.guide.SxFlag
- setFont(String, int) - Method in class org.sikuli.guide.Visual
- setFontName(String) - Method in class org.sikuli.basics.PreferencesUser
- setFontSize(int) - Method in class org.sikuli.basics.PreferencesUser
- setFontSize(int) - Method in class org.sikuli.guide.Visual
- setFontSize(int) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().fontSize(int size)
- setFrameLabelVisible(JFrame, JLabel) - Method in class org.opencv.highgui.ImageWindow
- setGlobalDebug(int) - Static method in class org.sikuli.basics.Debug
- setGuide(Guide) - Method in class org.sikuli.guide.Visual
- setH(int) - Method in class org.sikuli.script.Region
- setHandler(Object, ObserveEvent.Type) - Static method in exception org.sikuli.script.FindFailed
- setHarrisDetector(boolean) - Method in class org.opencv.features2d.GFTTDetector
- setHasIOException(boolean) - Method in class org.sikuli.script.Image
- setHorizontalAlignmentWithRegion(Region, float) - Method in class org.sikuli.guide.Visual
- setIdeLocation(Point) - Method in class org.sikuli.basics.PreferencesUser
- setIdentity(Mat) - Static method in class org.opencv.core.Core
- setIdentity(Mat, Scalar) - Static method in class org.opencv.core.Core
- setIdeSession(String) - Method in class org.sikuli.basics.PreferencesUser
- setIDEshouldReload(Image) - Static method in class org.sikuli.script.Image
- setIdeSize(Dimension) - Method in class org.sikuli.basics.PreferencesUser
- setImage(BufferedImage) - Method in class org.sikuli.guide.SxImage
- setImage(Object) - Method in class org.sikuli.script.ObserveEvent
- setImage(Image) - Method in class org.sikuli.script.Match
-
set the image after finding with success
- setImage(Image) - Method in class org.sikuli.script.Pattern
-
sets the Pattern's image
- setImageCache(int) - Static method in class org.sikuli.basics.Settings
- setImageMissingHandler(Object) - Method in class org.sikuli.script.Element
- setImageMissingHandler(Object) - Static method in exception org.sikuli.script.FindFailed
-
Global ImageMissingHandler for new
Regions
default: none - setInactive() - Method in class org.sikuli.script.ObserveEvent
- setInactive(String) - Method in class org.sikuli.script.Region
-
set the observer with the given name inactive (not checked while observing)
- setInactive(String) - Method in class org.sikuli.script.support.Observing
-
set the observer with the given name inactive (not checked while observing)
- setIndex(int) - Method in class org.sikuli.script.Match
- setIndex(int) - Method in class org.sikuli.script.ObserveEvent
- setIsAbsolute(boolean) - Method in class org.sikuli.script.Image
- setIsPattern(boolean) - Method in class org.sikuli.script.Image
- setIsText(boolean) - Method in class org.sikuli.script.Image
- setJrubyExtern(boolean) - Static method in class org.sikuli.script.support.ExtensionManager
- setJythonExtern(boolean) - Static method in class org.sikuli.script.support.ExtensionManager
- setK(double) - Method in class org.opencv.features2d.GFTTDetector
- setLanguage(String) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().language()
- setLastScriptRunReturnCode(int) - Method in class org.sikuli.script.support.RunTime
- setLastSeen(Rectangle, double) - Method in class org.sikuli.script.Image
-
Internal Use: set the last seen info after a find
- setLastSeenUpdate(String) - Method in class org.sikuli.basics.PreferencesUser
- setLayout(Visual.Layout) - Method in class org.sikuli.guide.Visual
- setLocale(Locale) - Method in class org.sikuli.basics.PreferencesUser
- setLocation(Location) - Method in class org.sikuli.script.Region
-
set the regions position
this might move the region even to another screen - setLocationRelative(Visual.Layout) - Method in class org.sikuli.guide.Visual
- setLocationRelativeToComponent(Visual) - Method in class org.sikuli.guide.Visual
- setLocationRelativeToComponent(Visual, float, float) - Method in class org.sikuli.guide.Visual
- setLocationRelativeToComponent(Visual, int, int) - Method in class org.sikuli.guide.Visual
- setLocationRelativeToComponent(Visual, Visual.Layout) - Method in class org.sikuli.guide.Visual
- setLocationRelativeToPoint(Point, Visual.Layout) - Method in class org.sikuli.guide.Visual
- setLocationRelativeToRegion(Region, Visual.Layout) - Method in class org.sikuli.guide.SxBracket
- setLocationRelativeToRegion(Region, Visual.Layout) - Method in class org.sikuli.guide.SxCallout
- setLocationRelativeToRegion(Region, Visual.Layout) - Method in class org.sikuli.guide.SxFlag
- setLocationRelativeToRegion(Region, Visual.Layout) - Method in class org.sikuli.guide.Visual
- setLocationToUserPreferredLocation() - Method in class org.sikuli.guide.TransitionDialog
- setLogFile(String) - Static method in class org.sikuli.basics.Debug
-
specify, where the logs should be written:
null - use from property sikuli.Logfile empty - use SikuliLog.txt in working folder not empty - use given filename - setLogger(Object) - Static method in class org.sikuli.basics.Debug
-
A logger object that is intended, to get Sikuli's log messages per redirection
- setLoggerAction(String) - Static method in class org.sikuli.basics.Debug
-
specify the target method for redirection of Sikuli's action messages [log]
must be the name of an instance method of the previously defined logger and
must accept exactly one string parameter, that contains the info message - setLoggerAll(String) - Static method in class org.sikuli.basics.Debug
-
sets the redirection for all message types user, info, action, error and debug must be the name of an instance method of the previously defined logger and
must accept exactly one string parameter, that contains the message text - setLoggerDebug(String) - Static method in class org.sikuli.basics.Debug
-
specify the target method for redirection of Sikuli's debug messages [debug]
must be the name of an instance method of the previously defined logger and
must accept exactly one string parameter, that contains the info message - setLoggerError(String) - Static method in class org.sikuli.basics.Debug
-
specify the target method for redirection of Sikuli's error messages [error]
must be the name of an instance method of the previously defined logger and
must accept exactly one string parameter, that contains the info message - setLoggerInfo(String) - Static method in class org.sikuli.basics.Debug
-
specify the target method for redirection of Sikuli's info messages [info]
must be the name of an instance method of the previously defined logger and
must accept exactly one string parameter, that contains the info message - setLoggerNoPrefix(Object) - Static method in class org.sikuli.basics.Debug
-
same as setLogger(), but the Sikuli prefixes are omitted in all redirected messages
- setLoggerUser(String) - Static method in class org.sikuli.basics.Debug
-
specify the target method for redirection of Sikuli's user log messages [user]
must be the name of an instance method of the previously defined logger and
must accept exactly one string parameter, that contains the info message - setMargin(int, int, int, int) - Method in class org.sikuli.guide.Visual
- setMat(Mat) - Method in class org.opencv.highgui.ImageWindow
- setMatch(Object) - Method in class org.sikuli.script.ObserveEvent
- setMaxArea(int) - Method in class org.opencv.features2d.MSER
- setMaxFeatures(int) - Method in class org.opencv.features2d.GFTTDetector
- setMaxFeatures(int) - Method in class org.opencv.features2d.ORB
- setMaxWidth(int) - Method in class org.sikuli.guide.Visual
- setMinArea(int) - Method in class org.opencv.features2d.MSER
- setMinDistance(double) - Method in class org.opencv.features2d.GFTTDetector
- setMode(int) - Method in class org.sikuli.guide.SxArea
- setMouseMovedAction(int) - Static method in class org.sikuli.script.Mouse
-
what to do if mouse is moved outside Sikuli's mouse protection
- Mouse.MouseMovedIgnore (0) ignore it (default)
- Mouse.MouseMovedShow (1) show and ignore it
- Mouse.MouseMovedPause (2) show it and pause until user says continue
(2 not implemented yet - 1 is used) - setMouseMovedCallback(Object) - Static method in class org.sikuli.script.Mouse
-
what to do if mouse is moved outside Sikuli's mouse protection
only 3 is honored:
in case of event the user provided callBack.happened is called - setMouseMovedHighlight(boolean) - Static method in class org.sikuli.script.Mouse
- setMouseOver(boolean) - Method in class org.sikuli.guide.SxClickable
- setMouseOverVisible(boolean) - Method in class org.sikuli.guide.SxClickable
- setMovable(boolean) - Method in class org.sikuli.guide.Visual
- setName(String) - Method in class org.sikuli.guide.SxButton
- setName(String) - Method in class org.sikuli.guide.SxClickable
- setName(String) - Method in class org.sikuli.script.App
- setName(String) - Method in class org.sikuli.script.Element
-
INTERNAL: to identify a Region or Image
- setNameGiven(String) - Method in class org.sikuli.script.App
- setNewDimension(int, int) - Method in class org.opencv.highgui.ImageWindow
- setNewPosition(int, int) - Method in class org.opencv.highgui.ImageWindow
- setNLevels(int) - Method in class org.opencv.features2d.ORB
- setNOctaveLayers(int) - Method in class org.opencv.features2d.AKAZE
- setNOctaveLayers(int) - Method in class org.opencv.features2d.KAZE
- setNOctaves(int) - Method in class org.opencv.features2d.AKAZE
- setNOctaves(int) - Method in class org.opencv.features2d.KAZE
- setNonmaxSuppression(boolean) - Method in class org.opencv.features2d.AgastFeatureDetector
- setNonmaxSuppression(boolean) - Method in class org.opencv.features2d.FastFeatureDetector
- setNumThreads(int) - Static method in class org.opencv.core.Core
- setObserveScanRate(float) - Method in class org.sikuli.script.Region
-
set the regions individual ObserveScanRate
- setOEM(int) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().oem()
- setOEM(OCR.OEM) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.Use options().oem()
- setOffset(int, int) - Method in class org.sikuli.guide.Visual
- setOffset(Location) - Method in class org.sikuli.script.Image
-
Set the value of offset
- setOnScreen(boolean) - Method in class org.sikuli.script.Match
- setOpacity(float) - Method in class org.sikuli.guide.Visual
- setOpacity(float) - Method in class org.sikuli.util.OverlayTransparentWindow
- setOption(String, String) - Method in class org.sikuli.script.Options
-
{link getOption}
- setOptionBool(String, boolean) - Method in class org.sikuli.script.Options
-
{link getOption}
- setOptionDouble(String, double) - Method in class org.sikuli.script.Options
-
{link getOption}
- setOptionFloat(String, float) - Method in class org.sikuli.script.Options
-
{link getOption}
- setOptionInteger(String, int) - Method in class org.sikuli.script.Options
-
{link getOption}
- setOther(Location) - Method in class org.sikuli.android.ADBScreen
- setOther(Location) - Method in class org.sikuli.script.Screen
- setOther(Location) - Method in interface org.sikuli.script.support.IScreen
- setOther(Location) - Method in class org.sikuli.vnc.VNCScreen
- setOther(Region) - Method in class org.sikuli.android.ADBScreen
- setOther(Region) - Method in class org.sikuli.script.Screen
- setOther(Region) - Method in interface org.sikuli.script.support.IScreen
- setOther(Region) - Method in class org.sikuli.vnc.VNCScreen
- setOtherScreen() - Method in class org.sikuli.script.Region
-
INTERNAL USE: flags this region as belonging to a non-Desktop screen
- setOtherScreen(IScreen) - Method in class org.sikuli.script.Location
-
INTERNAL USE identifies the point as being on a non-desktop-screen
- setOtherScreen(IScreen) - Method in class org.sikuli.script.Region
-
INTERNAL: flags this region as belonging to a non-Desktop screen
- setPass2Only(boolean) - Method in class org.opencv.features2d.MSER
- setPatchSize(int) - Method in class org.opencv.features2d.ORB
- setPattern(Object) - Method in class org.sikuli.script.ObserveEvent
- setPID(int) - Method in class org.sikuli.script.App
- setPID(String) - Method in class org.sikuli.script.App
- setPrefMoreHighlight(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreImages(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreImagesPath(String) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreImageThumbs(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreLogActions(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreLogDebug(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreLogInfo(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreMessage(int) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMorePlainText(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setPrefMoreRunSave(boolean) - Method in class org.sikuli.basics.PreferencesUser
- setProDone(int) - Method in class org.sikuli.basics.SplashFrame
- setProFile(String) - Method in class org.sikuli.basics.SplashFrame
- setProSize(int) - Method in class org.sikuli.basics.SplashFrame
- setProxy(String, String) - Static method in class org.sikuli.basics.FileManager
- setPSM(int) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().psm()
- setPSM(OCR.PSM) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().psm()
- setQualityLevel(double) - Method in class org.opencv.features2d.GFTTDetector
- setQuiet() - Static method in class org.sikuli.script.support.RunTime
- setRandom() - Static method in class org.sikuli.script.Mouse
- setRandom(int) - Static method in class org.sikuli.script.Mouse
- setRaster(int, int) - Method in class org.sikuli.script.Image
-
store info: this image is divided into a raster of even cells
a preparation for using getCell() - setRaster(int, int) - Method in class org.sikuli.script.Region
-
store info: this region is divided into a raster of even cells
a preparation for using getCell()
adjusted to a minimum cell size of 5 x 5 pixels - setRect(int, int, int, int) - Method in class org.sikuli.script.Region
-
set the regions position/size
this might move the region even to another screen - setRect(Rectangle) - Method in class org.sikuli.script.Region
-
set the regions position/size
this might move the region even to another screen - setRect(Region) - Method in class org.sikuli.script.Region
-
set the regions position/size
this might move the region even to another screen - setRegion(Object) - Method in class org.sikuli.script.ObserveEvent
- setRelationship(int) - Method in class org.sikuli.guide.SxArea
- setRepeating() - Method in class org.sikuli.script.Finder
-
internal use: to be able to reuse the same Finder
- setRepeatWaitTime(int) - Method in class org.sikuli.script.Region
-
INTERNAL USE: Observe set the regions individual WaitForVanish
- setResponse(FindFailedResponse) - Static method in exception org.sikuli.script.FindFailed
-
Global FindFailedResponse for new
Regions
ABORT - abort script on FindFailed
SKIP - ignore FindFailed
PROMPT - display prompt on FindFailed to let user decide how to proceed
RETRY - continue to wait for appearence after FindFailed
HANDLE - (set implicit) call a handler on exceptionFindFailed.setFindFailedHandler(Object)
default: ABORT - setResponse(FindFailedResponse) - Method in class org.sikuli.script.ObserveEvent
- setRNGSeed(int) - Static method in class org.opencv.core.Core
- setROI() - Method in class org.sikuli.script.Region
-
resets this region (usually a Screen object) to the coordinates of the containing screen
- setROI(int, int, int, int) - Method in class org.sikuli.script.Region
-
resets this region to the given location, and size
this might move the region even to another screen
Because of the wanted side effect for the containing screen, this should only be used with screen objects. - setROI(Rectangle) - Method in class org.sikuli.script.Region
-
resets this region to the given rectangle
this might move the region even to another screen
Because of the wanted side effect for the containing screen, this should only be used with screen objects. - setROI(Region) - Method in class org.sikuli.script.Region
-
resets this region to the given region
this might move the region even to another screen
Because of the wanted side effect for the containing screen, this should only be used with screen objects. - setRows(int) - Method in class org.sikuli.script.Image
-
store info: this image is divided vertically into n even rows
a preparation for using getRow() - setRows(int) - Method in class org.sikuli.script.Region
-
store info: this region is divided vertically into n even rows
a preparation for using getRow() - setRunner(IScriptRunner) - Method in class org.sikuli.util.AbortableScriptRunnerWrapper
- setRunningFromScript() - Method in class org.sikuli.script.support.IScriptRunner.Options
- setRunningInIDE() - Method in class org.sikuli.script.support.IScriptRunner.Options
- setRunningInIDE(boolean) - Method in class org.sikuli.script.support.IScriptRunner.Options
- setScale(float) - Method in class org.sikuli.guide.SxImage
- setScale(float) - Method in class org.sikuli.guide.Visual
- setScaleFactor(double) - Method in class org.opencv.features2d.ORB
- setScoreType(int) - Method in class org.opencv.features2d.ORB
- setScreen(int) - Method in class org.sikuli.script.Region
-
Sets a new Screen for this region.
- setScreen(IScreen) - Method in class org.sikuli.script.Region
-
Sets a new Screen for this region.
- setScreen(IScreen) - Method in class org.sikuli.script.Screen
-
Should not be used - makes no sense for Screen object
- setScreenImage(ScreenImage) - Method in class org.sikuli.script.Finder
- setShadow(int, int) - Method in class org.sikuli.guide.Visual
- setShadowDefault() - Method in class org.sikuli.guide.Visual
- setShape(int) - Method in class org.sikuli.guide.SxSpotlight
- setShouldRunCallback(boolean) - Method in class org.sikuli.script.support.Device
- setShouldTerminate() - Static method in class org.sikuli.script.support.Device
- setShowActions(boolean) - Static method in class org.sikuli.basics.Settings
- setSilent(boolean) - Method in class org.sikuli.script.support.IScriptRunner.Options
-
Indicates that the runner should behave silent.
- setSimilarity(double) - Method in class org.sikuli.script.Image
-
Set the value of similarity
- setSize(int, int) - Method in class org.sikuli.script.Region
- setSnapSize(Dimension) - Method in class org.sikuli.guide.ComponentMover
-
Set the snap size.
- setSource(Point) - Method in class org.sikuli.guide.SxArrow
- setStartEnd(Location, Location) - Method in class org.sikuli.script.ScreenImage
- setStartWithTrace() - Static method in class org.sikuli.basics.Debug
- setStopHotkey(int) - Method in class org.sikuli.basics.PreferencesUser
- setStopHotkeyModifiers(int) - Method in class org.sikuli.basics.PreferencesUser
- setStopOnFirstEvent() - Method in class org.sikuli.script.support.Observer
- setStopOnFirstEvent() - Static method in class org.sikuli.script.support.Observing
-
tell the next starting observer, to stop on the first event
- setStroke(int) - Method in class org.sikuli.guide.Visual
- setStyle(int) - Method in class org.sikuli.guide.SxArrow
- setSVMDetector(Mat) - Method in class org.opencv.objdetect.HOGDescriptor
- setSysArgv(List<String>) - Method in class org.sikuli.script.runnerSupport.JythonSupport
- setSysPath() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- setTabWidth(int) - Method in class org.sikuli.basics.PreferencesUser
- setTarget(int, int) - Method in class org.sikuli.script.Match
-
INTERNAL USE
- setTarget(RCPS) - Method in class org.sikuli.guide.Visual
- setTargetOffset(int, int) - Method in class org.sikuli.script.Match
-
like
Pattern.targetOffsetsets the click target relative to the center - setTargetOffset(Location) - Method in class org.sikuli.script.Match
-
like
Pattern.targetOffsetsets the click target by offset relative to the center - setTerminating(boolean) - Method in class org.sikuli.hotkey.HotkeyController
- setText(String) - Method in class org.sikuli.guide.SxFlag
- setText(String) - Method in class org.sikuli.guide.TransitionDialog
- setText(String) - Method in class org.sikuli.guide.Visual
- setText(String) - Method in class org.sikuli.script.Match
-
internally used to set the text found by findWord, findLine, ...
- setTextColor(int, int, int) - Method in class org.sikuli.guide.Visual
-
set text color as (r, g, b) integer array
- setTextColor(Color) - Method in class org.sikuli.guide.Visual
-
set the text color
- setTextHeight(int) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().textHeight(int height)
- setThreshold(double) - Method in class org.opencv.features2d.AKAZE
- setThreshold(double) - Method in class org.opencv.features2d.KAZE
- setThreshold(int) - Method in class org.opencv.features2d.AgastFeatureDetector
- setThreshold(int) - Method in class org.opencv.features2d.FastFeatureDetector
- setThrowException(boolean) - Method in class org.sikuli.script.Region
-
true - should throw
FindFailedif not found in this region
false - do not abort script on FindFailed (might lead to NPE's later)
default:Settings.ThrowException
sideEffects:Region.setFindFailedResponse(FindFailedResponse)true:ABORT, false:SKIP
see also:Region.setFindFailedResponse(FindFailedResponse)
and:Region.setFindFailedHandler(Object) - setTilesGridSize(Size) - Method in class org.opencv.imgproc.CLAHE
- setTimeAfter(int) - Method in class org.sikuli.script.Pattern
-
set the seconds to wait, after this pattern is acted on
- setTimeout(int) - Method in class org.sikuli.guide.TransitionDialog
- setTimeout(long) - Method in class org.sikuli.script.support.IScriptRunner.Options
- setTimes(long, long) - Method in class org.sikuli.script.Match
-
INTERNAL USE set the elapsed times from search
- Settings - Class in org.sikuli.basics
-
This is the container for all
- Settings() - Constructor for class org.sikuli.basics.Settings
- setTitle(String) - Method in class org.sikuli.guide.TransitionDialog
- setTo(Mat) - Method in class org.opencv.core.Mat
- setTo(Mat, Mat) - Method in class org.opencv.core.Mat
- setTo(Scalar) - Method in class org.opencv.core.Mat
- setTo(Scalar, Mat) - Method in class org.opencv.core.Mat
- setToken(String) - Method in class org.sikuli.script.App
- setTopLeft(Location) - Method in class org.sikuli.script.Region
-
Moves the region to the area, whose top left corner is the given location
- setTopRight(Location) - Method in class org.sikuli.script.Region
-
Moves the region to the area, whose top right corner is the given location
- setTracker(Pattern) - Method in class org.sikuli.guide.SxAnchor
- setType(int) - Method in class org.opencv.features2d.AgastFeatureDetector
- setType(int) - Method in class org.opencv.features2d.FastFeatureDetector
- setType(ObserveEvent.Type) - Method in class org.sikuli.script.ObserverCallBack
-
INTERNAL USE
- setUpright(boolean) - Method in class org.opencv.features2d.KAZE
- setUseIPP(boolean) - Static method in class org.opencv.core.Core
- setUseIPP_NE(boolean) - Static method in class org.opencv.core.Core
- setUserArgs(String[]) - Static method in class org.sikuli.script.support.RunTime
- setUserLogFile(String) - Static method in class org.sikuli.basics.Debug
-
specify, where the user logs (Debug.user) should be written:
null - use from property sikuli.LogfileUser empty - use UserLog.txt in working folder not empty - use given filename - setUserType(int) - Method in class org.sikuli.basics.PreferencesUser
- setUseSwingEventQueue(boolean) - Method in class com.tulskiy.keymaster.common.Provider
- setUsing(String) - Method in class org.sikuli.script.App
- setVals(Object, Object, Object) - Method in class org.sikuli.script.ObserveEvent
-
for type GENERIC: 3 values can be stored in the event (the value's type is known by creator and user of getVals as some private protocol)
- setVariable(String, String) - Method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.globalOptions().variable(String key, String value)
- setVerbose() - Static method in class org.sikuli.script.support.RunTime
- setVerticalAlignmentWithRegion(Region, float) - Method in class org.sikuli.guide.Visual
- setVirtual(boolean) - Method in class org.sikuli.script.Region
-
INTERNAL USE - EXPERIMENTAL
- setVisible(boolean) - Method in class org.sikuli.guide.Visual
- setVisible(boolean) - Method in class org.sikuli.script.support.FindFailedDialog
- setVocabulary(Mat) - Method in class org.opencv.features2d.BOWImgDescriptorExtractor
- setW(int) - Method in class org.sikuli.script.Region
- setWaitAfter(int) - Method in class org.sikuli.script.Image
-
Set the value of waitAfter
- setWaitScanRate(float) - Method in class org.sikuli.script.Region
-
set the regions individual WaitScanRate
- setWindow(String) - Method in class org.sikuli.script.App
- setWithTimeElapsed() - Static method in class org.sikuli.basics.Debug
- setWithTimeElapsed(long) - Static method in class org.sikuli.basics.Debug
- setWorkDir() - Method in class org.sikuli.script.App
- setWorkDir(String) - Method in class org.sikuli.script.App
- setWTA_K(int) - Method in class org.opencv.features2d.ORB
- setX(double) - Method in class org.sikuli.script.Location
-
sets x to the given value
- setX(double) - Method in class org.sikuli.script.Offset
-
sets x to the given value
- setX(int) - Method in class org.sikuli.script.Location
-
sets x to the given value
- setX(int) - Method in class org.sikuli.script.Offset
-
sets x to the given value
- setX(int) - Method in class org.sikuli.script.Region
- setY(double) - Method in class org.sikuli.script.Location
-
sets y to the given value
- setY(double) - Method in class org.sikuli.script.Offset
-
sets y to the given value
- setY(int) - Method in class org.sikuli.script.Location
-
sets y to the given value
- setY(int) - Method in class org.sikuli.script.Offset
-
sets y to the given value
- setY(int) - Method in class org.sikuli.script.Region
- setZoomLevel(float) - Method in class org.sikuli.guide.Visual
- SH - Static variable in class org.sikuli.script.Region
- SHADOW_SIZE - Variable in class org.sikuli.guide.SxBracket
- ShadowRenderer - Class in org.sikuli.guide
- ShadowRenderer(Visual, int) - Constructor for class org.sikuli.guide.ShadowRenderer
- shebangJython - Static variable in class org.sikuli.script.support.ExtensionManager
- shebangPython - Static variable in class org.sikuli.script.support.ExtensionManager
- shell(String, DataOutputStream, DataInput) - Method in interface se.vidstige.jadb.server.AdbDeviceResponder
- shift(int) - Method in class org.opencv.core.Range
- SHIFT - Static variable in class org.sikuli.hotkey.Keys.Modifier
- SHIFT - Static variable in class org.sikuli.hotkey.Keys
- SHIFT - Static variable in class org.sikuli.script.Key
- SHIFT - Static variable in class org.sikuli.script.KeyModifier
- shiftKey - Static variable in interface com.tulskiy.keymaster.osx.Carbon
- ShiftMask - Static variable in interface com.tulskiy.keymaster.x11.X11
- shortname() - Method in enum org.sikuli.util.CommandArgsEnum
-
Returns the short name
- shouldCheckContent(String, String) - Static method in class org.sikuli.script.support.ExtensionManager
- shouldDetach() - Static method in class org.sikuli.script.support.RunTime
- shouldExport() - Method in class org.sikuli.script.support.RunTime
- shouldHighlight() - Static method in class org.sikuli.basics.Debug
- shouldLogJython - Static variable in class org.sikuli.basics.Debug
- shouldRunPythonServer() - Static method in class org.sikuli.script.support.RunTime
- shouldRunServer() - Static method in class org.sikuli.script.support.RunTime
- shouldUseProvided - Static variable in class org.sikuli.util.LinuxSupport
- show() - Static method in class org.sikuli.script.support.ExtensionManager
- show() - Method in class org.sikuli.script.support.RunTime
-
print out some basic information about the current runtime environment
- show() - Static method in class org.sikuli.util.Run
- showIDE() - Method in class org.sikuli.script.support.RunTime
- showMonitors() - Static method in class org.sikuli.script.Screen
-
show the current monitor setup
- showNow() - Method in class org.sikuli.guide.Guide
- showNow(float) - Method in class org.sikuli.guide.Guide
- showScreens() - Method in class org.sikuli.script.Region
-
synonym for showMonitors
- showSysPath() - Method in class org.sikuli.script.runnerSupport.JythonSupport
- SIFT - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- SIFT - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- signature - Variable in class com.tulskiy.keymaster.osx.Carbon.EventHotKeyID
- SIKULI_USER - Static variable in class org.sikuli.basics.PreferencesUser
- SikuliEvent - Class in org.sikuli.script
-
CANDIDATE FOR DEPRECATION - ONLY HERE TO BE BACKWARD COMPATIBLE
- SikuliEvent() - Constructor for class org.sikuli.script.SikuliEvent
- SikuliException - Exception in org.sikuli.script
-
INTERNAL USE
- SikuliException(String) - Constructor for exception org.sikuli.script.SikuliException
- SikuliVersionMajor - Variable in class org.sikuli.script.support.RunTime
- SikuliVersionMinor - Variable in class org.sikuli.script.support.RunTime
- SikuliVersionSub - Variable in class org.sikuli.script.support.RunTime
- Sikulix - Class in org.sikuli.script
- Sikulix() - Constructor for class org.sikuli.script.Sikulix
- SikulixAPI - Class in org.sikuli.script.support
- SikulixAPI() - Constructor for class org.sikuli.script.support.SikulixAPI
- SikuliXception - Exception in org.sikuli.script
-
INTERNAL USE
- SikuliXception(String) - Constructor for exception org.sikuli.script.SikuliXception
- SikuliXception(String, Exception) - Constructor for exception org.sikuli.script.SikuliXception
- SikulixFileChooser - Class in org.sikuli.util
- SikulixFileChooser(Frame) - Constructor for class org.sikuli.util.SikulixFileChooser
- SikulixForJython - Class in org.sikuli.basics
-
Deprecated.
- SikulixForJython - Class in org.sikuli.script
-
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 * - SikulixForJython() - Constructor for class org.sikuli.basics.SikulixForJython
-
Deprecated.
- SikulixRunner - Class in org.sikuli.script.runners
-
Runs Sikulix scripts.
- SikulixRunner() - Constructor for class org.sikuli.script.runners.SikulixRunner
- SilkulixGitTestRunner - Class in org.sikuli.script.runners
-
Runs the Sikulix test scripts from https://github.com/RaiMan/SikuliX-2014/tree/master/TestScripts TODO Check if this is still needed
- SilkulixGitTestRunner() - Constructor for class org.sikuli.script.runners.SilkulixGitTestRunner
- similar(double) - Method in class org.sikuli.script.Pattern
-
sets the minimum Similarity to use with findX
- SIMPLE - Static variable in class org.sikuli.guide.Guide
- SIMPLEBLOB - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- SINGLE_BLOCK - org.sikuli.script.OCR.PSM
- SINGLE_BLOCK_VERT_TEXT - org.sikuli.script.OCR.PSM
- SINGLE_CHAR - org.sikuli.script.OCR.PSM
- SINGLE_COLUMN - org.sikuli.script.OCR.PSM
- SINGLE_LINE - org.sikuli.script.OCR.PSM
- SINGLE_WORD - org.sikuli.script.OCR.PSM
- size - Variable in class org.opencv.core.KeyPoint
-
Diameter of the useful keypoint adjacent area.
- size - Variable in class org.opencv.core.RotatedRect
- size() - Method in class org.opencv.core.Mat
- size() - Method in class org.opencv.core.Range
- size() - Method in class org.opencv.core.Rect
- size() - Method in class org.opencv.core.Rect2d
- Size - Class in org.opencv.core
- Size() - Constructor for class org.opencv.core.Size
- Size(double[]) - Constructor for class org.opencv.core.Size
- Size(double, double) - Constructor for class org.opencv.core.Size
- Size(Point) - Constructor for class org.opencv.core.Size
- SKIP - org.sikuli.script.FindFailedResponse
- SKIP - Static variable in exception org.sikuli.script.FindFailed
-
FindFailedResponse SKIP: should silently continue on FindFailed
- SKLRunner - Class in org.sikuli.script.runners
-
Runs a packed sikulix script
- SKLRunner() - Constructor for class org.sikuli.script.runners.SKLRunner
- slashify(String, Boolean) - Static method in class org.sikuli.basics.FileManager
- slibVision - Static variable in class org.sikuli.util.LinuxSupport
- SlowMotionDelay - Static variable in class org.sikuli.basics.Settings
- SM - Static variable in class org.sikuli.script.Region
- smallFont() - Method in class org.sikuli.script.OCR.Options
-
Convenience: Configure the Option's optimization.
- smartCopy(String, String) - Static method in class org.sikuli.basics.FileManager
-
Copy a file *src* to the path *dest* and check if the file name conflicts.
- smoothMove(Location) - Method in class org.sikuli.android.ADBRobot
- smoothMove(Location) - Method in interface org.sikuli.script.support.IRobot
- smoothMove(Location) - Method in class org.sikuli.script.support.RobotDesktop
- smoothMove(Location, Location, long) - Method in class org.sikuli.android.ADBRobot
- smoothMove(Location, Location, long) - Method in interface org.sikuli.script.support.IRobot
- smoothMove(Location, Location, long) - Method in class org.sikuli.script.support.RobotDesktop
- smoothMoveSlow(Location) - Method in class org.sikuli.script.support.RobotDesktop
- Sobel(Mat, Mat, int, int, int) - Static method in class org.opencv.imgproc.Imgproc
- Sobel(Mat, Mat, int, int, int, int, double, double) - Static method in class org.opencv.imgproc.Imgproc
- Sobel(Mat, Mat, int, int, int, int, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- SocketServer - Class in se.vidstige.jadb.server
- SocketServer(int) - Constructor for class se.vidstige.jadb.server.SocketServer
- solve(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- solve(Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- solveCubic(Mat, Mat) - Static method in class org.opencv.core.Core
- solvePoly(Mat, Mat) - Static method in class org.opencv.core.Core
- solvePoly(Mat, Mat, int) - Static method in class org.opencv.core.Core
- sort(Mat, Mat, int) - Static method in class org.opencv.core.Core
- SORT_ASCENDING - Static variable in class org.opencv.core.Core
- SORT_DESCENDING - Static variable in class org.opencv.core.Core
- SORT_EVERY_COLUMN - Static variable in class org.opencv.core.Core
- SORT_EVERY_ROW - Static variable in class org.opencv.core.Core
- sortIdx(Mat, Mat, int) - Static method in class org.opencv.core.Core
- SOUTH - Static variable in class org.sikuli.script.Region
- SOUTH_EAST - Static variable in class org.sikuli.script.Region
- SOUTH_MID - Static variable in class org.sikuli.script.Region
- SOUTH_WEST - Static variable in class org.sikuli.script.Region
- SPACE - Static variable in class org.sikuli.hotkey.Keys
- SPACE - Static variable in class org.sikuli.script.Key
- SPARSE_TEXT - org.sikuli.script.OCR.PSM
- SPARSE_TEXT_OSD - org.sikuli.script.OCR.PSM
- spatialGradient(Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- spatialGradient(Mat, Mat, Mat, int) - Static method in class org.opencv.imgproc.Imgproc
- spatialGradient(Mat, Mat, Mat, int, int) - Static method in class org.opencv.imgproc.Imgproc
- SplashFrame - Class in org.sikuli.basics
- SplashFrame(String) - Constructor for class org.sikuli.basics.SplashFrame
- SplashFrame(String[]) - Constructor for class org.sikuli.basics.SplashFrame
- split(Mat, List<Mat>) - Static method in class org.opencv.core.Core
- sqrBoxFilter(Mat, Mat, int, Size) - Static method in class org.opencv.imgproc.Imgproc
- sqrBoxFilter(Mat, Mat, int, Size, Point, boolean) - Static method in class org.opencv.imgproc.Imgproc
- sqrBoxFilter(Mat, Mat, int, Size, Point, boolean, int) - Static method in class org.opencv.imgproc.Imgproc
- sqrt(Mat, Mat) - Static method in class org.opencv.core.Core
- standardExtensions - Variable in class org.sikuli.script.support.RunTime
- STAR - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- start - Variable in class org.opencv.core.Range
- start - Variable in class org.sikuli.script.ScreenImage
- start() - Method in class org.opencv.core.TickMeter
- start() - Static method in class org.sikuli.android.ADBScreen
- start() - Method in class org.sikuli.guide.Animator
- start() - Method in class org.sikuli.guide.GlobalMouseMotionTracker
- start() - Static method in class org.sikuli.script.TextRecognizer
-
Deprecated.no longer needed at all
- start() - Static method in class org.sikuli.vnc.VNCScreen
- start() - Method in class se.vidstige.jadb.server.SocketServer
- start(String) - Static method in class org.sikuli.android.ADBScreen
- start(String) - Static method in class org.sikuli.vnc.VNCScreen
- start(String, int) - Static method in class org.sikuli.vnc.VNCScreen
- start(String, int, int, int) - Static method in class org.sikuli.vnc.VNCScreen
- start(String, int, String, int, int) - Static method in class org.sikuli.vnc.VNCScreen
- start(App.Type) - Static method in class org.sikuli.script.App
- start(RunTime.Type, String[]) - Static method in class org.sikuli.script.support.RunTime
- startAnimation() - Method in class org.sikuli.guide.Guide
- startAnimation() - Method in class org.sikuli.guide.SxBracket
- startAnimation() - Method in class org.sikuli.guide.Visual
- startApp(String...) - Static method in class org.sikuli.script.runners.ProcessRunner
- startApp(List<String>) - Static method in class org.sikuli.script.runners.ProcessRunner
- startLog(int, String, Object...) - Static method in class org.sikuli.script.support.RunTime
- startPythonServer() - Static method in class org.sikuli.script.support.RunTime
- startTimer() - Static method in class org.sikuli.basics.Debug
-
start timer
log output depends on Settings.ProfileLogs - startTimer(String, Object...) - Static method in class org.sikuli.basics.Debug
-
start timer with a message
log output depends on Settings.ProfileLogs - startTracking() - Method in class org.sikuli.guide.Guide
- startTracking() - Method in class org.sikuli.guide.SxAnchor
- startUp(int) - Static method in class org.sikuli.vnc.VNCScreen
- state - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- status() - Static method in class org.sikuli.script.OCR
-
prints out the current global options.
- status() - Static method in class org.sikuli.script.TextRecognizer
-
Deprecated.use OCR.status() instead
- stdAutoDelay - Static variable in class org.sikuli.script.support.RobotDesktop
- stdDelay - Static variable in class org.sikuli.script.support.RobotDesktop
- stdMaxElapsed - Static variable in class org.sikuli.script.support.RobotDesktop
- step() - Method in interface org.sikuli.basics.Animator
- step() - Method in class org.sikuli.basics.AnimatorPulse
- step() - Method in class org.sikuli.basics.AnimatorTimeBased
- step() - Method in interface org.sikuli.guide.IAnimator
- step1() - Method in class org.opencv.core.Mat
- step1(int) - Method in class org.opencv.core.Mat
- stop() - Method in class com.tulskiy.keymaster.common.Provider
-
Stop the provider.
- stop() - Method in class com.tulskiy.keymaster.osx.CarbonProvider
- stop() - Method in class com.tulskiy.keymaster.windows.WindowsProvider
- stop() - Method in class com.tulskiy.keymaster.x11.X11Provider
- stop() - Method in class org.opencv.core.TickMeter
- stop() - Static method in class org.sikuli.android.ADBScreen
- stop() - Method in class org.sikuli.guide.Animator
- stop() - Method in class org.sikuli.guide.GlobalMouseMotionTracker
- stop() - Method in class org.sikuli.hotkey.HotkeyController
-
remove all hotkeys
- stop() - Static method in class org.sikuli.util.Run
- stop() - Method in class org.sikuli.vnc.VNCScreen
- stop() - Method in class se.vidstige.jadb.server.SocketServer
- stopAll() - Static method in class org.sikuli.vnc.VNCScreen
- stopAnimation() - Method in class org.sikuli.guide.Guide
- stopAnimation() - Method in class org.sikuli.guide.Visual
- stopObserver() - Method in class org.sikuli.script.ObserveEvent
-
stops the observer
- stopObserver() - Method in class org.sikuli.script.Region
-
stops a running observer
- stopObserver(String) - Method in class org.sikuli.script.ObserveEvent
-
stops the observer and prints the given text
- stopObserver(String) - Method in class org.sikuli.script.Region
-
stops a running observer printing an info message
- stopPythonServer() - Static method in class org.sikuli.script.support.RunTime
- stopTracking() - Method in class org.sikuli.guide.Guide
- stopTracking() - Method in class org.sikuli.guide.SxAnchor
- stopTracking() - Method in class org.sikuli.guide.Tracker
- store() - Method in class org.sikuli.basics.PreferencesUser
- STRAIGHT - Static variable in class org.sikuli.guide.SxArrow
- StsAssert - Static variable in class org.opencv.core.Core
- StsAutoTrace - Static variable in class org.opencv.core.Core
- StsBackTrace - Static variable in class org.opencv.core.Core
- StsBadArg - Static variable in class org.opencv.core.Core
- StsBadFlag - Static variable in class org.opencv.core.Core
- StsBadFunc - Static variable in class org.opencv.core.Core
- StsBadMask - Static variable in class org.opencv.core.Core
- StsBadMemBlock - Static variable in class org.opencv.core.Core
- StsBadPoint - Static variable in class org.opencv.core.Core
- StsBadSize - Static variable in class org.opencv.core.Core
- StsDivByZero - Static variable in class org.opencv.core.Core
- StsError - Static variable in class org.opencv.core.Core
- StsFilterOffsetErr - Static variable in class org.opencv.core.Core
- StsFilterStructContentErr - Static variable in class org.opencv.core.Core
- StsInplaceNotSupported - Static variable in class org.opencv.core.Core
- StsInternal - Static variable in class org.opencv.core.Core
- StsKernelStructContentErr - Static variable in class org.opencv.core.Core
- StsNoConv - Static variable in class org.opencv.core.Core
- StsNoMem - Static variable in class org.opencv.core.Core
- StsNotImplemented - Static variable in class org.opencv.core.Core
- StsNullPtr - Static variable in class org.opencv.core.Core
- StsObjectNotFound - Static variable in class org.opencv.core.Core
- StsOk - Static variable in class org.opencv.core.Core
- StsOutOfRange - Static variable in class org.opencv.core.Core
- StsParseError - Static variable in class org.opencv.core.Core
- StsUnmatchedFormats - Static variable in class org.opencv.core.Core
- StsUnmatchedSizes - Static variable in class org.opencv.core.Core
- StsUnsupportedFormat - Static variable in class org.opencv.core.Core
- StsVecLengthErr - Static variable in class org.opencv.core.Core
- Subdiv2D - Class in org.opencv.imgproc
- Subdiv2D() - Constructor for class org.opencv.imgproc.Subdiv2D
- Subdiv2D(long) - Constructor for class org.opencv.imgproc.Subdiv2D
- Subdiv2D(Rect) - Constructor for class org.opencv.imgproc.Subdiv2D
- submat(int, int, int, int) - Method in class org.opencv.core.Mat
- submat(Range, Range) - Method in class org.opencv.core.Mat
- submat(Rect) - Method in class org.opencv.core.Mat
- subtract(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- subtract(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- subtract(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- subtract(Mat, Scalar, Mat) - Static method in class org.opencv.core.Core
- subtract(Mat, Scalar, Mat, Mat) - Static method in class org.opencv.core.Core
- subtract(Mat, Scalar, Mat, Mat, int) - Static method in class org.opencv.core.Core
- subwindow - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- sumElems(Mat) - Static method in class org.opencv.core.Core
- SURF - Static variable in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- SURF - Static variable in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- SVBackSubst(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- SVD_FULL_UV - Static variable in class org.opencv.core.Core
- SVD_MODIFY_A - Static variable in class org.opencv.core.Core
- SVD_NO_UV - Static variable in class org.opencv.core.Core
- SVDecomp(Mat, Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- SVDecomp(Mat, Mat, Mat, Mat, int) - Static method in class org.opencv.core.Core
- SW - Static variable in class org.sikuli.script.Region
- swipe(int, int, int, int) - Method in class org.sikuli.android.ADBDevice
- switchto(String, int) - Method in class org.sikuli.natives.LinuxUtil
- switchto(String, int) - Method in class org.sikuli.natives.MacUtil
- switchto(String, int) - Method in interface org.sikuli.natives.OSUtil
- switchto(String, int) - Method in class org.sikuli.natives.WinUtil
- switchto(App) - Method in class org.sikuli.natives.LinuxUtil
- switchto(App) - Method in class org.sikuli.natives.MacUtil
- switchto(App) - Method in interface org.sikuli.natives.OSUtil
- switchto(App) - Method in class org.sikuli.natives.WinUtil
- SwitchToText - Static variable in class org.sikuli.basics.Settings
- SX - Class in org.sikuli.script
- SX() - Constructor for class org.sikuli.script.SX
- SX.Log - Class in org.sikuli.script
- SxAnchor - Class in org.sikuli.guide
- SxAnchor() - Constructor for class org.sikuli.guide.SxAnchor
- SxAnchor(Pattern) - Constructor for class org.sikuli.guide.SxAnchor
- SxAnchor(Region) - Constructor for class org.sikuli.guide.SxAnchor
- SxAnchor.AnchorListener - Interface in org.sikuli.guide
- SxArea - Class in org.sikuli.guide
- SxArea() - Constructor for class org.sikuli.guide.SxArea
- SxArrow - Class in org.sikuli.guide
- SxArrow(Point, Point) - Constructor for class org.sikuli.guide.SxArrow
- SxArrow(Visual, Visual) - Constructor for class org.sikuli.guide.SxArrow
- SxBeam - Class in org.sikuli.guide
- SxBeam(Guide, Region) - Constructor for class org.sikuli.guide.SxBeam
- SxBracket - Class in org.sikuli.guide
- SxBracket() - Constructor for class org.sikuli.guide.SxBracket
- sxBuild - Variable in class org.sikuli.script.support.RunTime
- SXBuild - Variable in class org.sikuli.script.support.RunTime
- SXBuildNumber - Variable in class org.sikuli.script.support.RunTime
- sxBuildStamp - Variable in class org.sikuli.script.support.RunTime
- SxButton - Class in org.sikuli.guide
- SxButton(String) - Constructor for class org.sikuli.guide.SxButton
- SxCallout - Class in org.sikuli.guide
- SxCallout(String) - Constructor for class org.sikuli.guide.SxCallout
- SxCircle - Class in org.sikuli.guide
- SxCircle() - Constructor for class org.sikuli.guide.SxCircle
- SxCircle(Visual) - Constructor for class org.sikuli.guide.SxCircle
- SxCircle(Region) - Constructor for class org.sikuli.guide.SxCircle
- SxClickable - Class in org.sikuli.guide
- SxClickable() - Constructor for class org.sikuli.guide.SxClickable
- SxClickable(Region) - Constructor for class org.sikuli.guide.SxClickable
- SxFlag - Class in org.sikuli.guide
- SxFlag(String) - Constructor for class org.sikuli.guide.SxFlag
- SxHotspot - Class in org.sikuli.guide
- SxHotspot(Region, Visual, Guide) - Constructor for class org.sikuli.guide.SxHotspot
- SxImage - Class in org.sikuli.guide
- SxImage(BufferedImage) - Constructor for class org.sikuli.guide.SxImage
- SxImage(String) - Constructor for class org.sikuli.guide.SxImage
- SXJavaVersion - Variable in class org.sikuli.script.support.RunTime
- SxMagnet - Class in org.sikuli.guide
- SxMagnet(Guide) - Constructor for class org.sikuli.guide.SxMagnet
- SxRectangle - Class in org.sikuli.guide
- SxRectangle() - Constructor for class org.sikuli.guide.SxRectangle
- SxRectangle(Visual) - Constructor for class org.sikuli.guide.SxRectangle
- SxRectangle(Region) - Constructor for class org.sikuli.guide.SxRectangle
- SxSpotlight - Class in org.sikuli.guide
- SxSpotlight() - Constructor for class org.sikuli.guide.SxSpotlight
- SxSpotlight(Region) - Constructor for class org.sikuli.guide.SxSpotlight
- SXSystemVersion - Variable in class org.sikuli.script.support.RunTime
- SxText - Class in org.sikuli.guide
- SxText(String) - Constructor for class org.sikuli.guide.SxText
- SXUser32 - Interface in org.sikuli.natives
- SXVersion - Variable in class org.sikuli.script.support.RunTime
- SXVersionAPI - Variable in class org.sikuli.script.support.RunTime
- SXVersionIDE - Variable in class org.sikuli.script.support.RunTime
- SXVersionLong - Variable in class org.sikuli.script.support.RunTime
- SXVersionShort - Variable in class org.sikuli.script.support.RunTime
- symEdge(int) - Method in class org.opencv.imgproc.Subdiv2D
- sysName - Variable in class org.sikuli.script.support.RunTime
- SysUtil - Class in org.sikuli.natives
- SysUtil() - Constructor for class org.sikuli.natives.SysUtil
T
- t() - Method in class org.opencv.core.Mat
- TAB - Static variable in class org.sikuli.hotkey.Keys
- TAB - Static variable in class org.sikuli.script.Key
- tap(int, int) - Method in class org.sikuli.android.ADBDevice
- targetOffset(int, int) - Method in class org.sikuli.script.Pattern
-
set the offset from the match's center to be used with mouse actions
- targetOffset(Location) - Method in class org.sikuli.script.Pattern
-
set the offset from the match's center to be used with mouse actions
- TermCriteria - Class in org.opencv.core
- TermCriteria() - Constructor for class org.opencv.core.TermCriteria
-
Termination criteria for iterative algorithms.
- TermCriteria(double[]) - Constructor for class org.opencv.core.TermCriteria
- TermCriteria(int, int, double) - Constructor for class org.opencv.core.TermCriteria
-
Termination criteria for iterative algorithms.
- terminate() - Static method in class org.sikuli.script.support.RunTime
- terminate(int, String, Object...) - Static method in class org.sikuli.script.support.RunTime
- TESSERACT_LSTM_COMBINED - org.sikuli.script.OCR.OEM
- TESSERACT_ONLY - org.sikuli.script.OCR.OEM
- test(String, Object...) - Static method in class org.sikuli.basics.Debug
-
Sikuli messages to use in tests
switch on/off: always on - testButton() - Method in class org.sikuli.guide.Run
- testing - Static variable in class org.sikuli.script.support.RunTime
- testingWinApp - Static variable in class org.sikuli.script.support.RunTime
- testSwitch() - Method in class org.sikuli.script.support.RunTime
- text() - Method in class org.sikuli.script.Element
-
tries to read the text in this region/image
might contain misread characters, NL characters and other stuff, when interpreting contained grafics as text
Best results: one or more lines of text with no contained grafics - text(String) - Method in class org.sikuli.guide.Guide
- text(String) - Static method in class org.sikuli.script.Image
-
convenience method: get text from given image file
- textChar() - Method in class org.sikuli.script.Element
-
get text from this region/image supposing it is one character
- textChar(String) - Static method in class org.sikuli.script.Image
-
convenience method: get text from given image file supposing it is one character
- textHeight() - Method in class org.sikuli.script.OCR.Options
-
current base for image optimization before OCR.
- textHeight(float) - Method in class org.sikuli.script.OCR.Options
-
Configure image optimization.
- textLine() - Method in class org.sikuli.script.Element
-
get text from this region/image supposing it is one line of text
- textLine(String) - Static method in class org.sikuli.script.Image
-
convenience method: get text from given image file supposing it is one line of text
- textLines() - Method in class org.sikuli.script.Element
-
find text lines in this region/image
- TextRecognizer - Class in org.sikuli.script
-
Intended to be used only internally - still public for being backward compatible
- TextRunner - Class in org.sikuli.script.runners
-
Runs a text file.
- TextRunner() - Constructor for class org.sikuli.script.runners.TextRunner
- textWord() - Method in class org.sikuli.script.Element
-
get text from this region/image supposing it is one word
- textWord(String) - Static method in class org.sikuli.script.Image
-
convenience method: get text from given image file supposing it is one word
- textWords() - Method in class org.sikuli.script.Element
-
find the words as text in this region/image (top left to bottom right)
a word is a sequence of detected utf8-characters surrounded by significant background space might contain characters misinterpreted from contained grafics - TH - Static variable in class org.sikuli.script.Region
- thread - Variable in class com.tulskiy.keymaster.osx.CarbonProvider
- THRESH_BINARY - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_BINARY_INV - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_MASK - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_OTSU - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_TOZERO - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_TOZERO_INV - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_TRIANGLE - Static variable in class org.opencv.imgproc.Imgproc
- THRESH_TRUNC - Static variable in class org.opencv.imgproc.Imgproc
- threshold(Mat, Mat, double, double, int) - Static method in class org.opencv.imgproc.Imgproc
- THRESHOLD - Static variable in class org.opencv.features2d.AgastFeatureDetector
- THRESHOLD - Static variable in class org.opencv.features2d.FastFeatureDetector
- ThrowException - Static variable in class org.sikuli.basics.Settings
- THUMB_HEIGHT - Static variable in class org.sikuli.basics.PreferencesUser
- TickMeter - Class in org.opencv.core
- TickMeter() - Constructor for class org.opencv.core.TickMeter
- TickMeter(long) - Constructor for class org.opencv.core.TickMeter
- time - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- TimeoutTransition - Class in org.sikuli.guide
- TimeoutTransition(int) - Constructor for class org.sikuli.guide.TimeoutTransition
- title - Variable in class org.sikuli.natives.WinUtil.WindowInfo
- tl() - Method in class org.opencv.core.Rect
- tl() - Method in class org.opencv.core.Rect2d
- TL - Static variable in class org.sikuli.script.Region
-
the area constants for use with get()
- TM - Static variable in class org.sikuli.script.Region
- TM_CCOEFF - Static variable in class org.opencv.imgproc.Imgproc
- TM_CCOEFF_NORMED - Static variable in class org.opencv.imgproc.Imgproc
- TM_CCORR - Static variable in class org.opencv.imgproc.Imgproc
- TM_CCORR_NORMED - Static variable in class org.opencv.imgproc.Imgproc
- TM_SQDIFF - Static variable in class org.opencv.imgproc.Imgproc
- TM_SQDIFF_NORMED - Static variable in class org.opencv.imgproc.Imgproc
- to - Variable in class org.sikuli.guide.SxBeam
- toArray() - Method in class org.opencv.core.MatOfByte
- toArray() - Method in class org.opencv.core.MatOfDMatch
- toArray() - Method in class org.opencv.core.MatOfDouble
- toArray() - Method in class org.opencv.core.MatOfFloat
- toArray() - Method in class org.opencv.core.MatOfFloat4
- toArray() - Method in class org.opencv.core.MatOfFloat6
- toArray() - Method in class org.opencv.core.MatOfInt
- toArray() - Method in class org.opencv.core.MatOfInt4
- toArray() - Method in class org.opencv.core.MatOfKeyPoint
- toArray() - Method in class org.opencv.core.MatOfPoint
- toArray() - Method in class org.opencv.core.MatOfPoint2f
- toArray() - Method in class org.opencv.core.MatOfPoint3
- toArray() - Method in class org.opencv.core.MatOfPoint3f
- toArray() - Method in class org.opencv.core.MatOfRect
- toArray() - Method in class org.opencv.core.MatOfRect2d
- toBufferedImage(Mat) - Static method in class org.opencv.highgui.HighGui
- toFront() - Method in class org.sikuli.guide.ClickableWindow
- toFront() - Method in class org.sikuli.guide.Guide
- toFront() - Method in class org.sikuli.guide.SxBeam
- toGlobalCoord(Match) - Method in class org.sikuli.script.Region
-
used in Observer.callChangeObserving, Finder.next to adjust region relative coordinates of matches to screen coordinates
- toJavaKeyCode(char) - Static method in class org.sikuli.hotkey.Keys
- toJavaKeyCode(char) - Static method in class org.sikuli.script.Key
-
Convert Sikuli Key to Java virtual key code
- toJavaKeyCode(char) - Static method in class org.sikuli.script.support.KeyboardLayout
- toJavaKeyCode(String) - Static method in class org.sikuli.hotkey.Keys
- toJavaKeyCode(String) - Static method in class org.sikuli.script.Key
-
Convert Sikuli Key to Java virtual key code
- toJavaKeyCodeFromText(String) - Static method in class org.sikuli.hotkey.Keys
- toJavaKeyCodeFromText(String) - Static method in class org.sikuli.script.Key
- toJavaKeyCodeText(char) - Static method in class org.sikuli.hotkey.Keys
- toJavaKeyCodeText(char) - Static method in class org.sikuli.script.Key
- toJSON() - Method in class org.sikuli.script.Location
- toList() - Method in class org.opencv.core.MatOfByte
- toList() - Method in class org.opencv.core.MatOfDMatch
- toList() - Method in class org.opencv.core.MatOfDouble
- toList() - Method in class org.opencv.core.MatOfFloat
- toList() - Method in class org.opencv.core.MatOfFloat4
- toList() - Method in class org.opencv.core.MatOfFloat6
- toList() - Method in class org.opencv.core.MatOfInt
- toList() - Method in class org.opencv.core.MatOfInt4
- toList() - Method in class org.opencv.core.MatOfKeyPoint
- toList() - Method in class org.opencv.core.MatOfPoint
- toList() - Method in class org.opencv.core.MatOfPoint2f
- toList() - Method in class org.opencv.core.MatOfPoint3
- toList() - Method in class org.opencv.core.MatOfPoint3f
- toList() - Method in class org.opencv.core.MatOfRect
- toList() - Method in class org.opencv.core.MatOfRect2d
- TOP - org.sikuli.guide.Visual.Layout
- TOP - Static variable in class org.sikuli.script.Region
-
Flag for the
Region.create(Location, int, int, int, int)method. - toString() - Method in class com.tulskiy.keymaster.common.HotKey
- toString() - Method in exception org.opencv.core.CvException
- toString() - Method in class org.opencv.core.DMatch
- toString() - Method in class org.opencv.core.KeyPoint
- toString() - Method in class org.opencv.core.Mat
- toString() - Method in class org.opencv.core.Point
- toString() - Method in class org.opencv.core.Point3
- toString() - Method in class org.opencv.core.Range
- toString() - Method in class org.opencv.core.Rect
- toString() - Method in class org.opencv.core.Rect2d
- toString() - Method in class org.opencv.core.RotatedRect
- toString() - Method in class org.opencv.core.Scalar
- toString() - Method in class org.opencv.core.Size
- toString() - Method in class org.opencv.core.TermCriteria
- toString() - Method in class org.opencv.imgproc.Moments
- toString() - Method in class org.sikuli.android.ADBDevice
- toString() - Method in class org.sikuli.android.ADBScreen
- toString() - Method in class org.sikuli.guide.Visual
- toString() - Method in class org.sikuli.hotkey.HotkeyEvent
- toString() - Method in class org.sikuli.script.App
- toString() - Method in class org.sikuli.script.Image
- toString() - Method in class org.sikuli.script.ImagePath.PathEntry
- toString() - Method in class org.sikuli.script.Location
- toString() - Method in class org.sikuli.script.Match
- toString() - Method in class org.sikuli.script.ObserveEvent
- toString() - Method in class org.sikuli.script.OCR.Options
-
Current state of this Options as some formatted lines of text.
- toString() - Method in class org.sikuli.script.Pattern
- toString() - Method in class org.sikuli.script.Region
- toString() - Method in exception org.sikuli.script.SikuliException
- toString() - Method in class se.vidstige.jadb.managers.Package
- toStringShort() - Method in class org.sikuli.script.App
- toStringShort() - Method in class org.sikuli.script.Location
- toStringShort() - Method in class org.sikuli.script.Match
- toStringShort() - Method in class org.sikuli.script.Region
- toStringShort() - Method in exception org.sikuli.script.SikuliException
- total() - Method in class org.opencv.core.Mat
- ToUnicodeEx(int, int, byte[], char[], int, int, int) - Method in interface org.sikuli.natives.SXUser32
- TR - Static variable in class org.sikuli.script.Region
- trace(String, Object...) - Static method in class org.sikuli.basics.Debug
- trace(Mat) - Static method in class org.opencv.core.Core
- TraceLogs - Static variable in class org.sikuli.basics.Settings
- Tracker - Class in org.sikuli.guide
- Tracker(Guide, Pattern, Region) - Constructor for class org.sikuli.guide.Tracker
- Tracker(Pattern) - Constructor for class org.sikuli.guide.Tracker
- train() - Method in class org.opencv.features2d.DescriptorMatcher
- trainIdx - Variable in class org.opencv.core.DMatch
-
Train descriptor index.
- transform(Mat, Mat, Mat) - Static method in class org.opencv.core.Core
- Transition - Interface in org.sikuli.guide
- Transition.TransitionListener - Interface in org.sikuli.guide
- TransitionDialog - Class in org.sikuli.guide
- TransitionDialog() - Constructor for class org.sikuli.guide.TransitionDialog
- TransitionDialog(String) - Constructor for class org.sikuli.guide.TransitionDialog
- transitionOccurred(Object) - Method in interface org.sikuli.guide.Transition.TransitionListener
- translate(int, int) - Method in class org.sikuli.script.Location
-
convenience: like awt point
- transpose(Mat, Mat) - Static method in class org.opencv.core.Core
- traverseFolder(File, FileManager.FileFilter) - Static method in class org.sikuli.basics.FileManager
- TRUE - Static variable in class org.sikuli.basics.Settings
- TT - Static variable in class org.sikuli.script.Region
- type - Variable in class com.tulskiy.keymaster.x11.X11.XErrorEvent
- type - Variable in class com.tulskiy.keymaster.x11.X11.XEvent
- type - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- type - Variable in class org.opencv.core.TermCriteria
- type() - Method in class org.opencv.core.Mat
- type(String) - Method in class org.sikuli.script.Region
-
enters the given text one character/key after another using keyDown/keyUp
about the usable Key constants see keyDown(keys)
Class Key only provides a subset of a US-QWERTY PC keyboard layout
the text is entered at the current position of the focus/carret - type(String, int) - Method in class org.sikuli.script.Region
-
enters the given text one character/key after another using keyDown/keyUp
while holding down the given modifier keys
about the usable Key constants see keyDown(keys)
Class Key only provides a subset of a US-QWERTY PC keyboard layout
the text is entered at the current position of the focus/carret - type(String, String) - Method in class org.sikuli.script.Region
-
enters the given text one character/key after another using
- type(PFRML, String) - Method in class org.sikuli.script.Region
-
first does a click(target) at the given target position to gain focus/carret
enters the given text one character/key after another using keyDown/keyUp
about the usable Key constants see keyDown(keys)
Class Key only provides a subset of a US-QWERTY PC keyboard layout - type(PFRML, String, int) - Method in class org.sikuli.script.Region
-
first does a click(target) at the given target position to gain focus/carret
enters the given text one character/key after another using keyDown/keyUp
while holding down the given modifier keys
about the usable Key constants see keyDown(keys)
Class Key only provides a subset of a US-QWERTY PC keyboard layout - type(PFRML, String, String) - Method in class org.sikuli.script.Region
-
first does a click(target) at the given target position to gain focus/carret
enters the given text one character/key after another using keyDown/keyUp
while holding down the given modifier keys
about the usable Key constants see keyDown(keys)
Class Key only provides a subset of a US-QWERTY PC keyboard layout - TYPE - Static variable in class org.sikuli.script.runners.AppleScriptRunner
- TYPE - Static variable in class org.sikuli.script.runners.JarRunner
- TYPE - Static variable in class org.sikuli.script.runners.JavaScriptRunner
- TYPE - Static variable in class org.sikuli.script.runners.JRubyRunner
- TYPE - Static variable in class org.sikuli.script.runners.JythonRunner
- TYPE - Static variable in class org.sikuli.script.runners.PowershellRunner
- TYPE - Static variable in class org.sikuli.script.runners.ProcessRunner
- TYPE - Static variable in class org.sikuli.script.runners.PythonRunner
- TYPE - Static variable in class org.sikuli.script.runners.RobotRunner
- TYPE - Static variable in class org.sikuli.script.runners.ServerRunner
- TYPE - Static variable in class org.sikuli.script.runners.SikulixRunner
- TYPE - Static variable in class org.sikuli.script.runners.SilkulixGitTestRunner
- TYPE - Static variable in class org.sikuli.script.runners.SKLRunner
- TYPE - Static variable in class org.sikuli.script.runners.TextRunner
- TYPE - Static variable in class org.sikuli.script.runners.ZipRunner
- TYPE_5_8 - Static variable in class org.opencv.features2d.FastFeatureDetector
- TYPE_7_12 - Static variable in class org.opencv.features2d.FastFeatureDetector
- TYPE_9_16 - Static variable in class org.opencv.features2d.FastFeatureDetector
- TYPE_FUN - Static variable in class org.opencv.core.Core
- TYPE_GENERAL - Static variable in class org.opencv.core.Core
- TYPE_MARKER - Static variable in class org.opencv.core.Core
- TYPE_WRAPPER - Static variable in class org.opencv.core.Core
- typeChar(char) - Method in class org.sikuli.android.ADBDevice
- typeChar(char, IRobot.KeyMode) - Method in class org.sikuli.android.ADBRobot
- typeChar(char, IRobot.KeyMode) - Method in interface org.sikuli.script.support.IRobot
- typeChar(char, IRobot.KeyMode) - Method in class org.sikuli.script.support.RobotDesktop
- TypeDelay - Static variable in class org.sikuli.basics.Settings
-
Specify a delay between the key presses in seconds as 0.nnn.
- typeEnds() - Method in class org.sikuli.android.ADBDevice
- typeEnds() - Method in class org.sikuli.android.ADBRobot
- typeEnds() - Method in interface org.sikuli.script.support.IRobot
- typeEnds() - Method in class org.sikuli.script.support.RobotDesktop
- typeKey(int) - Method in class org.sikuli.android.ADBRobot
- typeKey(int) - Method in interface org.sikuli.script.support.IRobot
- typeKey(int) - Method in class org.sikuli.script.support.RobotDesktop
- typeStarts() - Method in class org.sikuli.android.ADBDevice
- typeStarts() - Method in class org.sikuli.android.ADBRobot
- typeStarts() - Method in interface org.sikuli.script.support.IRobot
- typeStarts() - Method in class org.sikuli.script.support.RobotDesktop
- typeToString(int) - Static method in class org.opencv.core.CvType
U
- unblock() - Method in class org.sikuli.script.support.Device
-
free the mouse globally after a block()
- unblock(Object) - Method in class org.sikuli.script.support.Device
-
free the mouse globally for this owner after a block(owner)
- unCache(String) - Static method in class org.sikuli.script.Image
- undistort(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- undistort(Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- undistortPoints(Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- undistortPoints(Mat, Mat, Mat, Mat, Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- undistortPointsIter(Mat, Mat, Mat, Mat, Mat, Mat, TermCriteria) - Static method in class org.opencv.imgproc.Imgproc
- uninstall(Package) - Method in class se.vidstige.jadb.managers.PackageManager
- union(Location) - Method in class org.sikuli.script.Location
-
creates a
Regionwith the given points as top-left and bottom-right corners - union(Region) - Method in class org.sikuli.script.Region
-
create a new region containing both regions
- unionAll(PSI) - Method in class org.sikuli.script.Region
- unionAny(Object...) - Method in class org.sikuli.script.Region
- unionAnyList(List<Object>) - Method in class org.sikuli.script.Region
- UNKNOWN - org.sikuli.script.support.Observer.State
- UNKNOWN - Static variable in class org.sikuli.basics.PreferencesUser
- unpackJar(String, String, boolean, boolean, FileManager.JarFileFilter) - Static method in class org.sikuli.basics.FileManager
-
unpack a jar file to a folder
- UnregisterEventHotKey(Pointer) - Method in interface com.tulskiy.keymaster.osx.Carbon
- UnregisterHotKey(Pointer, int) - Static method in class com.tulskiy.keymaster.windows.User32
- unsetWithTimeElapsed() - Static method in class org.sikuli.basics.Debug
- unShow() - Method in class org.sikuli.util.Highlight
- unzip(File, File) - Static method in class org.sikuli.basics.FileManager
- unzip(String, String) - Static method in class org.sikuli.basics.FileManager
- unzipSKL(String) - Static method in class org.sikuli.basics.FileManager
- up() - Static method in class org.sikuli.script.Mouse
-
release all buttons
- up(int) - Static method in class org.sikuli.script.Mouse
-
release the given buttons
Button - up(int, Region) - Static method in class org.sikuli.script.Mouse
- UP - Static variable in class org.sikuli.hotkey.Keys
- UP - Static variable in class org.sikuli.script.Key
- update(ScreenImage) - Method in class org.sikuli.script.support.Observer
- update(EventSubject) - Method in class org.sikuli.android.ADBScreen
- update(EventSubject) - Method in class org.sikuli.guide.Guide
- update(EventSubject) - Method in class org.sikuli.guide.SxBeam
- update(EventSubject) - Method in interface org.sikuli.util.EventObserver
- updateComponent() - Method in class org.sikuli.guide.SxArrow
- updateComponent() - Method in class org.sikuli.guide.SxBracket
- updateComponent() - Method in class org.sikuli.guide.SxButton
- updateComponent() - Method in class org.sikuli.guide.SxCallout
- updateComponent() - Method in class org.sikuli.guide.SxCircle
- updateComponent() - Method in class org.sikuli.guide.SxFlag
- updateComponent() - Method in class org.sikuli.guide.SxImage
- updateComponent() - Method in class org.sikuli.guide.SxRectangle
- updateComponent() - Method in class org.sikuli.guide.SxText
- updateComponent() - Method in class org.sikuli.guide.Visual
- updateSpotlights(ArrayList<Region>) - Method in class org.sikuli.guide.Guide
- use() - Static method in class org.sikuli.script.Mouse
- use() - Method in class org.sikuli.script.support.Device
- use(Object) - Static method in class org.sikuli.script.Mouse
- use(Object) - Method in class org.sikuli.script.support.Device
- use(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
all following undotted function calls will use the given screen or region until this is changed by a later use()
-- no args: use Screen(0) (this is the default after start)
-- a number: use Screen(number), Screen(0) if not valid
-- a region: use the given region - use(String) - Method in class org.sikuli.script.support.ImageGroup
- use1(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
same as use(), but only affects the next processed undotted function after that the use() active before is restored
- useIPP() - Static method in class org.opencv.core.Core
- useIPP_NE() - Static method in class org.opencv.core.Core
- useLibsProvided - Variable in class org.sikuli.script.support.RunTime
- user(String, Object...) - Static method in class org.sikuli.basics.Debug
-
messages given by the user
switch on/off: Settings.UserLogs
depending on Settings.UserLogTime, the prefix contains a timestamp
the user prefix (default "user") can be set: Settings,UserLogPrefix - User32 - Class in com.tulskiy.keymaster.windows
-
Author: Denis Tulskiy Date: 6/15/11
- User32() - Constructor for class com.tulskiy.keymaster.windows.User32
- userCapture() - Method in class org.sikuli.script.Screen
-
interactive capture with predefined message: lets the user capture a screen image using the mouse to draw the rectangle
- userCapture(String) - Method in class org.sikuli.android.ADBScreen
- userCapture(String) - Method in class org.sikuli.script.Screen
-
interactive capture with given message: lets the user capture a screen image using the mouse to draw the rectangle
- userCapture(String) - Method in interface org.sikuli.script.support.IScreen
- userCapture(String) - Method in class org.sikuli.vnc.VNCScreen
- userDPI(int) - Method in class org.sikuli.script.OCR.Options
-
INTERNAL (under investigation).
- USERLOGFILE - org.sikuli.util.CommandArgsEnum
-
outputfile for user logging messages
- UserLogPrefix - Static variable in class org.sikuli.basics.Settings
- UserLogs - Static variable in class org.sikuli.basics.Settings
- UserLogTime - Static variable in class org.sikuli.basics.Settings
- userName - Variable in class org.sikuli.script.support.RunTime
V
- val - Variable in class org.opencv.core.Scalar
- validate() - Method in class org.sikuli.script.OCR.Options
-
INTERNAL: validates this Options before OCR usage.
- valueOf(String) - Static method in enum com.tulskiy.keymaster.common.MediaKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.basics.OS
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.guide.Visual.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.App.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.FindFailedResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.Image.Interpolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.ObserveEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.OCR.OEM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.OCR.PSM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.support.IRobot.KeyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.support.Observer.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.support.RunTime.RunType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.script.support.RunTime.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sikuli.util.CommandArgsEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.tulskiy.keymaster.common.MediaKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.basics.OS
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.guide.Visual.Layout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.App.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.FindFailedResponse
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.Image.Interpolation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.ObserveEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.OCR.OEM
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.OCR.PSM
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.support.IRobot.KeyMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.support.Observer.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.support.RunTime.RunType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.script.support.RunTime.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.sikuli.util.CommandArgsEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VANISH - org.sikuli.script.ObserveEvent.Type
- vanished(ObserveEvent) - Method in class org.sikuli.script.ObserverCallBack
-
to be overwritten to handle vanish events
- variable(String, String) - Method in class org.sikuli.script.OCR.Options
-
set a variable for Tesseract.
- variables() - Method in class org.sikuli.script.OCR.Options
- vconcat(List<Mat>, Mat) - Static method in class org.opencv.core.Core
- vector_char_to_Mat(List<Byte>) - Static method in class org.opencv.utils.Converters
- vector_DMatch_to_Mat(List<DMatch>) - Static method in class org.opencv.utils.Converters
- vector_double_to_Mat(List<Double>) - Static method in class org.opencv.utils.Converters
- vector_float_to_Mat(List<Float>) - Static method in class org.opencv.utils.Converters
- vector_int_to_Mat(List<Integer>) - Static method in class org.opencv.utils.Converters
- vector_KeyPoint_to_Mat(List<KeyPoint>) - Static method in class org.opencv.utils.Converters
- vector_Mat_to_Mat(List<Mat>) - Static method in class org.opencv.utils.Converters
- vector_Point_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
- vector_Point_to_Mat(List<Point>, int) - Static method in class org.opencv.utils.Converters
- vector_Point2d_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
- vector_Point2f_to_Mat(List<Point>) - Static method in class org.opencv.utils.Converters
- vector_Point3_to_Mat(List<Point3>, int) - Static method in class org.opencv.utils.Converters
- vector_Point3d_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
- vector_Point3f_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
- vector_Point3i_to_Mat(List<Point3>) - Static method in class org.opencv.utils.Converters
- vector_Rect_to_Mat(List<Rect>) - Static method in class org.opencv.utils.Converters
- vector_Rect2d_to_Mat(List<Rect2d>) - Static method in class org.opencv.utils.Converters
- vector_uchar_to_Mat(List<Byte>) - Static method in class org.opencv.utils.Converters
- vector_vector_char_to_Mat(List<MatOfByte>, List<Mat>) - Static method in class org.opencv.utils.Converters
- vector_vector_DMatch_to_Mat(List<MatOfDMatch>, List<Mat>) - Static method in class org.opencv.utils.Converters
- vector_vector_KeyPoint_to_Mat(List<MatOfKeyPoint>, List<Mat>) - Static method in class org.opencv.utils.Converters
- vector_vector_Point_to_Mat(List<MatOfPoint>, List<Mat>) - Static method in class org.opencv.utils.Converters
- vector_vector_Point2f_to_Mat(List<MatOfPoint2f>, List<Mat>) - Static method in class org.opencv.utils.Converters
- vector_vector_Point3f_to_Mat(List<MatOfPoint3f>, List<Mat>) - Static method in class org.opencv.utils.Converters
- VERBOSE - org.sikuli.util.CommandArgsEnum
-
special debugging during startup
- VERSION - Static variable in class org.opencv.core.Core
- VERSION_MAJOR - Static variable in class org.opencv.core.Core
- VERSION_MINOR - Static variable in class org.opencv.core.Core
- VERSION_REVISION - Static variable in class org.opencv.core.Core
- VERSION_STATUS - Static variable in class org.opencv.core.Core
- VERTICAL - Static variable in class org.sikuli.basics.PreferencesUser
- VERTICAL - Static variable in class org.sikuli.guide.SxArea
- VerticalComparator - Class in org.sikuli.script.compare
-
Compares the Regions by y-position.
- VerticalComparator() - Constructor for class org.sikuli.script.compare.VerticalComparator
- VIEWER - org.sikuli.script.App.Type
- virtual(Rectangle) - Static method in class org.sikuli.script.Region
-
INTERNAL USE - EXPERIMENTAL if true: this region is not bound to any screen
- Visual - Class in org.sikuli.guide
- Visual() - Constructor for class org.sikuli.guide.Visual
- Visual.Layout - Enum in org.sikuli.guide
- VK_MEDIA_NEXT_TRACK - Static variable in class com.tulskiy.keymaster.windows.User32
- VK_MEDIA_PLAY_PAUSE - Static variable in class com.tulskiy.keymaster.windows.User32
- VK_MEDIA_PREV_TRACK - Static variable in class com.tulskiy.keymaster.windows.User32
- VK_MEDIA_STOP - Static variable in class com.tulskiy.keymaster.windows.User32
- VNCScreen - Class in org.sikuli.vnc
- vncStart(String, int, int, int) - Static method in class org.sikuli.script.Sikulix
-
convenience for a VNCScreen connection (use theVNCScreen.stop() to stop the connection) active screens are auto-stopped at cleanup
- vncStart(String, int, String, int, int) - Static method in class org.sikuli.script.Sikulix
-
convenience for a password protected VNCScreen connection (use theVNCScreen.stop() to stop the connection) active screens are auto-stopped at cleanup
W
- w - Variable in class org.sikuli.script.Element
-
Width of the Region/Image
- w - Variable in class org.sikuli.script.ScreenImage
-
x, y, w, h of the stored ROI
- wait(double) - Method in class org.sikuli.script.Region
-
WARNING: wait(long timeout) is taken by Java Object as final.
- wait(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
wait for the given visual to appear within the given wait time
args [String|Pattern|Double, [Double, [Float]]] (max 3 args)
arg1: String/Pattern to search or double time to wait (rest ignored)
arg2: time to wait in seconds
arg3: minimum similarity to use for search (overwrites Pattern setting) - wait(PSI) - Method in class org.sikuli.script.Region
-
Waits for the Pattern, String or Image to appear until the AutoWaitTimeout value is exceeded.
- wait(PSI, double) - Method in class org.sikuli.script.Region
-
Waits for the Pattern, String or Image to appear or timeout (in second) is passed
- waitAfterAction - Variable in class org.sikuli.android.ADBScreen
- WaitAfterHighlight - Static variable in class org.sikuli.basics.Settings
- waitForIdle() - Method in class org.sikuli.android.ADBRobot
- waitForIdle() - Method in interface org.sikuli.script.support.IRobot
- waitForTransition(Transition.TransitionListener) - Method in class org.sikuli.guide.ClickableWindow
- waitForTransition(Transition.TransitionListener) - Method in class org.sikuli.guide.SxBeam
- waitForTransition(Transition.TransitionListener) - Method in class org.sikuli.guide.SxMagnet
- waitForTransition(Transition.TransitionListener) - Method in class org.sikuli.guide.TimeoutTransition
- waitForTransition(Transition.TransitionListener) - Method in interface org.sikuli.guide.Transition
- waitForTransition(Transition.TransitionListener) - Method in class org.sikuli.guide.TransitionDialog
- waitForWindow() - Method in class org.sikuli.script.App
- waitForWindow(int) - Method in class org.sikuli.script.App
- waitKey() - Static method in class org.opencv.highgui.HighGui
- waitKey(int) - Static method in class org.opencv.highgui.HighGui
- waitPrompt - Variable in class org.sikuli.script.Screen
- WaitScanRate - Static variable in class org.sikuli.basics.Settings
- waitT(String) - Method in class org.sikuli.script.Region
- waitT(String, double) - Method in class org.sikuli.script.Region
- waitText(String) - Method in class org.sikuli.script.Region
- waitText(String, double) - Method in class org.sikuli.script.Region
- waitVanish(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
wait for the given visual to vanish within the given wait time
- waitVanish(PSI) - Method in class org.sikuli.script.Region
-
waits until target vanishes or timeout (in seconds) is passed (AutoWaitTimeout)
- waitVanish(PSI, double) - Method in class org.sikuli.script.Region
-
waits until target vanishes or timeout (in seconds) is passed
- wakeUp(int) - Method in class org.sikuli.android.ADBDevice
- wakeUp(int) - Method in class org.sikuli.android.ADBScreen
- WARP_FILL_OUTLIERS - Static variable in class org.opencv.imgproc.Imgproc
- WARP_INVERSE_MAP - Static variable in class org.opencv.imgproc.Imgproc
- WARP_POLAR_LINEAR - Static variable in class org.opencv.imgproc.Imgproc
- WARP_POLAR_LOG - Static variable in class org.opencv.imgproc.Imgproc
- warpAffine(Mat, Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
- warpAffine(Mat, Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
- warpAffine(Mat, Mat, Mat, Size, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- warpPerspective(Mat, Mat, Mat, Size) - Static method in class org.opencv.imgproc.Imgproc
- warpPerspective(Mat, Mat, Mat, Size, int) - Static method in class org.opencv.imgproc.Imgproc
- warpPerspective(Mat, Mat, Mat, Size, int, int, Scalar) - Static method in class org.opencv.imgproc.Imgproc
- warpPolar(Mat, Mat, Size, Point, double, int) - Static method in class org.opencv.imgproc.Imgproc
- wasRecaptured - Variable in class org.sikuli.script.Image
- watershed(Mat, Mat) - Static method in class org.opencv.imgproc.Imgproc
- WEST - Static variable in class org.sikuli.script.Region
- WEST_MID - Static variable in class org.sikuli.script.Region
- WEST_NORTH - Static variable in class org.sikuli.script.Region
- WEST_SOUTH - Static variable in class org.sikuli.script.Region
- WH - Static variable in class org.sikuli.script.Region
- wheel(int, int) - Static method in class org.sikuli.script.Mouse
-
move mouse using mouse wheel in the given direction the given steps
the result is system dependent - wheel(int, int) - Method in class org.sikuli.script.Region
-
Move the wheel at the current mouse position
the given steps in the given direction:
Button.WHEEL_DOWN, Button.WHEEL_UP - wheel(int, int, Region) - Static method in class org.sikuli.script.Mouse
- wheel(int, int, Region, int) - Static method in class org.sikuli.script.Mouse
- wheel(PFRML, int, int) - Method in class org.sikuli.script.Region
-
move the mouse pointer to the given target location
and move the wheel the given steps in the given direction:
Button.WHEEL_DOWN, Button.WHEEL_UP - wheel(PFRML, int, int, int) - Method in class org.sikuli.script.Region
-
move the mouse pointer to the given target location
and move the wheel the given steps in the given direction:
Button.WHEEL_DOWN, Button.WHEEL_UP - WHEEL_DOWN - Static variable in class org.sikuli.script.Button
- WHEEL_DOWN - Static variable in class org.sikuli.script.Mouse
- WHEEL_STEP_DELAY - Static variable in class org.sikuli.script.Mouse
- WHEEL_UP - Static variable in class org.sikuli.script.Button
- WHEEL_UP - Static variable in class org.sikuli.script.Mouse
- WheelNatural - Static variable in class org.sikuli.basics.Settings
- width - Variable in class org.opencv.core.Rect
- width - Variable in class org.opencv.core.Rect2d
- width - Variable in class org.opencv.core.Size
- width - Variable in class org.opencv.highgui.ImageWindow
- width() - Method in class org.opencv.core.Mat
- WIN - Static variable in class org.sikuli.hotkey.Keys.Modifier
- WIN - Static variable in class org.sikuli.hotkey.Keys
- WIN - Static variable in class org.sikuli.script.Key
- WIN - Static variable in class org.sikuli.script.KeyModifier
- window - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- window() - Method in class org.sikuli.script.App
-
evaluates the region currently occupied by the topmost window of this App instance.
- window(int) - Method in class org.sikuli.script.App
-
evaluates the region currently occupied by the window with the given number of this App instance.
- WINDOW_AUTOSIZE - Static variable in class org.opencv.highgui.HighGui
- WINDOW_AUTOSIZE - Static variable in class org.opencv.highgui.ImageWindow
- WINDOW_NORMAL - Static variable in class org.opencv.highgui.HighGui
- WINDOW_NORMAL - Static variable in class org.opencv.highgui.ImageWindow
- WindowInfo(WinDef.HWND, int, String) - Constructor for class org.sikuli.natives.WinUtil.WindowInfo
- windows - Static variable in class org.opencv.highgui.HighGui
- WINDOWS - org.sikuli.basics.OS
-
Deprecated.
- WindowsProvider - Class in com.tulskiy.keymaster.windows
-
Author: Denis Tulskiy Date: 6/12/11
- WindowsProvider() - Constructor for class com.tulskiy.keymaster.windows.WindowsProvider
- windowToBeResized - Variable in class org.opencv.highgui.ImageWindow
- WinUtil - Class in org.sikuli.natives
- WinUtil() - Constructor for class org.sikuli.natives.WinUtil
- WinUtil.ProcessInfo - Class in org.sikuli.natives
- WinUtil.WindowInfo - Class in org.sikuli.natives
- WITH_FORWARD_LOCK - Static variable in class se.vidstige.jadb.managers.PackageManager
- WITH_INSTALLER_PACKAGE_NAME(String) - Static method in class se.vidstige.jadb.managers.PackageManager
- withMask() - Method in class org.sikuli.script.Pattern
- withMask(Pattern) - Method in class org.sikuli.script.Pattern
- WM - Static variable in class org.sikuli.script.Region
- WM_HOTKEY - Static variable in class com.tulskiy.keymaster.windows.User32
- WN - Static variable in class org.sikuli.script.Region
- write(Object...) - Static method in class org.sikuli.script.runnerSupport.JavaScriptSupport
-
just doing a currentRegion.write(text) (see write())
- write(String) - Method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- write(String) - Method in class org.opencv.features2d.DescriptorMatcher
- write(String) - Method in class org.opencv.features2d.Feature2D
- write(String) - Method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- write(String) - Method in class org.sikuli.script.Region
-
Compact alternative for type() with more options
- special keys and options are coded as #XN. or #X+ or #X-
where X is a refrence for a special key and N is an optional repeat factor
A modifier key as #X. modifies the next following key
the trailing . ends the special key, the + (press and hold) or - (release) does the same,
but signals press-and-hold or release additionally.
except #W / #w all special keys are not case-sensitive
a #wn. inserts a wait of n millisecs or n secs if n less than 60
a #Wn. sets the type delay for the following keys (must be > 60 and denotes millisecs) - otherwise taken as normal wait
Example: wait 2 secs then type CMD/CTRL - N then wait 1 sec then type DOWN 3 times
Windows/Linux: write("#w2. - writeStringToFile(String, File) - Static method in class org.sikuli.basics.FileManager
- writeStringToFile(String, String) - Static method in class org.sikuli.basics.FileManager
- WS - Static variable in class org.sikuli.script.Region
X
- x - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- x - Variable in class org.opencv.core.Point
- x - Variable in class org.opencv.core.Point3
- x - Variable in class org.opencv.core.Rect
- x - Variable in class org.opencv.core.Rect2d
- x - Variable in class org.opencv.highgui.ImageWindow
- x - Variable in class org.sikuli.script.Element
-
X-coordinate of the Region (ignored for Image)
- x - Variable in class org.sikuli.script.Location
-
x coordinate
- x - Variable in class org.sikuli.script.Offset
-
x value
- x - Variable in class org.sikuli.script.ScreenImage
-
x, y, w, h of the stored ROI
- x_root - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- X11 - Interface in com.tulskiy.keymaster.x11
-
Author: Denis Tulskiy Date: 7/14/11
- X11.XErrorEvent - Class in com.tulskiy.keymaster.x11
- X11.XErrorHandler - Interface in com.tulskiy.keymaster.x11
- X11.XEvent - Class in com.tulskiy.keymaster.x11
- X11.XKeyEvent - Class in com.tulskiy.keymaster.x11
- X11Provider - Class in com.tulskiy.keymaster.x11
-
Author: Denis Tulskiy Date: 6/13/11
- X11Provider() - Constructor for class com.tulskiy.keymaster.x11.X11Provider
- XCloseDisplay(Pointer) - Method in interface com.tulskiy.keymaster.x11.X11
- xcopy(File, File) - Static method in class org.sikuli.basics.FileManager
- xcopy(File, File, FileManager.FileFilter) - Static method in class org.sikuli.basics.FileManager
- xcopy(String, String) - Static method in class org.sikuli.basics.FileManager
- xcopy(String, String, FileManager.FileFilter) - Static method in class org.sikuli.basics.FileManager
- XDefaultRootWindow(Pointer) - Method in interface com.tulskiy.keymaster.x11.X11
- XErrorEvent() - Constructor for class com.tulskiy.keymaster.x11.X11.XErrorEvent
- XEvent() - Constructor for class com.tulskiy.keymaster.x11.X11.XEvent
- XF86XK_AudioNext - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XF86XK_AudioPlay - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XF86XK_AudioPrev - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XF86XK_AudioStop - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XGetErrorText(Pointer, int, byte[], int) - Method in interface com.tulskiy.keymaster.x11.X11
- XGrabKey(Pointer, int, int, NativeLong, int, int, int) - Method in interface com.tulskiy.keymaster.x11.X11
- XK_ampersand - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_apostrophe - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_asciicircum - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_asciitilde - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_asterisk - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_at - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_backslash - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_BackSpace - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_bar - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Begin - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_braceleft - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_braceright - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_bracketleft - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_bracketright - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Clear - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_colon - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_comma - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Delete - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_dollar - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Down - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_End - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_equal - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Escape - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_exclam - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F1 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F10 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F11 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F12 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F2 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F3 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F4 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F5 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F6 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F7 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F8 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_F9 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_grave - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_greater - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Home - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Insert - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_0 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_1 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_2 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_3 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_4 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_5 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_6 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_7 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_8 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_9 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Add - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Begin - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Decimal - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Delete - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Divide - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Down - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_End - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Enter - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Equal - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_F1 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_F2 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_F3 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_F4 - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Home - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Insert - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Left - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Multiply - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Next - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Page_Down - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Page_Up - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Prior - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Right - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Separator - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Space - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Subtract - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Tab - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_KP_Up - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Left - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_less - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Linefeed - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_minus - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Next - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_numbersign - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Page_Down - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Page_Up - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_parenleft - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_parenright - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Pause - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_percent - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_period - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_plus - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Print - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Prior - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_question - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_quotedbl - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_quoteright - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Return - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Right - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Scroll_Lock - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_semicolon - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_slash - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_space - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Sys_Req - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Tab - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_underscore - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XK_Up - Static variable in class com.tulskiy.keymaster.x11.KeySymDef
- XkbSetDetectableAutoRepeat(Pointer, boolean, Pointer) - Method in interface com.tulskiy.keymaster.x11.X11
- xkey - Variable in class com.tulskiy.keymaster.x11.X11.XEvent
- XKeyEvent() - Constructor for class com.tulskiy.keymaster.x11.X11.XKeyEvent
- XKeysymToKeycode(Pointer, long) - Method in interface com.tulskiy.keymaster.x11.X11
- XNextEvent(Pointer, X11.XEvent) - Method in interface com.tulskiy.keymaster.x11.X11
- XOpenDisplay(String) - Method in interface com.tulskiy.keymaster.x11.X11
- XPending(Pointer) - Method in interface com.tulskiy.keymaster.x11.X11
- XSetErrorHandler(X11.XErrorHandler) - Method in interface com.tulskiy.keymaster.x11.X11
- XUngrabKey(Pointer, int, int, NativeLong) - Method in interface com.tulskiy.keymaster.x11.X11
Y
- y - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- y - Variable in class org.opencv.core.Point
- y - Variable in class org.opencv.core.Point3
- y - Variable in class org.opencv.core.Rect
- y - Variable in class org.opencv.core.Rect2d
- y - Variable in class org.opencv.highgui.ImageWindow
- y - Variable in class org.sikuli.script.Element
-
Y-coordinate of the Region (ignored for Image)
- y - Variable in class org.sikuli.script.Location
-
y coordinate
- y - Variable in class org.sikuli.script.Offset
-
y value
- y - Variable in class org.sikuli.script.ScreenImage
-
x, y, w, h of the stored ROI
- y_root - Variable in class com.tulskiy.keymaster.x11.X11.XKeyEvent
- yes - Static variable in class org.sikuli.basics.PreferencesUser
Z
- z - Variable in class org.opencv.core.Point3
- zeros(int, int, int) - Static method in class org.opencv.core.Mat
- zeros(Size, int) - Static method in class org.opencv.core.Mat
- ZipRunner - Class in org.sikuli.script.runners
-
Runs a packed sikulix script
- ZipRunner() - Constructor for class org.sikuli.script.runners.ZipRunner
_
- __fromPtr__(long) - Static method in class org.opencv.core.Algorithm
- __fromPtr__(long) - Static method in class org.opencv.core.TickMeter
- __fromPtr__(long) - Static method in class org.opencv.features2d.AgastFeatureDetector
- __fromPtr__(long) - Static method in class org.opencv.features2d.AKAZE
- __fromPtr__(long) - Static method in class org.opencv.features2d.BFMatcher
- __fromPtr__(long) - Static method in class org.opencv.features2d.BOWImgDescriptorExtractor
- __fromPtr__(long) - Static method in class org.opencv.features2d.BOWKMeansTrainer
- __fromPtr__(long) - Static method in class org.opencv.features2d.BOWTrainer
- __fromPtr__(long) - Static method in class org.opencv.features2d.BRISK
- __fromPtr__(long) - Static method in class org.opencv.features2d.DescriptorExtractor
-
Deprecated.
- __fromPtr__(long) - Static method in class org.opencv.features2d.DescriptorMatcher
- __fromPtr__(long) - Static method in class org.opencv.features2d.FastFeatureDetector
- __fromPtr__(long) - Static method in class org.opencv.features2d.Feature2D
- __fromPtr__(long) - Static method in class org.opencv.features2d.FeatureDetector
-
Deprecated.
- __fromPtr__(long) - Static method in class org.opencv.features2d.FlannBasedMatcher
- __fromPtr__(long) - Static method in class org.opencv.features2d.GFTTDetector
- __fromPtr__(long) - Static method in class org.opencv.features2d.KAZE
- __fromPtr__(long) - Static method in class org.opencv.features2d.MSER
- __fromPtr__(long) - Static method in class org.opencv.features2d.ORB
- __fromPtr__(long) - Static method in class org.opencv.features2d.Params
- __fromPtr__(long) - Static method in class org.opencv.imgproc.CLAHE
- __fromPtr__(long) - Static method in class org.opencv.imgproc.LineSegmentDetector
- __fromPtr__(long) - Static method in class org.opencv.imgproc.Subdiv2D
- __fromPtr__(long) - Static method in class org.opencv.objdetect.BaseCascadeClassifier
- __fromPtr__(long) - Static method in class org.opencv.objdetect.CascadeClassifier
- __fromPtr__(long) - Static method in class org.opencv.objdetect.HOGDescriptor
- _addHotkey(int, int, HotkeyListener) - Method in class org.sikuli.basics.GenericHotkeyManager
- _addHotkey(int, int, HotkeyListener) - Method in class org.sikuli.basics.HotkeyManager
- _addHotkey(int, int, HotkeyListener) - Method in class org.sikuli.basics.LinuxHotkeyManager
- _begin_time - Variable in class org.sikuli.basics.AnimatorPulse
- _beginVal - Variable in class org.sikuli.basics.AnimatorTimeValueFunction
- _endVal - Variable in class org.sikuli.basics.AnimatorTimeValueFunction
- _filename - Variable in class org.sikuli.script.ScreenImage
- _img - Variable in class org.sikuli.script.ScreenImage
- _interval - Variable in class org.sikuli.basics.AnimatorPulse
- _name - Variable in exception org.sikuli.script.SikuliException
- _removeAll(Map<String, Integer[]>, boolean) - Method in class org.sikuli.basics.GenericHotkeyManager
- _removeAll(Map<String, Integer[]>, boolean) - Method in class org.sikuli.basics.HotkeyManager
- _removeAll(Map<String, Integer[]>, boolean) - Method in class org.sikuli.basics.LinuxHotkeyManager
- _removeHotkey(int, int) - Method in class org.sikuli.basics.GenericHotkeyManager
- _removeHotkey(int, int) - Method in class org.sikuli.basics.HotkeyManager
- _removeHotkey(int, int) - Method in class org.sikuli.basics.LinuxHotkeyManager
- _roi - Variable in class org.sikuli.script.ScreenImage
- _running - Variable in class org.sikuli.basics.AnimatorPulse
- _totalMS - Variable in class org.sikuli.basics.AnimatorPulse
- _totalTime - Variable in class org.sikuli.basics.AnimatorTimeValueFunction
- _v1 - Variable in class org.sikuli.basics.AnimatorPulse
- _v2 - Variable in class org.sikuli.basics.AnimatorPulse
All Classes All Packages