Package org.opensourcephysics.media.core
Class VideoIO.ZipImageVideoType
java.lang.Object
org.opensourcephysics.media.core.ImageVideoType
org.opensourcephysics.media.core.VideoIO.ZipImageVideoType
- All Implemented Interfaces:
VideoType
- Enclosing class:
- VideoIO
-
Field Summary
FieldsFields inherited from interface org.opensourcephysics.media.core.VideoType
TYPE_GIF, TYPE_IMAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name and/or description of this type.getVideo
(String name, String basePath, XMLControl control) Create a Video object from a file drop, file open, or TRK or TRZ file.Methods inherited from class org.opensourcephysics.media.core.ImageVideoType
canRecord, getDefaultExtension, getDefaultFileFilter, getFileFilters, getRecorder, getTypeName, getVideo, isType, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opensourcephysics.media.core.VideoType
_toString, accepts, getVideo, getVideoControlForExportOnly
-
Field Details
-
checkZipContents
public static boolean checkZipContents
-
-
Constructor Details
-
ZipImageVideoType
-
-
Method Details
-
getDescription
Description copied from class:ImageVideoType
Gets the name and/or description of this type.- Specified by:
getDescription
in interfaceVideoType
- Overrides:
getDescription
in classImageVideoType
- Returns:
- a description
-
getVideo
Description copied from interface:VideoType
Create a Video object from a file drop, file open, or TRK or TRZ file. Also called with non-null basePath from ExportZipDialog.Export.modifyControlForClip- Specified by:
getVideo
in interfaceVideoType
- Overrides:
getVideo
in classImageVideoType
- Returns:
-
getImageExtension
-
getImageVideoType
-