Home
last modified time | relevance | path

Searched refs:screenShot (Results 1 – 3 of 3) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java70 ScreenShot screenShot = null; in runInternal() local
78 screenShot = config.createScreenShot(screenShot, imagesChannel); in runInternal()
80 first = screenShot; in runInternal()
82 screenshots.add(config.submit(screenShot)); in runInternal()
245 ScreenShot screenShot = sf.get(); in getMovie() local
247 …if (inactivityInterval<0 || screenShot.isActive() || screenShot.getSecNo()-lastActivity<inactivity… in getMovie()
249 for (Region region: screenShot.getRegions()) { in getMovie()
262 …amesCollector.add(new FrameImpl(frameShapes, screenShot.getMousePosition(), screenShot.getSize(), in getMovie()
267 if (screenShot.isActive()) { in getMovie()
268 lastActivity = screenShot.getSecNo(); in getMovie()
H A DCaptureFrame.java226 …BufferedImage screenShot = captureConfig.createScreenShot(null, null).call().getRegions().get(0).g… in capture() local
242 ImageIO.write(screenShot, imageFormat, baos); in capture()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...