Package | Description |
---|---|
org.sikuli.script | |
org.sikuli.util |
Modifier and Type | Method and Description |
---|---|
ScreenImage |
Screen.capture()
create a ScreenImage with the physical bounds of this screen
|
ScreenImage |
IScreen.capture() |
ScreenImage |
Screen.capture(int x,
int y,
int w,
int h)
create a ScreenImage with given coordinates on this screen.
|
ScreenImage |
IScreen.capture(int x,
int y,
int w,
int h) |
ScreenImage |
Screen.capture(Rectangle rect)
create a ScreenImage with given rectangle on this screen.
|
ScreenImage |
ScreenUnion.capture(Rectangle rect) |
ScreenImage |
IScreen.capture(Rectangle rect) |
ScreenImage |
Screen.capture(Region reg)
create a ScreenImage with given region on this screen
|
ScreenImage |
IScreen.capture(Region reg) |
ScreenImage |
Screen.captureforHighlight(int x,
int y,
int w,
int h) |
ScreenImage |
RobotDesktop.captureScreen(Rectangle rect) |
ScreenImage |
IRobot.captureScreen(Rectangle screenRect) |
ScreenImage |
Screen.cmdCapture(Object... args) |
ScreenImage |
Region.getLastScreenImage()
get the last image taken on this regions screen
|
ScreenImage |
Screen.getLastScreenImageFromScreen() |
ScreenImage |
IScreen.getLastScreenImageFromScreen() |
ScreenImage |
ScreenImage.getSub(Rectangle sub) |
ScreenImage |
Screen.userCapture()
interactive capture with predefined message: lets the user capture a screen image using the
mouse to draw the rectangle
|
ScreenImage |
Screen.userCapture(String message)
interactive capture with given message: lets the user capture a screen image using the mouse to
draw the rectangle
|
ScreenImage |
IScreen.userCapture(String string) |
Modifier and Type | Method and Description |
---|---|
List<Match> |
TextRecognizer.listText(ScreenImage simg,
Region parent) |
List<Match> |
TextRecognizer.listText(ScreenImage simg,
Region parent,
TextRecognizer.ListTextMode mode) |
String |
TextRecognizer.recognize(ScreenImage simg) |
String |
TextRecognizer.recognizeWord(ScreenImage simg) |
Constructor and Description |
---|
Finder(ScreenImage simg)
Finder constructor for special use from a ScreenImage
|
Finder(ScreenImage simg,
Region region)
Finder constructor for special use from a ScreenImage
|
Image(ScreenImage img)
create a new image from a Sikuli ScreenImage (captured)
can only be reused with the object reference |
Image(ScreenImage img,
String name)
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 |
Pattern(ScreenImage simg)
A Pattern from a ScreenImage
|
Modifier and Type | Method and Description |
---|---|
ScreenImage |
FakeRobot.captureScreen(Rectangle screenRect) |
ScreenImage |
OverlayCapturePrompt.getSelection() |
Copyright © 2017. All rights reserved.