Package org.probato.record
Class ScreenRecorder
java.lang.Object
org.probato.record.ScreenRecorder
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScreenRecorder(String outputFile, Screen screen, Video video, Dimension dimension) -
Method Summary
Modifier and TypeMethodDescriptionprotected final BufferedImageaddText(BufferedImage image) protected Rectangleprotected static Rectanglevoidrun()voidvoid
-
Field Details
-
screen
-
screenBounds
-
width
-
height
-
-
Constructor Details
-
ScreenRecorder
public ScreenRecorder(String outputFile, Screen screen, Video video, Dimension dimension) throws AWTException - Throws:
AWTException
-
-
Method Details