|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VideoTool
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean addFrame(java.awt.image.BufferedImage image)
image
- the frame to be added
boolean isRecording()
void setVisible(boolean visible)
visible
- true to set this visiblevoid clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |