Loading [MathJax]/extensions/tex2jax.js
Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
[Version: 4.0]
net.simplace.core.service.
ScreenshotHelper
public class
ScreenshotHelper
{
// Class Methods
public static void
copyScreenshotToClipboard
(Component aComponent);
Creates a 'screenshot' of a gui component and copies it to the clipboard
aComponent
The component to be copied to the clipboard
public static void
copyScreenshotToFile
(Component aComponent, File aFile);
Creates a 'screenshot' of a gui component and copies it to the clipboard
aComponent
The component to be copied to the clipboard
aFile
}