Package org.sikuli.api.visual

Source Code of org.sikuli.api.visual.DesktopCanvas

package org.sikuli.api.visual;

import org.sikuli.api.DesktopScreenRegion;

public class DesktopCanvas extends ScreenRegionCanvas {
  public DesktopCanvas() {
    super(new DesktopScreenRegion());
  }

}
TOP

Related Classes of org.sikuli.api.visual.DesktopCanvas

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.