Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.util.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
}