Home
last modified time | relevance | path

Searched refs:screenshot (Results 1 – 3 of 3) sorted by last modified time

/trunk/test/
H A DREADME.md118 * screenshot/: Screenshot pictures when test assert is failed.
/trunk/test/testassistant/lib/
H A Dtestcommon.jar ... e public static java.awt.image.BufferedImage screenshot () public static java.awt.image.BufferedImage screenshot ...
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java127 public static BufferedImage screenshot() { in screenshot() method in GraphicsUtil
128 return screenshot(null, null); in screenshot()
136 public static BufferedImage screenshot(Rectangle area) { in screenshot() method in GraphicsUtil
137 return screenshot(null, area); in screenshot()
146 return screenshot(filename, null); in screenShot()
154 public static BufferedImage screenshot(String filename, Rectangle area) { in screenshot() method in GraphicsUtil
174 return findRectangle(screenshot(rect), color); in findRectangle()
290 BufferedImage capture = screenshot(rect); in isFilledWith()
310 BufferedImage capture = screenshot(rect); in findImage()
338 BufferedImage capture = screenshot(rect); in findColor()

Completed in 17 milliseconds