public interface VideoTool
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFrame(java.awt.image.BufferedImage image)
Adds a frame to the video if it is recording.
|
void |
clear()
Clear the video from the tool in preparation for a new video.
|
boolean |
isRecording()
Gets the recording flag.
|
void |
setVisible(boolean visible)
Sets the visibility.
|
boolean addFrame(java.awt.image.BufferedImage image)
image - the frame to be addedboolean isRecording()
void setVisible(boolean visible)
visible - true to set this visiblevoid clear()