public class SikuliAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
SikuliAction.ActionType |
Constructor and Description |
---|
SikuliAction(SikuliAction.ActionType type,
Region source,
PSC target,
ScreenImage screenImage,
Match match) |
Modifier and Type | Method and Description |
---|---|
Match |
getMatch() |
ScreenImage |
getScreenImage() |
Region |
getSource() |
java.lang.Object |
getTarget() |
SikuliAction.ActionType |
getType() |
void |
setMatch(Match _match) |
void |
setScreenImage(ScreenImage image) |
void |
setSource(Region _source) |
void |
setTarget(java.lang.Object _target) |
void |
setType(SikuliAction.ActionType type) |
public SikuliAction(SikuliAction.ActionType type, Region source, PSC target, ScreenImage screenImage, Match match)
public SikuliAction.ActionType getType()
public void setType(SikuliAction.ActionType type)
public java.lang.Object getTarget()
public void setTarget(java.lang.Object _target)
public ScreenImage getScreenImage()
public void setScreenImage(ScreenImage image)
public Match getMatch()
public void setMatch(Match _match)
public Region getSource()
public void setSource(Region _source)