org.sikuli.script
Class SikuliAction

java.lang.Object
  extended by org.sikuli.script.SikuliAction

public class SikuliAction
extends Object


Nested Class Summary
protected static class SikuliAction.ActionType
           
 
Constructor Summary
SikuliAction(SikuliAction.ActionType type, Region source, PSC target, ScreenImage screenImage, Match match)
           
 
Method Summary
 Match getMatch()
           
 ScreenImage getScreenImage()
           
 Region getSource()
           
 Object getTarget()
           
 SikuliAction.ActionType getType()
           
 void setMatch(Match _match)
           
 void setScreenImage(ScreenImage image)
           
 void setSource(Region _source)
           
 void setTarget(Object _target)
           
 void setType(SikuliAction.ActionType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SikuliAction

public SikuliAction(SikuliAction.ActionType type,
                    Region source,
                    PSC target,
                    ScreenImage screenImage,
                    Match match)
Method Detail

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)