| Package | Description |
|---|---|
| org.sikuli.guide | |
| org.sikuli.script |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
SxAnchor.getPattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
SxMagnet.addTarget(Pattern pattern) |
void |
Guide.addTracker(Pattern pattern,
Region r,
ArrayList<Visual> components) |
void |
Guide.addTracker(Pattern pattern,
Region r,
Visual c) |
void |
Guide.addTracker(Pattern pattern,
SxAnchor anchor) |
boolean |
Tracker.isAlreadyTracking(Pattern pattern,
Region match) |
void |
SxAnchor.setTracker(Pattern pattern) |
| Constructor and Description |
|---|
SxAnchor(Pattern pattern) |
Tracker(Guide guide,
Pattern pattern,
Region match) |
Tracker(Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
Pattern.exact()
sets the minimum Similarity to 0.99 which means exact match
|
Pattern |
ObserveEvent.getPattern() |
Pattern |
Pattern.setBImage(BufferedImage bimg)
ONLY FOR INTERNAL USE!
|
Pattern |
Pattern.setFilename(Image img)
set a new image for this pattern
|
Pattern |
Pattern.setFilename(String fileName)
set a new image for this pattern
|
Pattern |
Pattern.setFilename(URL fileURL)
set a new image for this pattern
|
Pattern |
Pattern.setImage(Image img)
sets the Pattern's image
|
Pattern |
Pattern.similar(float sim)
sets the minimum Similarity to use with findX
|
Pattern |
Pattern.targetOffset(int dx,
int dy)
set the offset from the match's center to be used with mouse actions
|
Pattern |
Pattern.targetOffset(Location loc)
set the offset from the match's center to be used with mouse actions
|
| Modifier and Type | Method and Description |
|---|---|
static Image |
Image.create(Pattern p)
create a new Image with Pattern aspects from an existing Pattern
|
String |
ImageFinder.find(Pattern pat) |
String |
Finder.find(Pattern aPtn)
do a find op with the given pattern in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
ImageFinder.findAll(Pattern pat) |
String |
Finder.findAll(Pattern aPtn)
do a find op with the given pattern in the Finder's image
(hasNext() and next() will reveal possible match results)
|
| Constructor and Description |
|---|
Pattern(Pattern p)
create a new Pattern from another (attribs are copied)
|
Copyright © 2017. All rights reserved.