Package org.jmol.image
Class AviCreator
java.lang.Object
org.jmol.image.AviCreator
- All Implemented Interfaces:
JmolMovieCreatorInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMovie
(Viewer vwr, String[] files, int width, int height, int fps, String fileName) create a movie from a set of image files
-
Constructor Details
-
AviCreator
public AviCreator()
-
-
Method Details
-
createMovie
public String createMovie(Viewer vwr, String[] files, int width, int height, int fps, String fileName) Description copied from interface:JmolMovieCreatorInterface
create a movie from a set of image files- Specified by:
createMovie
in interfaceJmolMovieCreatorInterface
- Returns:
- null if no error, errorMsg if an error occurs
-