org.sikuli.script
Class SikuliAction
java.lang.Object
org.sikuli.script.SikuliAction
public class SikuliAction
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SikuliAction
public SikuliAction(SikuliAction.ActionType type,
Region source,
PSC target,
ScreenImage screenImage,
Match match)
getType
public SikuliAction.ActionType getType()
setType
public void setType(SikuliAction.ActionType type)
getTarget
public Object getTarget()
setTarget
public void setTarget(Object _target)
getScreenImage
public ScreenImage getScreenImage()
setScreenImage
public void setScreenImage(ScreenImage image)
getMatch
public Match getMatch()
setMatch
public void setMatch(Match _match)
getSource
public Region getSource()
setSource
public void setSource(Region _source)