org.sikuli.api.visual
Class DesktopCanvas

java.lang.Object
  extended by org.sikuli.api.visual.Canvas
      extended by org.sikuli.api.visual.ScreenRegionCanvas
          extended by org.sikuli.api.visual.DesktopCanvas

public class DesktopCanvas
extends ScreenRegionCanvas

The DesktopCanvas class represents a canvas (frame) to be displayed on a screen region.


Constructor Summary
DesktopCanvas()
          Constructs a new DesktopCanvas whose screen region is in full screen, and whose screen is the default screen (i.e., screen 0)
DesktopCanvas(int id)
           
 
Method Summary
 
Methods inherited from class org.sikuli.api.visual.ScreenRegionCanvas
createImage, display, display, displayWhile, getScreenRegion, hide, refresh, setScreenRegion, show
 
Methods inherited from class org.sikuli.api.visual.Canvas
add, add, addBox, addCircle, addDot, addImage, addLabel, addLabel, clear
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopCanvas

public DesktopCanvas()
Constructs a new DesktopCanvas whose screen region is in full screen, and whose screen is the default screen (i.e., screen 0)


DesktopCanvas

public DesktopCanvas(int id)


Copyright © 2014. All rights reserved.