| Constructor and Description |
|---|
GifVideoType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRecord()
Reports whether this type can record videos
|
java.lang.String |
getDefaultExtension()
Gets the name and/or description of this type.
|
java.lang.String |
getDescription()
Gets the name and/or description of this type.
|
javax.swing.filechooser.FileFilter |
getFileFilter()
Gets the file filter for this type.
|
VideoRecorder |
getRecorder()
Gets a gif video recorder.
|
Video |
getVideo(java.lang.String name)
Opens a named gif image as a GifVideo.
|
boolean |
isType(Video video)
Return true if the specified video is this type.
|
public Video getVideo(java.lang.String name)
public VideoRecorder getRecorder()
getRecorder in interface VideoTypepublic boolean canRecord()
public java.lang.String getDescription()
getDescription in interface VideoTypepublic java.lang.String getDefaultExtension()
getDefaultExtension in interface VideoTypepublic javax.swing.filechooser.FileFilter getFileFilter()
getFileFilter in interface VideoType