org.sikuli.script
Class UnionScreen

java.lang.Object
  extended by org.sikuli.script.Region
      extended by org.sikuli.script.Screen
          extended by org.sikuli.script.UnionScreen
All Implemented Interfaces:
IScreen, Observer

public class UnionScreen
extends Screen


Field Summary
 
Fields inherited from class org.sikuli.script.Screen
_curGD, _curID, _overlay, _primaryScreen, _prompt, _waitPrompt
 
Fields inherited from class org.sikuli.script.Region
_autoWaitTimeout, _defaultFindFailedResponse, _evtMgr, _lastMatch, _lastMatches, _lastScreenImage, _observing, _throwException, h, w, x, y
 
Constructor Summary
UnionScreen()
           
 
Method Summary
 ScreenImage capture(Rectangle rect)
           
 Rectangle getBounds()
           
 int getIdFromPoint(int x, int y)
           
 
Methods inherited from class org.sikuli.script.Screen
capture, capture, capture, getBounds, getGraphicsDevice, getID, getNumberScreens, getPrimaryId, getRobot, getRobot, initBounds, newRegion, selectRegion, selectRegion, showClick, showDropTarget, showMove, showTarget, showTarget, toString, update, userCapture, userCapture
 
Methods inherited from class org.sikuli.script.Region
above, above, below, below, click, click, create, create, create, create, doubleClick, doubleClick, drag, dragDrop, dragDrop, dropAt, dropAt, exists, exists, find, findAll, findAllNow, findNow, getAutoWaitTimeout, getBottomLeft, getBottomRight, getCenter, getEventManager, getFindFailedResponse, getH, getLastMatch, getLastMatches, getLocationFromPSRML, getRect, getRegionFromPSRM, getROI, getScreen, getThrowException, getTopLeft, getTopRight, getW, getX, getY, highlight, highlight, highlight, hover, init, inside, keyDown, keyDown, keyUp, keyUp, keyUp, left, left, listText, morphTo, mouseDown, mouseMove, mouseUp, mouseUp, moveTo, nearby, nearby, observe, observe, observeInBackground, offset, onAppear, onChange, onChange, onVanish, paste, paste, right, right, rightClick, rightClick, setAutoWaitTimeout, setFindFailedResponse, setH, setRect, setRect, setRect, setROI, setROI, setROI, setThrowException, setW, setX, setY, stopObserver, text, toJythonRegion, type, type, type, type, updateSelf, wait, wait, wait, waitAll, waitVanish, waitVanish, wheel, wheel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnionScreen

public UnionScreen()
Method Detail

getIdFromPoint

public int getIdFromPoint(int x,
                          int y)

getBounds

public Rectangle getBounds()
Specified by:
getBounds in interface IScreen
Overrides:
getBounds in class Screen

capture

public ScreenImage capture(Rectangle rect)
Specified by:
capture in interface IScreen
Overrides:
capture in class Screen