public class SikuliEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SikuliEvent.Type |
Modifier and Type | Field and Description |
---|---|
java.util.List<Match> |
changes |
int |
h |
Match |
match |
java.lang.Object |
pattern |
Region |
region |
SikuliEvent.Type |
type |
int |
w |
int |
x |
int |
y |
Constructor and Description |
---|
SikuliEvent() |
SikuliEvent(java.lang.Object ptn,
Match m,
Region r) |
public SikuliEvent.Type type
public int x
public int y
public int w
public int h
public Region region
public Match match
public java.util.List<Match> changes
public java.lang.Object pattern
public Region getRegion()
public java.lang.String toString()
toString
in class java.lang.Object